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.
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
To use the latest version of your selected model, send latest in the version parameter:
version=latest
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.
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
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.