Providers
PicoClaw supports 15+ LLM providers through its model_list configuration.
Supported Providers
| Provider | Purpose | Get API Key |
|---|---|---|
| OpenAI | GPT models | platform.openai.com |
| Anthropic | Claude models | console.anthropic.com |
| Google Gemini | Gemini models | aistudio.google.com |
| Zhipu AI | GLM models (CN) | bigmodel.cn |
| DeepSeek | DeepSeek models | platform.deepseek.com |
| Groq | Fast inference + Whisper | console.groq.com |
| OpenRouter | Access to all models | openrouter.ai |
| Moonshot | Kimi models | platform.moonshot.cn |
| Qwen | Tongyi Qianwen | dashscope.console.aliyun.com |
| NVIDIA | NVIDIA AI models | build.nvidia.com |
| Ollama | Local models | Local (no key needed) |
| vLLM | Local OpenAI-compatible | Local |
| Cerebras | Fast inference | cerebras.ai |
| VolcEngine | ByteDance models (CN) | console.volcengine.com |
| Antigravity | Google Cloud Code Assist | OAuth only |
Quick Setup
{
"model_list": [
{
"model_name": "my-model",
"model": "openai/gpt-5.2",
"api_key": "sk-..."
}
],
"agents": {
"defaults": {
"model": "my-model"
}
}
}
See Model Configuration for full details.
Special Providers
- Antigravity — Google Cloud Code Assist, uses OAuth instead of API keys
- Groq — also provides free voice transcription (Whisper) for Telegram voice messages