返回模型列表
GPT-4o Transcribe
openaiopenai/gpt-4o-transcribe
API 使用指南
音频转录
通过 TheRouter 的兼容 OpenAI 的 /v1/audio/transcriptions 端点,使用 GPT-4o Transcribe 转录音频文件。
cURL
curl https://api.therouter.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-F "file=@recording.mp3" \
-F "model=openai/gpt-4o-transcribe" \
-F "response_format=json"带时间戳的转录
以详细 JSON 格式获取段落级时间戳,用于对齐和字幕工作流。
cURL
curl https://api.therouter.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-F "file=@recording.mp3" \
-F "model=openai/gpt-4o-transcribe" \
-F "response_format=verbose_json" \
-F "timestamp_granularities[]=segment"语言提示
通过传入 language 参数,提高已知语言音频的准确率和速度。
cURL
curl https://api.therouter.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-F "file=@conversation.mp3" \
-F "model=openai/gpt-4o-transcribe" \
-F "language=zh" \
-F "response_format=json"上下文提示
使用 prompt 参数使转录偏向领域特定词汇。
cURL
curl https://api.therouter.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-F "file=@tech-meeting.mp3" \
-F "model=openai/gpt-4o-transcribe" \
-F "prompt=Transcription of an engineering meeting discussing Kubernetes deployment, Redis caching, and PostgreSQL sharding."事实档案 — 本页每条断言可在此回溯来源
| 来源 | URL | 采集于 | |
|---|---|---|---|
| 发布日期 | openai.com ↗ | 2026-05-28 | 已核实 |
| 架构 | openai.com ↗ | 2026-08-25 | 已核实 |
| API 端点 | developers.openai.com ↗ | 2026-05-28 | 已核实 |
| 支持语言数量 | openai.com ↗ | 2026-08-25 | 未知 |
| 训练方法 | openai.com ↗ | 2026-05-28 | 已核实 |
| 最大文件大小 | tokenmix.ai ↗ | 2026-05-28 | 已核实 |
| 支持音频格式 | developers.openai.com ↗ | 2026-08-25 | 已核实 |
| 许可 | techcrunch.com ↗ | 2026-05-28 | 已核实 |
| FLEURS (multilingual WER — all languages) | openai.com ↗ | 2026-08-25 | 已核实 |
| Artificial Analysis AA-WER (combined rank) | openai.com ↗ | 2026-08-25 | 未知 |
| Common Voice & FLEURS (Dec 2025 snapshot) | developers.openai.com ↗ | 2026-08-25 | 已核实 |
| OpenAI 发布 2025 年 12 月快照,WER 进一步降低 | developers.openai.com ↗ | 2026-05-28 | 已核实 |
| OpenAI 发布 gpt-4o-transcribe 和 gpt-4o-mini-transcribe | openai.com ↗ | 2026-05-28 | 已核实 |
| gpt-4o-transcribe 与 whisper-1 有何不同? | openai.com ↗ | 2026-05-28 | 待核实 |
| gpt-4o-transcribe 支持说话人分离吗? | tokenmix.ai ↗ | 2026-05-28 | 待核实 |
| 可以获取逐字时间戳吗? | tokenmix.ai ↗ | 2026-05-28 | 待核实 |
| 最大音频文件大小是多少? | developers.openai.com ↗ | 2026-05-28 | 待核实 |
| gpt-4o-transcribe 对哪些语言效果最好? | techcrunch.com ↗ | 2026-05-28 | 待核实 |
| gpt-4o-transcribe 可以通过 TheRouter 使用吗? | api.therouter.ai ↗ | 2026-05-28 | 待核实 |