Reducto continuously improves the models powering document processing. This page explains how versioning works and how to control which version you use. For the current status of each model version, see Model Versions.Documentation Index
Fetch the complete documentation index at: https://docs.reducto.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.