recommend_models
Recommend the best-value AI models for given constraints, ranked with receipts.
The core answer endpoint: give it constraints and it returns the top models
ranked by Cost/IQ (quality-adjusted price, lower is better), each with a
plain-English 'why', a hot-swap endpoint_config (provider base_url + native
model id, ready to call), as-of timestamps, and runner-ups.
Args:
budget_max_usd_per_m: Max blended price $/M (optional).
context_min: Minimum context window in tokens (optional).
modality: 'text' (default), 'vision', or 'any'.
zdr: Require zero-data-retention providers (optional).
eu_sovereign: Require EU-sovereign providers (optional).
reasoning: Filter reasoning models (null = any, true/false).
limit: Max recommendations (1-20, default 5).
Returns: ranked recommendations with endpoint_config and ranking evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zdr | No | ||
| limit | No | ||
| modality | No | text | |
| reasoning | No | ||
| context_min | No | ||
| eu_sovereign | No | ||
| budget_max_usd_per_m | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||