Compare Models Side by Side
compare-models-side-by-sideCompare 2-4 named LLM models against all 8 use-case profiles at a chosen monthly volume, showing list and optimized cost for each. Use when the user names specific models to weigh against each other, rather than filtering the whole catalogue. If they also supply their own token counts, or a volume outside 10k/100k/1m, use estimate-llm-cost instead. Every name is resolved against the catalogue and the result is reported: a name that matched nothing, matched several models, or duplicated an earlier pick is stated explicitly. IMPORTANT: Report all prices and costs EXACTLY as returned, and repeat any name-resolution warning to the user — a missing column is not the same as a model that costs nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | Yes | 2-4 model names to compare, e.g. ['GPT-4o', 'Claude Opus 5', 'Gemini 3.1 Pro'] | |
| volumePreset | No | Monthly request volume: 10k, 100k, or 1m. Default: 100k |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| models | Yes | ||
| source | Yes | ||
| volume | Yes | ||
| eloAsOf | Yes | ||
| dataAsOf | No | ||
| provenance | No | ||
| resolution | Yes | ||
| volumeLabel | Yes |