-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 927 Bytes
/
.env.example
File metadata and controls
24 lines (18 loc) · 927 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
# API Keys for Direct Model Calls
# Copy this file to .env and fill in your actual API keys
# OpenAI API Key (for gpt-4o, gpt-4.1, gpt-4.1-mini, etc.)
OPENAI_API_KEY=your_openai_api_key_here
# Anthropic API Key (for claude-3-7-sonnet, sonnet-3.7, sonnet-3.5, etc.)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Google Gemini API Key (for gemini-1.5-pro, gemini-1.5-flash, etc.)
GEMINI_API_KEY=your_gemini_api_key_here
# Groq API Key (for llama3.3-70b, etc.)
GROQ_API_KEY=your_groq_api_key_here
# DeepSeek API Key (for ds-chat, etc.)
DEEPSEEK_API_KEY=your_deepseek_api_key_here
# Yandex Cloud API (for ya-gpt)
# Note: The API key should be the raw value that will be used with "Bearer" prefix
# YANDEX_FOLDER_ID is your catalog/folder ID in Yandex Cloud
# Yandex API is OpenAI-compatible and uses the standard endpoint
YANDEX_CLOUD_API_KEY=your_yandex_cloud_api_key_here
YANDEX_FOLDER_ID=your_yandex_cloud_folder_id_here