Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10015,6 +10015,9 @@ components:
<br>
You can view the voices supported for each model using the /v1/voices endpoint sending the model name as the query parameter.
[View all supported voices here](https://docs.together.ai/docs/text-to-speech#supported-voices).
<br>
<br>
`hexgrad/Kokoro-82M` additionally supports voice mixing, where two or more voices are combined into a single blended voice by joining their names with `+` (e.g. `af_bella+af_heart`). Optional per-voice weights can be provided in parentheses (e.g. `af_bella(2)+af_heart(1)`). Other models require a single voice name.
type: string
response_format:
type: string
Expand Down
Loading