compare_models
Compare LLM models by cost or time for a specified token budget. Use to select the best model for your task.
Instructions
Compare all LLM models side-by-side for a given token budget.
Ranks models by estimated cost or time. Shows quality tier for each model. Use when choosing which model to use for a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | Total number of tokens to estimate across all models. | |
| tool_calls | No | Number of tool calls expected. | |
| reasoning_depth | No | Expected depth of chain-of-thought reasoning. | moderate |
| sort_by | No | Sort models by cost (default) or estimated time. | cost |