Overview
Understanding AI models in SwiftClaw
Models Overview
SwiftClaw supports multiple AI models with seamless switching and intelligent routing.
Supported Models
GPT (OpenAI)
- GPT-4: Best for complex reasoning and creative tasks
- GPT-3.5: Fast and cost-effective for simple tasks
Claude (Anthropic)
- Claude 3 Opus: Powerful reasoning with 200K context
- Claude 3 Sonnet: Balanced performance and cost
- Claude 3 Haiku: Fast and efficient
Gemini (Google)
- Gemini Pro: Multimodal capabilities
- Gemini Flash: Fast inference
Llama (Meta)
- Llama 3: Open-source, customizable
Model Selection
Choose based on your needs:
{
"model": {
"primary": "gpt-4",
"fallbacks": ["claude-3-sonnet", "gemini-pro"]
}
}Switch models without redeployment using the dashboard or CLI.
Next Steps
- Model Selection - Choose the right model
- Switching Models - Change models dynamically
- Custom Models - Use your own models
How is this guide ?
Last updated on