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 |
|---|---|---|
| Anthropic | anthropic | API key or OAuth |
| OpenAI | openai | API key |
| Google Gemini | gemini | API key or ADC |
| DeepSeek | deepseek | API key |
| Mistral | mistral | API key |
| xAI / Grok | xai-oauth | xAI OAuth |
| GitHub Copilot | github-onboard | GitHub OAuth or PAT |
| Codex (ChatGPT) | codex-oauth | ChatGPT OAuth or API key |
| Groq | groq | API key |
| OpenRouter | openrouter | API key |
| Together AI | together | API key |
| NVIDIA NIM | nvidia-nim | API key |
| MiniMax | minimax | API key |
| Moonshot AI | moonshotai | API key |
| Kimi Code | kimi-code | API key |
| Azure OpenAI | azure-openai | API key |
| Alibaba DashScope (Intl) | dashscope-intl | API key |
| Alibaba DashScope (CN) | dashscope-cn | API key |
| Bankr | bankr | API key |
| OpenCode Zen | opencode-zen | API key |
| OpenCode GO | opencode-go | API key |
| AWS Bedrock | bedrock | AWS credential chain |
| Google Vertex AI | vertex | Application Default Credentials |
| Azure AI Foundry | foundry | DefaultAzureCredential |
| Ollama | ollama | None — local, free |
| LM Studio | lmstudio | None — local, free |
| Atomic Chat | atomic-chat | None — local, free |
| Any OpenAI-compatible | custom | Base 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.