Providers

200+ LLM providers. Switch without changing your workflow.

Use /provider inside the REPL to add, edit, or switch provider profiles at any time. No config files to edit manually — the wizard handles credentials, base URLs, and model selection.

/provider          # add, edit, or switch provider profiles
/provider doctor   # health check: reachability, auth, model availability

All providers

Provider Preset Auth
AnthropicanthropicAPI key or OAuth
OpenAIopenaiAPI key
Google GeminigeminiAPI key or ADC
DeepSeekdeepseekAPI key
MistralmistralAPI key
xAI / Grokxai-oauthxAI OAuth
GitHub Copilotgithub-onboardGitHub OAuth or PAT
Codex (ChatGPT)codex-oauthChatGPT OAuth or API key
GroqgroqAPI key
OpenRouteropenrouterAPI key
Together AItogetherAPI key
NVIDIA NIMnvidia-nimAPI key
MiniMaxminimaxAPI key
Moonshot AImoonshotaiAPI key
Kimi Codekimi-codeAPI key
Azure OpenAIazure-openaiAPI key
Alibaba DashScope (Intl)dashscope-intlAPI key
Alibaba DashScope (CN)dashscope-cnAPI key
BankrbankrAPI key
OpenCode Zenopencode-zenAPI key
OpenCode GOopencode-goAPI key
AWS BedrockbedrockAWS credential chain
Google Vertex AIvertexApplication Default Credentials
Azure AI FoundryfoundryDefaultAzureCredential
OllamaollamaNone — local, free
LM StudiolmstudioNone — local, free
Atomic Chatatomic-chatNone — local, free
Any OpenAI-compatiblecustomBase URL + optional key

Local models (Ollama)

Run Claudin fully offline with no API key using Ollama.

# Pull a model
ollama pull qwen2.5-coder:7b

# Launch claudin with it
ollama run qwen2.5-coder:7b

Any model available on ollama.com/library works — llama3, mistral, phi4, deepseek-coder, and more.