API providers, route pricing, availability, and recent reliability signals.
Latency, throughput, and reliability signals from recent traffic.
Effective prices over the last 30 days, with current provider list prices for context.
Headline benchmark standings and comparison context.
Daily gateway activity over the last 30 days, with current UTC-day pace projection.
Public apps observed in gateway request traffic for this model.
Uptime trend for this model over the last 24 hours.
Start calling this model with endpoint-specific examples.
Key dates, capabilities, and model metadata.
Commercial plans and bundled access that currently include this model.
OpenAI: GPT 4o Transcribe
API providers, route pricing, availability, and recent reliability signals.
Latency, throughput, and reliability signals from recent traffic.
Weighted provider pricing over the last 30 days, with recent route pricing history below.
Headline benchmark standings and comparison context.
Daily gateway activity over the last 30 days, with current UTC-day pace projection.
Public apps observed in gateway request traffic for this model.
Uptime trend for this model over the last 24 hours.
Start calling this model with endpoint-specific examples.
Key dates, capabilities, and model metadata.
20 Mar 2025·16 months ago
20 Mar 2025·16 months ago
Not listed
Not listed
Parameters
Not listed
License
Proprietary
Training Tokens
Not listed
Input
Output
Choose a supported endpoint, pick a main language, then select the example style you want to copy.
Supported API reference routes for this model.
import AIStats from '@ai-stats/sdk';
const client = new AIStats({
apiKey: process.env.AI_STATS_API_KEY,
});
const response = await client.generateTranscription({
"model": "openai/gpt-4o-transcribe",
"audio_url": "https://assets.ai-stats.com/sample-audio.wav",
"language": "en"
});
console.log(JSON.stringify(response, null, 2));Parameters
Aggregated across active providers for the audio transcription route.
Routing will select a compatible provider when a parameter narrows availability, so this list stays model-facing instead of provider-facing.
| Parameter | Description |
|---|---|
temperature | Controls how random token selection can be. |
response_format | Requests plain text, JSON, or schema-constrained output formats. |
include | See the full parameter reference for endpoint-specific semantics and provider caveats. |
language | See the full parameter reference for endpoint-specific semantics and provider caveats. |
prompt | See the full parameter reference for endpoint-specific semantics and provider caveats. |
timestamp_granularities | See the full parameter reference for endpoint-specific semantics and provider caveats. |
Top benchmark results for openai/gpt-4o-transcribe.
Detailed benchmark comparisons now live in the Compare tool.