Are the new Nova and Whisper models available for the streaming (websocket) API? #118
-
|
Docs are just not clear on this... |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
|
Hi @davehorton , Thanks for bringing that up. We'll update the docs with that information. The Nova model is available with streaming. The code snippets in this Quickstart include Deepgram's Whisper Cloud is not available with streaming. Let us know if you need any help getting started. Sandra Edit: Here is a link to all the features and which model supports them: https://developers.deepgram.com/documentation/features/ |
Beta Was this translation helpful? Give feedback.
-
|
Hmm, here is the path I am using to test out nova and the deepgram server rejects the connection What is wrong? (I am not using python, I am using my own websocket client built in C) |
Beta Was this translation helpful? Give feedback.
-
|
hmm, even with conversationalai it is taking 3 secs to connect to deepgram and no transcriptions coming back. Is there a system issue today? |
Beta Was this translation helpful? Give feedback.
-
|
I will have to check later as I am away from my office at the moment. Will update here once I try again. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, this is working now. |
Beta Was this translation helpful? Give feedback.
Hi @davehorton ,
Thanks for bringing that up. We'll update the docs with that information.
The Nova model is available with streaming. The code snippets in this Quickstart include
model=nova, so you can follow this guide to try it out with the Python or Node SDK. If you're using another SDK, just addmodel=novato use our newest most powerful model.Deepgram's Whisper Cloud is not available with streaming.
Let us know if you need any help getting started.
Sandra
Edit: Here is a link to all the features and which model supports them: https://developers.deepgram.com/documentation/features/