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
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 unknown or has been removed, the request returns an error listing the available versions.