Skip to content

Voices List API #1071

Jan 31, 2025 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

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.

            "name": "angus",
            "canonical_name": "aura-angus-en",
            "architecture": "aura",
            "languages": [
                "en",
                "en-IE"
            ],
            "version": "2024-11-19.0",
            "uuid": "b50880e3-4e2e-4e53-ba27-ea0472bf2cf4…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Shimanshucs18
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by deepgram-community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant