Speech-to-Text using Whisper Large v3 model hosted by SLNG. Supports 99+ languages with automatic language detection. Best for general-purpose transcription with high accuracy.
openai/whisper:large-v3 - websocket
Speech-to-Text API for converting audio files to text using SLNG openai/whisper. Speech-to-Text using Whisper Large v3 model hosted by SLNG. Supports 99+ languages with automatic language detection. Best for general-purpose transcription with high accuracy.
WebSocket Endpoint
Establishes a WebSocket connection for real-time speech-to-text.
Connection URL: wss://api.slng.ai/v1/stt/slng/openai/whisper:large-v3
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
UpgradeConnectionX-Region-OverrideOptional. Specify a target region for this model. If not provided, the system will automatically select an appropriate region.
openai/whisper:large-v3 - websocket › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: type | |
| type = object · requires: type, data | |
| type = object · requires: type |
typeWhisper recognition configuration
openai/whisper:large-v3 - websocket › Responses
Switching Protocols
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: type, session_id | |
| type = object · requires: type, transcript | |
| type = object · requires: type, transcript | |
| type = object · requires: type, code, message |
typesession_idUnique session identifier
openai/whisper:large-v3 - http
Speech-to-Text API for converting audio files to text using SLNG openai/whisper. Speech-to-Text using Whisper Large v3 model hosted by SLNG. Supports 99+ languages with automatic language detection. Best for general-purpose transcription with high accuracy.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
X-Region-OverrideOptional. Specify a target region for this model. If not provided, the system will automatically select an appropriate region.
openai/whisper:large-v3 - http › Request Body
audioAudio file to transcribe (mp3, mp4, wav, webm, etc.)
languageISO-639-1 language code (optional, auto-detect if not provided)
response_formatResponse format
temperatureSampling temperature
urlURL to audio file
openai/whisper:large-v3 - http › Responses
Successful transcription
textTranscribed text.
languageDetected or specified language code.
durationAudio duration in seconds.
confidenceConfidence score (0.0-1.0).
Word-level transcription with timing and confidence.
request_idUnique request identifier.
modelModel used for transcription.