# Rename this file to .env and copy it to your cookies directory # Update the API_KEY and other variables as needed HUUGINGFACE_API_KEY= POLLINATIONS_API_KEY= GEMINI_API_KEY= TOGETHER_API_KEY= DEEPINFRA_API_KEY= OPENAI_API_KEY= GROQ_API_KEY= OPENROUTER_API_KEY= AZURE_API_KEYS='{ "default": "", "flux-1.1-pro": "", "flux.1-kontext-pro": "" }' AZURE_DEFAULT_MODEL="model-router" AZURE_ROUTES='{ "model-router": "https://HOST.cognitiveservices.azure.com/openai/deployments/model-router/chat/completions?api-version=2025-01-01-preview", "deepseek-r1": "https://HOST.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview", "gpt-4.1": "https://HOST.cognitiveservices.azure.com/openai/deployments/gpt-4.1/chat/completions?api-version=2025-01-01-preview", "gpt-4o-mini-audio-preview": "https://HOST.cognitiveservices.azure.com/openai/deployments/gpt-4o-mini-audio-preview/chat/completions?api-version=2025-01-01-preview", "o4-mini": "https://HOST.cognitiveservices.azure.com/openai/deployments/o4-mini/chat/completions?api-version=2025-01-01-preview", "grok-3": "https://HOST.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview", "flux-1.1-pro": "https://HOST.cognitiveservices.azure.com/openai/deployments/FLUX-1.1-pro/images/generations?api-version=2025-04-01-preview", "flux.1-kontext-pro": "https://HOST.services.ai.azure.com/openai/deployments/FLUX.1-Kontext-pro/images/edits?api-version=2025-04-01-preview" }'