Browse Source

docs: add all provider API keys to env example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
072a68043c
  1. 10
      README.md

10
README.md

@ -79,11 +79,15 @@ Create a `.env.local` file in the root directory:
```env ```env
GEMINI_API_KEY=your_gemini_api_key GEMINI_API_KEY=your_gemini_api_key
OPENAI_API_KEY=your_openai_api_key # Optional, for OpenAI LLM provider OPENAI_API_KEY=your_openai_api_key # Optional
KIE_API_KEY=your_kie_api_key # Optional, for Kie.ai models ANTHROPIC_API_KEY=your_anthropic_api_key # Optional
REPLICATE_API_KEY=your_replicate_api_key # Optional
FAL_API_KEY=your_fal_api_key # Optional
KIE_API_KEY=your_kie_api_key # Optional
WAVESPEED_API_KEY=your_wavespeed_api_key # Optional
``` ```
Additional provider API keys can be configured in Project Settings within the app. API keys can also be configured per-project in Project Settings within the app.
### Build ### Build

Loading…
Cancel
Save