Voices List API #1071
-
I’m working on a dashboard that integrates Deepgram’s services. I’d like to add a section where users can browse and select from available voice models. After reviewing Deepgram’s documentation, I found that selecting a voice model requires passing a modelName, but I couldn’t find an API endpoint that lists all available voice models. Is there a way to retrieve this list programmatically? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
you can get all available models using these endpoints: Returns metadata on all the latest public models. Returns metadata on all the latest models that a specific project has access to, including non-public models. https://developers.deepgram.com/reference/get-project-models The payload will contain a
|
Beta Was this translation helpful? Give feedback.
you can get all available models using these endpoints:
Returns metadata on all the latest public models.
https://developers.deepgram.com/reference/get-models
Returns metadata on all the latest models that a specific project has access to, including non-public models.
https://developers.deepgram.com/reference/get-project-models
The payload will contain a
tts
object that will be an array of models.