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:

  1. Best model for that task

  2. Second-best fallback

  3. 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

Model
Uses

GPT-4o

Text, code, translation, fallback

GPT-4o-mini

Lightweight fallback


🟣 Anthropic

Model
Uses

Claude Sonnet 4.5

Code, text fallback

Claude 3.5 Haiku

Summaries, translation


🟡 Perplexity

Model
Uses

Sonar Reasoning Pro

Real-time web search + research


🎨 OpenAI (Images)

Model
Uses

DALL·E 3

Image generation


🎧 ElevenLabs (Audio)

Model
Uses

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