Models & Routing
Models & Routing
Prompt Tornado dynamically selects the best model for each task type, with intelligent fallbacks and optional manual overrides.
🎯 Dynamic 3-Tier Model Routing
For every task, Prompt Tornado selects:
Best model for that task
Second-best fallback
Third-best fallback
If the user explicitly requests a supported model (e.g., “Use Claude Haiku for this”), Prompt Tornado will attempt to use it — otherwise, the 3-tier routing activates automatically.
🧩 Supported Models
🔵 OpenAI
GPT-4o
Text, code, translation, fallback
GPT-4o-mini
Lightweight fallback
🟣 Anthropic
Claude Sonnet 4.5
Code, text fallback
Claude 3.5 Haiku
Summaries, translation
🟡 Perplexity
Sonar Reasoning Pro
Real-time web search + research
🎨 OpenAI (Images)
DALL·E 3
Image generation
🎧 ElevenLabs (Audio)
TTS v2 / Multilingual v2
Text-to-speech
🛠 How Manual Model Override Works
User Prompt Example:
“Use Claude Haiku to write a short story about a time-traveling botanist who solves cold cases."
Prompt Tornado will detect "Claude Haiku" and route the generation to it.
Last updated

