Provider Setup Guide
Configure AI providers for AIRIS. You only need one provider to get started.
Google Gemini
Gemini 2.0 Pro, Gemini 2.0 Flash, Gemini 1.5 Pro
GEMINI_AAIRIS_KEYGet your API key from Google AI Studio → Set as GEMINI_AAIRIS_KEY
OpenAI
GPT-4o, GPT-4, GPT-4 Turbo, GPT-3.5 Turbo
OPENAI_AAIRIS_KEYCreate API key at OpenAI platform → Set as OPENAI_AAIRIS_KEY
Anthropic
Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku
ANTHROPIC_AAIRIS_KEYGet API key from Anthropic Console → Set as ANTHROPIC_AAIRIS_KEY
DeepSeek
DeepSeek V3, DeepSeek R1
DEEPSEEK_AAIRIS_KEYRegister at DeepSeek platform → Set as DEEPSEEK_AAIRIS_KEY
Mistral AI
Mistral Large, Mistral Small, Codestral
MISTRAL_AAIRIS_KEYGet API key from Mistral Console → Set as MISTRAL_AAIRIS_KEY
Groq
Mixtral, Llama 3, Gemma
GROQ_AAIRIS_KEYGet API key from Groq Console → Set as GROQ_AAIRIS_KEY
OpenRouter
200+ models via unified API
OPENROUTER_AAIRIS_KEYGet API key from OpenRouter → Set as OPENROUTER_AAIRIS_KEY
Ollama (Local)
Llama 3, Mistral, Gemma, Phi, and more
OLLAMA_AAIRIS_KEYInstall Ollama → Run `ollama pull <model>` → Set OLLAMA_BASE_URL if needed
Quick Setup
Set any provider key and run airis to start. AIRIS automatically detects configured providers.