From 0a856983507f98a613cabab6e60af47ebf0aa817 Mon Sep 17 00:00:00 2001 From: "openrouter-docs-sync[bot]" <273401080+openrouter-docs-sync[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:35:38 +0000 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#433) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 61e02b5..dec6619 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -20662,10 +20662,10 @@ 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 @@ -20673,7 +20673,7 @@ components: 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 @@ -20698,7 +20698,7 @@ components: type: number voice: description: Voice identifier (provider-specific). - example: alloy + example: en_paul_neutral type: string required: - model @@ -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