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: 10 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10165,7 +10165,11 @@ components:
example: en
prompt:
type: string
description: Optional text to bias decoding.
description: >-
Optional text to bias decoding. Supported only on Whisper-family
models (e.g. `openai/whisper-large-v3`). Other STT models
(e.g. `nvidia/parakeet-tdt-0.6b-v3`) accept the field for API
compatibility but ignore it.
response_format:
type: string
description: The format of the response
Expand Down Expand Up @@ -10400,7 +10404,11 @@ components:
example: en
prompt:
type: string
description: Optional text to bias decoding.
description: >-
Optional text to bias decoding. Supported only on Whisper-family
models (e.g. `openai/whisper-large-v3`). Other STT models
(e.g. `nvidia/parakeet-tdt-0.6b-v3`) accept the field for API
compatibility but ignore it.
response_format:
type: string
description: The format of the response
Expand Down
Loading