Multi-Provider Support
Tuvo Code supports multiple AI providers, allowing you to choose the best model for your task or switch providers based on cost, performance, or availability.
Supported Providers
- • OpenAI — GPT-4, GPT-4 Turbo, GPT-3.5 Turbo
- • Anthropic — Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku
- • Google Gemini — Gemini 1.5 Pro, Gemini 1.5 Flash
- • Qwen — Qwen 2.5 models
- • OpenRouter — Access to 100+ models through a single API
- • Ollama — Run models locally on your machine
Switching Providers
You can switch providers at any time using the /auth command or by setting the --provider flag:
# Use Claude for this session
tuvo --provider anthropic
# Use GPT-4
tuvo --provider openai
# Use a local model
tuvo --provider ollama