provider-capability
OpenAI Speech and audio
Direct answerUse this guide to understand the OpenAI Speech and audio capability, then verify the exact callable model ID, endpoint, and price in the model marketplace before integration.
Updated · Reviewed
Capability boundary
The OpenAI Speech and audio catalog describes the jobs this class of model is intended to solve. It does not mean that every listed model shares request fields, input limits, or output formats. Read each model card together with its lifecycle status, origin, and official source. A platform provider may host models from several original vendors, so both the displayed ID and origin matter.
Selection criteria
Speech and audio includes recognition, synthesis, realtime conversation, and general audio understanding, which cannot be reduced to one quality score. For recognition, measure word error rate, timestamps, speaker separation, language, and accents. For synthesis, compare naturalness, voice control, first-audio latency, and streaming playback. Realtime sessions also require interruption handling, echo and noise tests, conversation state, and tool use. Codec, sample rate, channels, and chunk boundaries must match the endpoint contract.
Integration and protocol boundary
Confirm the exact model ID, authentication method, endpoint, and request schema in the OpenAI official documentation, then look for the same exact ID and supported endpoint in this site's model marketplace. Changing only the base URL does not guarantee an identical response contract. Streaming events, asynchronous jobs, file uploads, tool calls, and error payloads may require separate adapters.
Production checklist
Build a repeatable evaluation from representative inputs and record the model ID, parameters, input version, and result. Measure success rate, tail latency, throttling, timeout behavior, cost per completed task, and safety outcomes. Prepare a replacement path for preview or legacy models. The official catalog explains product boundaries; callable availability, channel status, and current pricing remain the responsibility of the model marketplace.
Reviewed provider catalog
Models in this capability
These are provider-catalog models, not a promise of availability on this site. Confirm callable IDs, endpoints, and pricing in the model marketplace.
Speech and audio
-
gpt-realtime-2.1StableA realtime multimodal model for low-latency spoken conversations, reasoning, and tool use.
-
gpt-realtime-2.1-miniStableThe lightweight GPT Realtime 2.1 tier for realtime voice applications that prioritize cost and throughput.
-
gpt-audio-1.5StableA conversational model for audio input and audio output through Chat Completions.
-
gpt-realtime-translateStableA streaming speech-to-speech translation model for live multilingual audio experiences.
-
gpt-4o-mini-ttsStableA lightweight text-to-speech model for converting text into natural-sounding speech.
-
gpt-transcribeStableA high-accuracy speech-to-text model for file and realtime input transcription.
-
gpt-live-transcribeStableA streaming speech-to-text model that returns low-latency transcript deltas from live audio.
Use cases
- Speech recognition, transcription, and captions
- Speech synthesis, realtime conversation, and audio understanding
FAQ
How should I choose a OpenAI Speech and audio model?
Start from the required input and output, then compare quality, latency, context or media limits, tool support, lifecycle status, and total request cost with representative production samples.
Does every model in the official catalog work on this site?
Not necessarily. The documentation records the provider catalog; callable IDs, channel support, endpoints, and current prices must be confirmed in the model marketplace.
What should be tested before production rollout?
Pin the exact model ID and endpoint, test success and error responses, measure quality and latency on real inputs, set timeouts and bounded retries, and monitor provider deprecations.
Related guides
Official sources
- OpenAI Models Official
- OpenAI API Reference Official
- OpenAI Developer Quickstart Official
- Migrate to the Responses API Official
- OpenAI Function Calling Official
- OpenAI Streaming Responses Official
- OpenAI Rate Limits Official
兔子API