{% include "partials/alerts.html" %}

Add Provider

Profiles store provider settings and environment variable names, never raw keys.

OpenRouter Free

Key variable: OPENROUTER_API_KEY. Do not paste the real key here.

Gemini

Example: GEMINI_API_KEY. Do not paste your API key here; this field is only the variable name.

Groq

Example: GROQ_API_KEY. Do not paste your API key here; this field is only the variable name.

OpenAI Compatible

Example: OPENAI_API_KEY. Do not paste your API key here; this field is only the variable name.

Ollama Local

Shell setup examples

export OPENROUTER_API_KEY="your-key"
export GEMINI_API_KEY="your-key"
export GROQ_API_KEY="your-key"
export OPENAI_API_KEY="your-key"