Let's Growth AI Command Center
Produção
Regras de Roteamento
O Ryu usa estas regras para escolher o modelo correto por tarefa.
| # | Regra | Gatilho | Preferido | Fallback | Ativa |
|---|---|---|---|---|---|
| 1 | High-risk → human review | risk >= high | Claude Sonnet 4.5 | GPT-5 | |
| 2 | Code generation | task.type = code | GPT-5 | Claude Sonnet 4.5 | |
| 3 | Customer messages | channel = WhatsApp | Claude Sonnet 4.5 | GPT-5 Mini | |
| 4 | Long context analysis | tokens > 100k | Gemini 2.5 Pro | Claude Sonnet 4.5 | |
| 5 | Cheap routing | complexity = low | GPT-5 Mini | Llama 3.3 70B | |
| 6 | Private data | tag = private | Llama 3.3 70B | Claude Sonnet 4.5 |