Coderrr

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:

ModelDescription
meta-llama/llama-3.3-70b-instruct:freeLlama 3.3 70B - High quality
qwen/qwen-2.5-coder-32b-instruct:freeQwen 2.5 Coder - Great for coding
deepseek/deepseek-chat-v3-0324:freeDeepSeek 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 model

Recommended Models:

ModelSizeBest For
qwen2.5-coder:7b4.7GBCoding tasks
qwen2.5-coder:14b9GBBetter quality coding
llama3.1:8b4.7GBGeneral purpose
deepseek-coder-v2:16b9GBComplex coding

Paid Providers

OpenAI

Best-in-class models including GPT-4o.

Get API Key: https://platform.openai.com/api-keys

ModelDescription
gpt-4oMost capable, multimodal (Recommended)
gpt-4o-miniFast and affordable
gpt-4-turbo128k context
gpt-3.5-turboBudget option

Anthropic (Claude)

Claude models, excellent for coding tasks.

Get API Key: https://console.anthropic.com/

ModelDescription
claude-sonnet-4-20250514Latest, best for coding (Recommended)
claude-3-5-sonnet-20241022Fast and capable
claude-3-opus-20240229Most powerful Claude 3

Azure AI / GitHub Models

Access models via GitHub token.

Get Token: https://github.com/settings/tokens

ModelDescription
openai/gpt-4oGPT-4o via GitHub
microsoft/Phi-4-reasoningMicrosoft reasoning model
meta/Llama-3.3-70B-InstructMeta Llama