.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
NVIDIA_NIM_API_KEY
secret
NVIDIA NIM Config
OPENROUTER_API_KEY
secret
OpenRouter Config
MISTRAL_API_KEY
secret
Mistral La Plateforme Config (Experiment plan free tier – rate limits; OpenAI-compatible at api.mistral.ai/v1)
CODESTRAL_API_KEY
secret
Mistral Codestral (separate key from La Plateforme; OpenAI-compatible at codestral.mistral.ai/v1)
DEEPSEEK_API_KEY
secret
DeepSeek Config (uses native Anthropic Messages at api.deepseek.com/anthropic)
KIMI_API_KEY
secret
Kimi Config (Anthropic-compatible Messages at api.moonshot.ai/anthropic/v1)
WAFER_API_KEY
secret
Wafer Config (uses native Anthropic Messages at pass.wafer.ai/v1/messages)
OPENCODE_API_KEY
secret
OpenCode Zen (opencode.ai/zen/v1) and OpenCode Go (opencode.ai/zen/go/v1) share OPENCODE_API_KEY
ZAI_API_KEY
secret
Z.ai Config (Anthropic-compatible Messages at api.z.ai/api/anthropic/v1)
FIREWORKS_API_KEY
secret
Fireworks AI Config (Anthropic-compatible Messages at api.fireworks.ai/inference/v1)
GEMINI_API_KEY
secret
Gemini / Google AI Studio (OpenAI-compatible Chat Completions; see https://ai.google.dev/gemini-api/docs/openai)
GROQ_API_KEY
secret
Groq Cloud (OpenAI-compatible Chat Completions; see https://console.groq.com/docs/openai)
CEREBRAS_API_KEY
secret
Cerebras Inference (OpenAI-compatible Chat Completions; see https://inference-docs.cerebras.ai/resources/openai)
LM_STUDIO_BASE_URL
LM Studio Config (local provider, no API key required)
LLAMACPP_BASE_URL
Llama.cpp Config (local provider, no API key required)
OLLAMA_BASE_URL
Ollama Config (local provider, no API key required)
MODEL_OPUS
All Claude model requests are mapped to these models, plain model is fallback Format: provider_type/model/name Valid providers:…
MODEL_SONNET
MODEL_HAIKU
MODEL
brew install flyctl && fly launch --from https://github.com/Alishahryar1/free-claude-code
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/Alishahryar1/free-claude-code
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/Alishahryar1/free-claude-code