-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy path.env.example
More file actions
54 lines (38 loc) · 1.43 KB
/
.env.example
File metadata and controls
54 lines (38 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
54
# MassGen API Configuration
# Copy this file to .env and add your actual API keys
# OpenAI API Key (required for GPT models)
OPENAI_API_KEY=your-openai-key-here
# xAI API Key (required for Grok models)
XAI_API_KEY=your-xai-key-here
# Z AI API Key (required for GLM-4.5 models)
ZAI_API_KEY=your-zai-key-here
# Anthropic API Key (required for Claude models -- comment out if using Anthropic local login instead)
ANTHROPIC_API_KEY=your-anthropic-key-here
# Claude Code API Key (optional - for claude_code backend only)
# If set, claude_code backend uses this instead of ANTHROPIC_API_KEY
# Leave unset to use ANTHROPIC_API_KEY or Claude subscription authentication
# CLAUDE_CODE_API_KEY=your-claude-code-key-here
# Google Gemini API Key
GEMINI_API_KEY=your-gemini-key-here
# Cerebras API Key
CEREBRAS_API_KEY=your-cerebras-key-here
# Together API Key
TOGETHER_API_KEY=your-together-key-here
# Fireworks API Key
FIREWORKS_API_KEY=your-fireworks-key-here
# Groq API Key
GROQ_API_KEY=your-groq-key-here
# Nebius API Key
NEBIUS_API_KEY=your-nebius-key-here
# OPENROUTER API Key
OPENROUTER_API_KEY=your-openrouter-key-here
# KIMI API KEY
MOONSHOT_API_KEY=your-kimi-key-here
#POE API KEY
POE_API_KEY=your-poe-api-key-here
#QWEN API KEY
QWEN_API_KEY=your-qwen-key-here
#Azure OpenAI Configuration
AZURE_OPENAI_API_KEY=your-azure-openai-key-here
AZURE_OPENAI_ENDPOINT=your-azure-openai-endpoint-here
AZURE_OPENAI_API_VERSION=your-azure-openai-api-version-here