forked from massgen/MassGen
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
36 lines (24 loc) 路 815 Bytes
/
Copy path.env.example
File metadata and controls
36 lines (24 loc) 路 815 Bytes
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
# 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)
ANTHROPIC_API_KEY=your-anthropic-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