1+ # Copy this file to .env and fill in your API keys
2+
3+ # OpenAI API Key (required if using OpenAI models)
4+ OPENAI_API_KEY=your_openai_api_key_here
5+
6+ # DeepSeek API Key (required if using DeepSeek models)
7+ DEEPSEEK_API_KEY=your_deepseek_api_key_here
8+
9+ # SiliconFlow API Key (required if using SiliconFlow models)
10+ SILICONFLOW_API_KEY=your_siliconflow_api_key_here
11+
12+ # PPIO API Key (required if using PPIO models)
13+ PPIO_API_KEY=your_ppio_api_key_here
14+
15+ # Together AI API Key (required if using Together AI models)
16+ TOGETHER_API_KEY=your_together_api_key_here
17+
18+ # XAI API Key (required if using XAI Grok models)
19+ XAI_API_KEY=your_xai_api_key_here
20+
21+ # Anthropic API Key (required if using Claude models)
22+ ANTHROPIC_API_KEY=your_anthropic_api_key_here
23+
24+ # Gemini API Key (required if using Gemini models)
25+ GEMINI_API_KEY=your_gemini_api_key_here
26+
27+ # Voyage API Key (required if using Voyage embeddings)
28+ VOYAGE_API_KEY=your_voyage_api_key_here
29+
30+ # FireCrawl API Key (required if using web crawling features)
31+ FIRECRAWL_API_KEY=your_firecrawl_api_key_here
32+
33+ # Aliyun Bailian API Key (required if using Qwen models from Aliyun)
34+ DASHSCOPE_API_KEY=your_dashscope_api_key_here
35+
36+ # Azure OpenAI Configuration (required if using Azure OpenAI)
37+ AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint_here
38+ AZURE_OPENAI_KEY=your_azure_openai_key_here
39+
40+ # AWS Credentials (required if using AWS Bedrock)
41+ AWS_ACCESS_KEY_ID=your_aws_access_key_id_here
42+ AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key_here
43+
44+ # Novita API Key (required if using Novita models)
45+ NOVITA_API_KEY=your_novita_api_key_here
46+
47+ # GLM API Key (required if using GLM models)
48+ GLM_API_KEY=your_glm_api_key_here
49+
50+ # Volcengine API Key (required if using Volcengine models)
51+ VOLCENGINE_API_KEY=your_volcengine_api_key_here
0 commit comments