# Nexus Director — Environment Variables # Copy this file to .env.local and fill in your keys before running the dev server. # ── AI Model Keys ─────────────────────────────────────────────────────────────── # Google Gemini (used by /api/ingest — multi-modal context engine) GOOGLE_GENERATIVE_AI_API_KEY= # DeepSeek (used by /api/generate-logic — structural reasoning at 85% cost reduction) DEEPSEEK_API_KEY= # Anthropic Claude (used by /api/generate-ui — visual manifest factory) ANTHROPIC_API_KEY= # Deepgram (used by /api/transcribe — speech-to-text before ingest) DEEPGRAM_API_KEY= # ── Model Overrides (optional) ────────────────────────────────────────────────── # Defaults are set in lib/env.ts — override only when needed. # GEMINI_MODEL=gemini-2.0-flash # DEEPSEEK_MODEL=deepseek-chat # CLAUDE_MODEL=claude-haiku-4-5