Supported Providers
Coderrr supports 5 LLM providers, including free options.
Free Providers ⭐
OpenRouter
Access multiple models with a single API key. Free tier available!
Get API Key: https://openrouter.ai/keys
Free Models:
| Model | Description |
|---|---|
| meta-llama/llama-3.3-70b-instruct:free | Llama 3.3 70B - High quality |
| qwen/qwen-2.5-coder-32b-instruct:free | Qwen 2.5 Coder - Great for coding |
| deepseek/deepseek-chat-v3-0324:free | DeepSeek V3 - Very capable |
Setup:
coderrr config
# Select "OpenRouter"
# Enter your API key
# Choose a free model (marked with ⭐)Ollama (Local)
Run models locally on your machine. Completely free, no API key needed!
Install Ollama: https://ollama.com/download
Setup:
# 1. Install Ollama
# 2. Pull a model
ollama pull qwen2.5-coder:7b
# 3. Configure Coderrr
coderrr config
# Select "Ollama (Local)"
# No API key needed
# Select your modelRecommended Models:
| Model | Size | Best For |
|---|---|---|
| qwen2.5-coder:7b | 4.7GB | Coding tasks |
| qwen2.5-coder:14b | 9GB | Better quality coding |
| llama3.1:8b | 4.7GB | General purpose |
| deepseek-coder-v2:16b | 9GB | Complex coding |
Paid Providers
OpenAI
Best-in-class models including GPT-4o.
Get API Key: https://platform.openai.com/api-keys
| Model | Description |
|---|---|
| gpt-4o | Most capable, multimodal (Recommended) |
| gpt-4o-mini | Fast and affordable |
| gpt-4-turbo | 128k context |
| gpt-3.5-turbo | Budget option |
Anthropic (Claude)
Claude models, excellent for coding tasks.
Get API Key: https://console.anthropic.com/
| Model | Description |
|---|---|
| claude-sonnet-4-20250514 | Latest, best for coding (Recommended) |
| claude-3-5-sonnet-20241022 | Fast and capable |
| claude-3-opus-20240229 | Most powerful Claude 3 |
Azure AI / GitHub Models
Access models via GitHub token.
Get Token: https://github.com/settings/tokens
| Model | Description |
|---|---|
| openai/gpt-4o | GPT-4o via GitHub |
| microsoft/Phi-4-reasoning | Microsoft reasoning model |
| meta/Llama-3.3-70B-Instruct | Meta Llama |