Version
Version allows you to specify the version of the model you want to use to process your submitted audio.
version
string Default: latest
Deepgram’s Version feature allows you to specify the version of the model you want to use to process your submitted audio.
Enable Feature
To enable Version, when you call Deepgram’s API, add a version
parameter in the query string and set it to the version of the model you want to use to process your submitted audio.
version=MODEL_VERSION
Use the Latest Version
To use the latest version of your selected model, send latest
in the version
parameter:
version=latest
Use an Earlier Version of a Standard Model
To use an earlier version of a selected Deepgram standard model, send the version number in the version
parameter:
version=VERSION_NUMBER
Example:
version=2021-03-17.0
You can locate version numbers of Deepgram standard models in our changelog. Select Speech Model to filter the updates.
Use a Specific Version of a Custom Trained Model
To use a specific version of a custom model associated with your account, send the custom model's version_id
in the version
parameter:
version=VERSION_ID
Example:
version=12345678-1234-1234-1234-1234567890ab
Get Early Access to an Updated Standard Model
When we release updated versions of Deepgram standard models, you may be able to try them out and provide feedback. To do so, send the version name of the selected model in the version
parameter:
version=VERSION_NAME
Example:
version=beta
To learn about updated model availability and get relevant version names, contact Support.
When to use Versions
- If you want to make sure you are using the latest version of a Deepgram model.
- If you want to use an earlier version of a Deepgram model.
- If you want to use a specific version of a custom Deepgram model.
Updated 17 days ago