.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENAI_API_KEY
secret
OpenAI (non-Azure)
AZURE_OPENAI_API_KEY
secret
Azure OpenAI
AZURE_OPENAI_ENDPOINT
secret
AZURE_DEPLOYMENT_NAME
secret
OPENAI_API_VERSION
secret
AZURE_MODEL_NAME
secret
AZURE_MODEL_VERSION
secret
GOOGLE_API_KEY
secret
Google / Gemini (google-genai)
GROK_API_KEY
secret
xAI Grok
MOONSHOT_API_KEY
secret
Moonshot
DEEPSEEK_API_KEY
secret
DeepSeek
LITELLM_API_KEY
secret
LiteLLM (proxy to many providers)
ANTHROPIC_API_KEY
secret
Anthropic
CONFIDENT_API_KEY
secret
Confident
brew install flyctl && fly launch --from https://github.com/enyst/deepeval
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/enyst/deepeval
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/enyst/deepeval