-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
43 lines (34 loc) · 1.75 KB
/
.env.local.example
File metadata and controls
43 lines (34 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# xAI (Grok) API Configuration
# Get your API key from: https://x.ai/api
XAI_API_KEY=xai-REPLACE_WITH_YOUR_ACTUAL_XAI_KEY
# OpenAI API - For GPT-Image-1 (video frame generation)
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-openai-key-here
# Google Gemini API - For Nano Banana (frame prediction)
# Get your API key from: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your-gemini-api-key-here
# Luma AI API - For image/video generation
# Get your API key from: https://lumalabs.ai/dream-machine/api
LUMA_API_KEY=your-luma-api-key-here
# Daytona API - For instant dev sandboxes
# Get your API key from: https://app.daytona.io/dashboard/keys
DAYTONA_API_KEY=your-daytona-api-key-here
# SEOPro AI - Automated SEO blog generation
# Get your API key from: https://app.seoproai.co/settings/integrations (Developer API tab)
# Get your Website ID from the same page (displayed at top of API Keys tab)
# Content History: https://seoproai.co/content-history/{website_id}
SEOPROAI_API_KEY=sk_live_your-api-key-here
SEOPROAI_WEBSITE_ID=5498
# Google Maps/Places API - For local search and mapping
# Get your API key from: https://console.cloud.google.com/apis/credentials
# Enable: Places API (New), Maps JavaScript API, Geocoding API
GOOGLE_MAPS_API_KEY=your-google-maps-api-key-here
# Anthropic Claude - For deep research and long-form content
# Get your API key from: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=your-anthropic-api-key-here
# Ideogram - For AI images with text
# Get your API key from: https://ideogram.ai/manage-api
IDEOGRAM_API_KEY=your-ideogram-api-key-here
# Gamma - For AI presentations and documents
# Get your API key from: https://gamma.app/settings (API section)
GAMMA_API_KEY=your-gamma-api-key-here