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
15 changes: 0 additions & 15 deletions fern/definition/tts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,21 +307,6 @@ types:
docs: |
Use this to cancel a context, so that no more messages are generated for that context.

WebSocketTTSRequest:
properties:
model_id:
type: string
docs: |
The ID of the model to use for the generation. See [Models](/build-with-sonic/models) for available models.
output_format: optional<OutputFormat>
transcript: optional<string>
voice: TTSRequestVoiceSpecifier
duration: optional<integer>
language: optional<string>
add_timestamps: optional<boolean>
continue: optional<boolean>
context_id: optional<string>

TTSRequest:
properties:
model_id:
Expand Down
Loading