Choosing Your Model
Intelligence vs Cost
Moltbot supports multiple providers. You choose the trade-off.
Top Contenders
- Anthropic Claude 3.5 Sonnet: Best for coding/reasoning. (Recommended)
- OpenAI GPT-4o: Very fast, good vision.
- Ollama (Llama 3): Free, local, private. (Requires strong GPU).
Config Example
{
"agents": {
"defaults": {
"model": {
"primary": "anthropic/claude-3-5-sonnet",
"fallback": "openai/gpt-4o-mini"
}
}
}
}
Knowledge Check
What allows Moltbot to keep working if the primary model is down?