
AI Model Support: Claude, GPT, and Local Models
MoltBot supports multiple AI models including Claude, GPT, and local models. Learn how to choose and configure the right AI backend for your needs.
AI Model Support in MoltBot
MoltBot is designed to work with multiple AI models, giving you the flexibility to choose the best option for your needs. Whether you prefer cloud-based models or want to run everything locally, MoltBot has you covered.
Supported AI Models
Anthropic Claude
Claude is MoltBot's default AI backend, known for:
- Excellent reasoning capabilities
- Strong safety features
- Long context window
- Natural conversation style
OpenAI GPT
Full support for GPT models including:
- GPT-4 and GPT-4 Turbo
- GPT-3.5 Turbo
- Custom fine-tuned models
Local Models
Run AI completely offline with:
- LLaMA and LLaMA 2
- Mistral
- Phi-2
- Any GGUF format model
Choosing the Right Model
For Best Performance
Claude and GPT-4 offer the most capable responses, ideal for:
- Complex reasoning tasks
- Code generation
- Creative writing
For Privacy
Local models keep everything on your machine:
- No data sent to external servers
- Works offline
- Complete privacy
For Cost Efficiency
GPT-3.5 and smaller local models are great for:
- High-volume tasks
- Simple queries
- Budget-conscious usage
Configuration
Set your preferred model in the config:
# Use Claude (default)
moltbot config set model claude
# Use GPT-4
moltbot config set model gpt-4
# Use a local model
moltbot config set model local/llama-2-7bAPI Keys
For cloud models, you'll need API keys:
moltbot config set anthropic_key YOUR_KEY
moltbot config set openai_key YOUR_KEYModel Switching
MoltBot can automatically switch between models based on:
- Task complexity
- API availability
- Cost constraints
Configure fallback options:
moltbot config set fallback_model gpt-3.5-turboPerformance Tips
- Use local models for simple, repetitive tasks
- Reserve powerful cloud models for complex reasoning
- Set up model routing for optimal cost/performance balance
More Posts

Deploy MoltBot on VPS - Ubuntu Server Guide
Install MoltBot on VPS. Ubuntu deployment with systemd, nginx, and production best practices.

How to Install MoltBot: Complete Setup Guide
Step-by-step guide to installing MoltBot on macOS, Windows, and Linux. Get your personal AI assistant up and running in minutes.

Browser Automation with MoltBot: Automate Any Web Task
Discover how MoltBot's browser automation capabilities can help you browse the web, fill forms, and extract data automatically. Save hours on repetitive web tasks.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates