chore: update OpenAPI spec from monorepo (#219)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-05-04 14:33:14 -05:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent 8ac9dede84
commit 330cff1158
+20 -2
View File
@@ -8712,6 +8712,7 @@ components:
- temperature - temperature
- top_p - top_p
- max_tokens - max_tokens
supported_voices: null
top_provider: top_provider:
context_length: 8192 context_length: 8192
is_moderated: true is_moderated: true
@@ -8772,6 +8773,13 @@ components:
items: items:
$ref: '#/components/schemas/Parameter' $ref: '#/components/schemas/Parameter'
type: array type: array
supported_voices:
description: List of supported voice identifiers for TTS models. Null for non-TTS models.
example: null
items:
type: string
nullable: true
type: array
top_provider: top_provider:
$ref: '#/components/schemas/TopProviderInfo' $ref: '#/components/schemas/TopProviderInfo'
required: required:
@@ -8786,6 +8794,7 @@ components:
- per_request_limits - per_request_limits
- supported_parameters - supported_parameters
- default_parameters - default_parameters
- supported_voices
- links - links
type: object type: object
ModelArchitecture: ModelArchitecture:
@@ -8947,6 +8956,7 @@ components:
- max_tokens - max_tokens
- frequency_penalty - frequency_penalty
- presence_penalty - presence_penalty
supported_voices: null
top_provider: top_provider:
context_length: 8192 context_length: 8192
is_moderated: true is_moderated: true
@@ -8989,6 +8999,7 @@ components:
- temperature - temperature
- top_p - top_p
- max_tokens - max_tokens
supported_voices: null
top_provider: top_provider:
context_length: 8192 context_length: 8192
is_moderated: true is_moderated: true
@@ -14814,7 +14825,9 @@ paths:
- Analytics - Analytics
/audio/speech: /audio/speech:
post: post:
description: Synthesizes audio from the input text description: >-
Synthesizes audio from the input text. Returns a raw audio bytestream in the requested format (e.g. mp3, pcm,
wav).
operationId: createAudioSpeech operationId: createAudioSpeech
requestBody: requestBody:
content: content:
@@ -14943,10 +14956,11 @@ paths:
summary: Create speech summary: Create speech
tags: tags:
- TTS - TTS
x-speakeasy-max-method-params: 1
x-speakeasy-name-override: createSpeech x-speakeasy-name-override: createSpeech
/audio/transcriptions: /audio/transcriptions:
post: post:
description: Transcribes audio into text description: Transcribes audio into text. Accepts base64-encoded audio input and returns the transcribed text.
operationId: createAudioTranscriptions operationId: createAudioTranscriptions
requestBody: requestBody:
content: content:
@@ -15078,6 +15092,7 @@ paths:
summary: Create transcription summary: Create transcription
tags: tags:
- STT - STT
x-speakeasy-max-method-params: 1
x-speakeasy-name-override: createTranscription x-speakeasy-name-override: createTranscription
/auth/keys: /auth/keys:
post: post:
@@ -16019,6 +16034,7 @@ paths:
prompt: '0.00000002' prompt: '0.00000002'
request: '0' request: '0'
supported_parameters: [] supported_parameters: []
supported_voices: null
top_provider: top_provider:
context_length: 8192 context_length: 8192
is_moderated: false is_moderated: false
@@ -19252,6 +19268,7 @@ paths:
- temperature - temperature
- top_p - top_p
- max_tokens - max_tokens
supported_voices: null
top_provider: top_provider:
context_length: 8192 context_length: 8192
is_moderated: true is_moderated: true
@@ -19502,6 +19519,7 @@ paths:
- temperature - temperature
- top_p - top_p
- max_tokens - max_tokens
supported_voices: null
top_provider: top_provider:
context_length: 8192 context_length: 8192
is_moderated: true is_moderated: true