Skip to main content
For developers requiring audio support, Infercom provides OpenAI’s Whisper large-v3 model, which enables real-time transcriptions and translations.

Whisper-Large-v3

  • Model: Whisper-Large-v3
  • Description: State-of-the-art automatic speech recognition (ASR) and translation model. Developed by OpenAI and trained on 5M+ hours of labeled audio. Excels in multilingual and zero-shot speech tasks across diverse domains.
  • Model ID: Whisper-Large-v3
  • Supported languages: Multilingual

Core capabilities

  • Transcribes and translates extended audio inputs (up to 25 MB).
  • Demonstrates high accuracy in speech recognition and translation tasks.
  • Provides OpenAI-compatible endpoints for transcriptions and translations.

Request parameters

Response formats

response_format accepts five values, but only two change the output.
verbose_json, srt and vtt are accepted and return HTTP 200, but the endpoint ignores them and returns plain text. There are no timestamps, segments, or subtitle cues. Use json if you need a structured response.

Usage data

Non-streaming responses return the text field only. There is no usage object, so you cannot read token or duration counts from a transcription or translation response.
stream_options: {"include_usage": true} does not work around this. The endpoint rejects the parameter with HTTP 400.

Example usage