How Versioning Works
Each model version progresses through four stages:- Alpha: New version available for opt-in testing via the
alphaconfig - Default: Automatically used for all requests
- Deprecated: Old default, still accessible via
alphaconfig - Removed: No longer available. Requests pinning a removed version return an error listing available versions
Pinning a Version
To pin a specific version, pass it in your request’ssettings.alpha config:
Model versioning only changes processing behavior. It does not break the API contract. If a pinned version is removed, the request returns an error with the available versions.