Recommend Model Route
token_guardian_recommend_routeRecommends the most token-efficient Claude, Codex, or local model and effort level for a single task. Analyzes client, task summary, risk, and context to reduce waste without switching your active client.
Instructions
Recommend a conservative Claude, Codex, or local model and effort for one task. Returns advice only and never switches the active client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | normal | |
| client | Yes | Client that will perform the task. | |
| task_kind | No | Explicit task class. Omit only when genuinely unknown. | |
| task_summary | Yes | Short description of the actual work. | |
| current_model | No | ||
| context_tokens | No | ||
| current_effort | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | ||
| model | Yes | ||
| client | Yes | ||
| effort | Yes | ||
| actions | Yes | ||
| reasons | Yes | ||
| validator | No | ||
| confidence | Yes | ||
| advisoryOnly | Yes |