Jev models and aliases
From the public models table:
| Name | Role |
|---|---|
jev-1.13.0 |
Versioned ID |
jev-latest |
Alias → current stable official release (jev-1.13.0) |
jev-preview |
Alias → newest release, including previews; currently the same ID |
SDK examples use jev-latest. The response model field reports the versioned ID.
Why pin
Aliases move when TypeSafe ships. If you tuned a 0.85 confidence gate on 1.13, a silent move can change the distribution. Pin jev-1.13.0 in production, upgrade in a controlled diff, and keep the resolved id in logs.
Listing
GET /v1/models returns names, descriptions, and release dates. It currently lists aliases. You may still send versioned IDs.
Do not send truncated names such as jev-1.13 unless the models page says they exist. If a third-party snippet uses a spelling the API rejects, believe the 400/422 body.
Sources
Public TypeSafe or adjacent documentation only. No private claims.