LLM Providers

PicoClaw supports multiple LLM providers. Set API keys in config.json. Get started with Get Started.

Supported providers

ProviderPurposeGet API key
openrouterLLM (many models)openrouter.ai
zhipuLLM (Zhipu direct)bigmodel.cn
anthropicLLM (Claude)console.anthropic.com
openaiLLM (GPT)platform.openai.com
deepseekLLM (DeepSeek)platform.deepseek.com
groqLLM + voice (Whisper)console.groq.com
geminiLLM (Gemini)aistudio.google.com

Zhipu: set api_base to https://open.bigmodel.cn/api/paas/v4. Groq: free tier; optional voice transcription for Telegram. See Configuration for providers and agents.defaults.model.

API key comparison (free tiers)

ServiceFree tierUse case
OpenRouter200K tokens/monthMultiple models (Claude, GPT-4, etc.)
Zhipu200K tokens/monthBest for Chinese users
Brave Search2000 queries/monthWeb search (optional)
GroqFree tierFast inference (Llama, Mixtral)

Related