jev_list_models
Lists model names, aliases, descriptions, and release dates to help you select a fixed versioned model id before running evaluations, avoiding the moving 'jev-latest' alias.
Instructions
List the model names and aliases this account can send in the model field, with each one's description and release date.
Use it before pinning a version: jev-latest is an alias that moves when a new release ships, so if you have tuned thresholds against one model's calibration, pass the versioned id (e.g. jev-1.13.0) to jev_evaluate's model instead.
Versioned ids are accepted whether or not they appear in this list. Costs no tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The versioned model id that actually answered. | |
| usage | Yes | Token usage. Jev charges for input tokens only. | |
| models | Yes | One entry per model or alias, exactly as the API returned it. | |
| latency_ms | Yes | Wall-clock time for the underlying API call(s), including retries. |