nova-2 not available when specifying tier #441
-
Which Deepgram product are you using?Deepgram API Detailsnova-2 is now GA and I can access it by specifying model=nova-2 Our application has run-time flags for the model parameters and always passes a tier. I'm finding that neither
If you are making a request to the Deepgram API, what is the full Deepgram URL you are making a request to?https://api.deepgram.com/v1/listen?tier=nova-2&model=nova-2 If you are making a request to the Deepgram API and have a request ID, please paste it below:3b9c0715-d9f2-4168-b745-9ccc0744c0f4 If possible, please attach your code or paste it into the text box.No response If possible, please attach an example audio file to reproduce the issue.No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @robfig, in order to immediately continue using the model/tier syntax, you can specify However, we are moving toward encouraging users to only specify the |
Beta Was this translation helpful? Give feedback.
Hi @robfig, in order to immediately continue using the model/tier syntax, you can specify
model=2-general&tier=nova
. That will get you the Nova-2 general model.However, we are moving toward encouraging users to only specify the
model
parameter (with notier
parameter) for ease of use, in which case you can reach the same model by specifying onlymodel=nova-2
. That's a forward-looking code change you can make when you're ready to modify your application.