Skip to content
Back to Docs

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

Free tier available
Environment Variable
GEMINI_AAIRIS_KEY
Setup

Get your API key from Google AI Studio → Set as GEMINI_AAIRIS_KEY

Get API Key

OpenAI

GPT-4o, GPT-4, GPT-4 Turbo, GPT-3.5 Turbo

Pay-as-you-go
Environment Variable
OPENAI_AAIRIS_KEY
Setup

Create API key at OpenAI platform → Set as OPENAI_AAIRIS_KEY

Get API Key

Anthropic

Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku

Pay-as-you-go
Environment Variable
ANTHROPIC_AAIRIS_KEY
Setup

Get API key from Anthropic Console → Set as ANTHROPIC_AAIRIS_KEY

Get API Key

DeepSeek

DeepSeek V3, DeepSeek R1

Affordable
Environment Variable
DEEPSEEK_AAIRIS_KEY
Setup

Register at DeepSeek platform → Set as DEEPSEEK_AAIRIS_KEY

Get API Key

Mistral AI

Mistral Large, Mistral Small, Codestral

Free tier available
Environment Variable
MISTRAL_AAIRIS_KEY
Setup

Get API key from Mistral Console → Set as MISTRAL_AAIRIS_KEY

Get API Key

Groq

Mixtral, Llama 3, Gemma

Free tier (rate limited)
Environment Variable
GROQ_AAIRIS_KEY
Setup

Get API key from Groq Console → Set as GROQ_AAIRIS_KEY

Get API Key

OpenRouter

200+ models via unified API

Pay-as-you-go
Environment Variable
OPENROUTER_AAIRIS_KEY
Setup

Get API key from OpenRouter → Set as OPENROUTER_AAIRIS_KEY

Get API Key

Ollama (Local)

Llama 3, Mistral, Gemma, Phi, and more

Free (local)
Environment Variable
OLLAMA_AAIRIS_KEY
Setup

Install Ollama → Run `ollama pull <model>` → Set OLLAMA_BASE_URL if needed

Get API Key

Quick Setup

Set any provider key and run airis to start. AIRIS automatically detects configured providers.