API Key Management
API keys are stored securely in environment variables. You can view their status below.
OpenAI API Key
Used for GPT models and DALL-E image generation. Get your API key from OpenAI dashboard.
Google Gemini API Key
Used for Gemini models and image generation. Get your API key from Google AI Studio.
Grok API Key
Used for Grok models and image generation.
Anthropic API Key
Used for Claude models. Get your API key from Anthropic.
Environment Variables Required
API keys should be set as environment variables in your deployment environment. For local development, add them to your .env.local file:
# Required API Keys OPENAI_API_KEY=sk-... GEMINI_API_KEY=... GROK_API_KEY=... ANTHROPIC_API_KEY=sk-ant-... # Optional Google Cloud Configuration (for Imagen) GOOGLE_PROJECT_ID=your-project-id GOOGLE_LOCATION=us-central1