-
Notifications
You must be signed in to change notification settings - Fork 862
Expand file tree
/
Copy path.env.example
More file actions
42 lines (32 loc) · 1.66 KB
/
Copy path.env.example
File metadata and controls
42 lines (32 loc) · 1.66 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
# =============================================================================
# OpenAI
# =============================================================================
OPENAI_API_KEY=your-openai-api-key
# Optional: override the API base URL (e.g. for org proxies, vLLM, or LiteLLM gateways)
# OPENAI_API_BASE=https://your-org-gateway.example.com/v1
# =============================================================================
# Anthropic
# =============================================================================
ANTHROPIC_API_KEY=your-anthropic-api-key
# Optional: override the API base URL (e.g. for org proxies or self-hosted endpoints)
# ANTHROPIC_BASE_URL=https://your-org-gateway.example.com
# =============================================================================
# Google Gemini
# =============================================================================
GEMINI_API_KEY=your-gemini-api-key
# Optional: override the API base URL (e.g. for Vertex AI proxies)
# GEMINI_API_BASE=https://your-org-gateway.example.com
# =============================================================================
# Other supported backends
# =============================================================================
# OpenRouter (https://openrouter.ai)
# OPENROUTER_API_KEY=your-openrouter-api-key
# Vercel AI Gateway (https://ai-gateway.vercel.sh)
# AI_GATEWAY_API_KEY=your-vercel-ai-gateway-api-key
# Azure OpenAI
# AZURE_OPENAI_API_KEY=your-azure-openai-api-key
# AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
# AZURE_OPENAI_API_VERSION=2024-02-01
# AZURE_OPENAI_DEPLOYMENT=your-deployment-name
# Prime Intellect
# PRIME_API_KEY=your-prime-intellect-api-key