Select a model that meets stated constraints
select_modelGiven a need -- minimum context window, required capabilities, a price ceiling -- return the models that satisfy it, cheapest input price first, with the corroboration behind each record so you can judge how well-sourced it is. Prices are per million tokens. A model with no published price is returned under undetermined rather than excluded, so an unpriced model never reads as a disqualified one. This returns candidates and their evidence, not a recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| provider | No | ||
| capabilities | No | ||
| minContextWindow | No | ||
| maxInputPricePerMillionTokens | No | ||
| maxOutputPricePerMillionTokens | No |