Adding support for pronunciation_dict_id#56
Open
bpanahij wants to merge 14 commits intocartesia-ai:mainfrom
Open
Adding support for pronunciation_dict_id#56bpanahij wants to merge 14 commits intocartesia-ai:mainfrom
bpanahij wants to merge 14 commits intocartesia-ai:mainfrom
Conversation
type: string A pronunciation dict ID to use for the generation. This will be applied to this TTS generation only. This enable the use of custom pronunciation dicts when using the official Cartesia python client.
…nciation_dict_id Adding support for pronunciation_dict_id
type: string A pronunciation dict ID to use for the generation. This will be applied to this TTS generation only. This enable the use of custom pronunciation dicts when using the official Cartesia python client.
noahlt
added a commit
that referenced
this pull request
Nov 13, 2025
Takes changes from #56 and adds support in bytes method and ws send wrapper methods. --------- Co-authored-by: Brian Johnson <brian@pjohnson.info>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds support for the pronunciation_dict_id parameter to TTS generation requests, enabling users to apply custom pronunciation dictionaries to their text-to-speech generations.
Changes
Implementation Details
The pronunciation_dict_id parameter is:
Test Plan
This enables users of the official Cartesia Python client to leverage custom pronunciation dictionaries when generating speech.