Skip to main content
Every task runs on one model tier, chosen at start with version and fixed for the life of the task.

Choosing a tier

Reach for scout on bounded, well-specified work where latency matters more than depth, and stay on ranger for open-ended research. A well-specified prompt is what makes scout viable; see Writing task prompts.

The tier is fixed at start

version only applies to the start routes. /task/{task_id}/continue and /task/{task_id}/execute stay on the tier the task started with. Read the tier back from GET /task/{task_id} as tier. ranger and scout are the only accepted values; anything else is rejected with 403 and {"error": "forbidden"}.