mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-09 12:10:22 +08:00
chore: update OpenAPI spec from monorepo (#433)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
219a0b863e
commit
0a85698350
@@ -20662,10 +20662,10 @@ components:
|
|||||||
description: Text-to-speech request input
|
description: Text-to-speech request input
|
||||||
example:
|
example:
|
||||||
input: Hello world
|
input: Hello world
|
||||||
model: elevenlabs/eleven-turbo-v2
|
model: mistralai/voxtral-mini-tts-2603
|
||||||
response_format: pcm
|
response_format: pcm
|
||||||
speed: 1
|
speed: 1
|
||||||
voice: alloy
|
voice: en_paul_neutral
|
||||||
properties:
|
properties:
|
||||||
input:
|
input:
|
||||||
description: Text to synthesize
|
description: Text to synthesize
|
||||||
@@ -20673,7 +20673,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
model:
|
model:
|
||||||
description: TTS model identifier
|
description: TTS model identifier
|
||||||
example: elevenlabs/eleven-turbo-v2
|
example: mistralai/voxtral-mini-tts-2603
|
||||||
type: string
|
type: string
|
||||||
provider:
|
provider:
|
||||||
description: Provider-specific passthrough configuration
|
description: Provider-specific passthrough configuration
|
||||||
@@ -20698,7 +20698,7 @@ components:
|
|||||||
type: number
|
type: number
|
||||||
voice:
|
voice:
|
||||||
description: Voice identifier (provider-specific).
|
description: Voice identifier (provider-specific).
|
||||||
example: alloy
|
example: en_paul_neutral
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- model
|
- model
|
||||||
@@ -24384,10 +24384,10 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
example:
|
example:
|
||||||
input: Hello world
|
input: Hello world
|
||||||
model: elevenlabs/eleven-turbo-v2
|
model: mistralai/voxtral-mini-tts-2603
|
||||||
response_format: pcm
|
response_format: pcm
|
||||||
speed: 1
|
speed: 1
|
||||||
voice: alloy
|
voice: en_paul_neutral
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/SpeechRequest'
|
$ref: '#/components/schemas/SpeechRequest'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user