section-20260406).
Model Versions
The following table lists the availablemodel values for the API:
| Model Values | Description |
|---|---|
section-20260406 | Use the section model snapshot released on April 6, 2026. |
section-latest | Use the latest section model snapshot. |
Why Model Versioning Matters
When integrating the API, you have two options for specifying the model:- Use
section-latestto always get the newest version. This automatically gives you improvements and updates, but results may change when new model versions are released. - Use a specific version (like
section-20260406) to pin to an exact model version. This ensures consistent results over time, but you won’t receive improvements.
Set the Model in the API
When calling the endpoint, you can set the model using themodel parameter.
If you omit the model parameter, the API uses the latest model.
This example shows how to specify a model:
Set the Model with the Client Libraries
When using the Python or TypeScript library, you can set the model using themodel parameter in the section() method.
If you omit the model parameter, the library will use the latest section model.

