Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20662,18 +20662,18 @@ components:
description: Text-to-speech request input
example:
input: Hello world
model: elevenlabs/eleven-turbo-v2
model: mistralai/voxtral-mini-tts-2603
response_format: pcm
speed: 1
voice: alloy
voice: en_paul_neutral
properties:
input:
description: Text to synthesize
example: Hello world
type: string
model:
description: TTS model identifier
example: elevenlabs/eleven-turbo-v2
example: mistralai/voxtral-mini-tts-2603
type: string
provider:
description: Provider-specific passthrough configuration
Expand All @@ -20698,7 +20698,7 @@ components:
type: number
voice:
description: Voice identifier (provider-specific).
example: alloy
example: en_paul_neutral
type: string
required:
- model
Expand Down Expand Up @@ -24384,10 +24384,10 @@ paths:
application/json:
example:
input: Hello world
model: elevenlabs/eleven-turbo-v2
model: mistralai/voxtral-mini-tts-2603
response_format: pcm
speed: 1
voice: alloy
voice: en_paul_neutral
schema:
$ref: '#/components/schemas/SpeechRequest'
required: true
Expand Down
Loading