-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.env.example
More file actions
39 lines (33 loc) · 2.12 KB
/
.env.example
File metadata and controls
39 lines (33 loc) · 2.12 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
# ─── Required API Keys ────────────────────────────────────────────────────────
# Gemini powers the agent pipeline, embeddings, image/video generation,
# captioning, summarization, and follow-up questions.
GEMINI_API_KEY=
# OpenAI is used for Whisper transcription and TTS speech generation.
OPENAI_API_KEY=
# ─── Prompt Lab (optional) ────────────────────────────────────────────────────
# Enable additional models in the multi-model comparison Prompt Lab.
# Only needed if you want to compare against these providers.
ANTHROPIC_API_KEY=
MISTRAL_API_KEY=
# ─── Tools (optional) ────────────────────────────────────────────────────────
# News search tool — enables the get_latest_news agent tool.
NEWS_API_KEY=
# Note: DuckDuckGo search and yfinance tools work without API keys.
# ─── Integrations (optional) ──────────────────────────────────────────────────
# Webhook URLs for notification tools the agent can call autonomously.
# e.g. "summarize my docs and send it to Slack"
SLACK_WEBHOOK_URL=
DISCORD_WEBHOOK_URL=
WEBHOOK_URL=
# ─── Reve AI (optional) ──────────────────────────────────────────────────────
# Image editing/generation in Studio via Reve AI.
REVE_API_KEY=
# ─── Model overrides (optional, sensible defaults provided) ──────────────────
# GEMINI_MODEL=gemini-2.5-flash
# GEMINI_EMBEDDING_MODEL=gemini-embedding-001
# IMAGEN_MODEL=imagen-4.0-generate-001
# VEO_MODEL=veo-3.0-generate-001
# WHISPER_MODEL=whisper-1
# CLAUDE_MODEL=claude-sonnet-4-20250514
# MISTRAL_MODEL=mistral-small-latest
# CLIP_MODEL=openai/clip-vit-base-patch32