Try Seedance 2.5 Uncensored Video from ByteDance →
Models
Agents
Workflows
Studio
PricingBlogDocs
ExploreDiscover models by categoryBrowse All ModelsBrowse the complete catalogSee FavoritesSign in to view saved models
Generative Media AgentCreate and edit media by chattingWorkflow AgentBuild visual workflows with Agent
OverviewThe platform at a glanceLearnSkills, knowledge, guardrailsAnatomyWhat makes agents reasonBuild Your AgentPick skills, set tier, deploy
Pre-built AgentsBrowse the catalog
Agent Usecases
Ad Campaign ManagerApp Event ManagerApp Review RepliesBarber BookingCustomer Win-BackEcommerce ListingsRestaurant Reviews
Sign InStart Building

Task History

Click to see output list

No tasks yet

Go to Models
Explore models/
Active

openai / gpt-realtime-whisper

gpt-realtime-whisper

byopenai

OpenAI’s GPT Realtime Whisper turns live audio into streaming transcript updates. Adjust delay levels to trade latency for higher transcription accuracy.

Model ID
gpt-realtime-whisper
Provider
openai
Updated
1787150057
gpt-realtime-whisper
11
Comments
Average rating : 4.5 (19 users)
Provideropenai
Modelgpt-realtime-whisper
wiro playground—openai/gpt-realtime-whisper
Reset to defaults
Delete All
Drop audio to upload

OR

Click to browse your device

Supports: MP3, WAV, M4A, WEBM, OPUS

Required. Audio file to transcribe. Max 60 minutes, max 500 MB.

Optional. Context about the recording to improve accuracy.

Optional. Expected input language as a single ISO code (en, es, fr, tr). Leave empty for auto-detect.

Sample outputs
openai-gpt-realtime-whisper-sample-1.txt
Updated 1787150057

Overview

GPT Realtime Whisper by OpenAI is a streaming speech-to-text model built for live transcription. It emits transcript deltas as speech arrives, then produces a final transcript for each committed chunk. You can tune a delay setting to trade faster text updates for stronger accuracy.

This model fits apps that must show words quickly, like captions and call monitoring. It reduces the need to wait for full-file transcription before users see useful text.

What you can build

  • Live captions for meetings, webinars, and events
  • Real-time call transcripts for support and sales QA
  • Voice note transcription for field workers and clinicians
  • Accessibility overlays for live audio streams
  • Moderation and escalation triggers from spoken conversations
  • Dual-track workflows that transcribe now and clean up later with a text model

Inputs

  • An audio recording to transcribe, uploaded as a single file (maximum 60 minutes and 500 MB).
  • Optional context about the recording, like the scenario or domain terms. Some Realtime GA sessions don’t support a transcription prompt for this model.
  • Optional expected spoken language as a short code (example: en). Leave it blank to let the system auto-detect.
  • Optional latency versus accuracy preference using a delay level. Higher delay waits longer before emitting text.

Outputs

  • A speech-to-text transcript returned as text.
  • For streaming workflows, the transcript can arrive as incremental text deltas that may revise earlier words.
  • A final transcript is produced for each committed portion of audio.

Recommended settings

  • Use the lowest delay level when your UI must react instantly to speech.
  • Use a low delay level for live captioning that still needs readable phrasing.
  • Use a medium delay level for general meeting notes and mixed speakers.
  • Use high or extra-high delay when accuracy matters more than immediacy.
  • Provide a language hint when you know it. It often improves accuracy and stability.

Limitations

  • Audio input only. It doesn’t generate spoken audio output.
  • In GA Realtime sessions, this model doesn’t support a transcription prompt. Your context text may be ignored or rejected.
  • Very long speech can exceed single-message text limits. Expect long audio to be split across updates.
  • Streaming transcripts can change as more audio arrives. Don’t treat early deltas as final.
  • Low-quality inputs hurt results. This includes noisy rooms, crosstalk, strong reverb, clipped audio, and low-bitrate telephony.
  • Mixed languages, heavy accents, or dense jargon can increase errors. Test with your real microphones and speakers.

Safety & compliance

  • Get consent before recording or transcribing people.
  • Don’t use transcripts as the only source of truth for high-stakes decisions.
  • Review outputs when you handle names, numbers, dates, or medical and legal content.
  • Follow OpenAI’s usage policies for disallowed content and sensitive data handling.

API quick start

Run gpt-realtime-whisper with a single API call.

POST https://api.wiro.ai/v1/Run/openai/gpt-realtime-whisper
{
  "prompt": "Your prompt here",
  "inputAudio": "https://your-cdn.com/input.mp3",
  "language": "...",
  "delay": "low"
}
View full API docs

Discover, test, and run AI models, build workflows and agents with one unified API.

All systems operational
WiroAboutBlogCareersContact
ProductModelsAgentsPricingPartnerChangelogStatusFAQ
Getting StartedIntroductionAuthenticationProjectsCode ExamplesWiro MCP ServerSelf-Hosted MCPn8n IntegrationLLMs.txt
API ReferenceModelsRun a ModelModel ParametersTasksLLM & Chat StreamingWebSocketRealtime VoiceFiles
© 2026 Wiro AI. All rights reserved.
PrivacyTermsData Deletion