Skip to main content

Providers

PicoClaw supports 15+ LLM providers through its model_list configuration.

Supported Providers

ProviderPurposeGet API Key
OpenAIGPT modelsplatform.openai.com
AnthropicClaude modelsconsole.anthropic.com
Google GeminiGemini modelsaistudio.google.com
Zhipu AIGLM models (CN)bigmodel.cn
DeepSeekDeepSeek modelsplatform.deepseek.com
GroqFast inference + Whisperconsole.groq.com
OpenRouterAccess to all modelsopenrouter.ai
MoonshotKimi modelsplatform.moonshot.cn
QwenTongyi Qianwendashscope.console.aliyun.com
NVIDIANVIDIA AI modelsbuild.nvidia.com
OllamaLocal modelsLocal (no key needed)
vLLMLocal OpenAI-compatibleLocal
CerebrasFast inferencecerebras.ai
VolcEngineByteDance models (CN)console.volcengine.com
AntigravityGoogle Cloud Code AssistOAuth 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