-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (16 loc) · 826 Bytes
/
.env.example
File metadata and controls
17 lines (16 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ModelMesh proxy — API keys
# Copy this file to .env and fill in your keys:
# cp .env.example .env
# .env is gitignored and never committed.
#
# At least ONE provider key is required. Set any you have:
OPENAI_API_KEY= # set if you have an OpenAI key
# ANTHROPIC_API_KEY= # set if you have an Anthropic key
# GROQ_API_KEY= # set if you have a Groq key
# GOOGLE_API_KEY= # set if you have a Google/Gemini key
# DEEPSEEK_API_KEY= # set if you have a DeepSeek key
# MISTRAL_API_KEY= # set if you have a Mistral key
# TOGETHER_API_KEY= # set if you have a Together key
# OPENROUTER_API_KEY= # set if you have an OpenRouter key
# XAI_API_KEY= # set if you have an xAI key
# COHERE_API_KEY= # set if you have a Cohere key