Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ Route prompts to appropriate LLM tiers based on predicted complexity:
|
|
| 50 |
| 2 (Moderate) | Complex reasoning, deep knowledge required | Strong model |
|
| 51 |
| 3 (Complex) | Very complex reasoning, niche expertise | Frontier API model |
|
| 52 |
|
| 53 |
-
**Recommended routing strategy:** Group levels **0 and 1** together (fast/cheap tier), level 2 as standard, level 3 as premium. The model achieves **
|
| 54 |
|
| 55 |
### Out‑of‑Scope Use
|
| 56 |
|
|
|
|
| 50 |
| 2 (Moderate) | Complex reasoning, deep knowledge required | Strong model |
|
| 51 |
| 3 (Complex) | Very complex reasoning, niche expertise | Frontier API model |
|
| 52 |
|
| 53 |
+
**Recommended routing strategy:** Group levels **0 and 1** together (fast/cheap tier), level 2 as standard, level 3 as premium. The model achieves **93.0% adjacent accuracy** on my test, meaning it rarely misroutes by more than one tier.
|
| 54 |
|
| 55 |
### Out‑of‑Scope Use
|
| 56 |
|