返回模型列表
GPT-4o Transcribe Diarize
openaiopenai/gpt-4o-transcribe-diarize
API 使用指南
带说话人分离的音频转录
转录多说话人音频文件,使用 diarized_json 响应格式获取带说话人标签的段落。
cURL
curl https://api.therouter.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-F "file=@meeting.mp3" \
-F "model=openai/gpt-4o-transcribe-diarize" \
-F "response_format=diarized_json"纯文本转录(无说话人分离)
使用标准 JSON 响应格式获取纯文本转录结果,输出与 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-diarize" \
-F "response_format=json"语言提示(ISO-639-1 代码)
通过传入 ISO-639-1 语言代码提高已知语言音频的准确率。
cURL
curl https://api.therouter.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-F "file=@call-zh.mp3" \
-F "model=openai/gpt-4o-transcribe-diarize" \
-F "language=zh" \
-F "response_format=diarized_json"事实档案 — 本页每条断言可在此回溯来源
| 来源 | URL | 采集于 | |
|---|---|---|---|
| 发布日期 | ai.azure.com ↗ | 2026-08-10 | 未知 |
| 架构 | ai.azure.com ↗ | 2026-08-10 | 已核实 |
| API 端点 | developers.openai.com ↗ | 2026-05-28 | 已核实 |
| 语言识别 | ai.azure.com ↗ | 2026-08-10 | 未知 |
| 最大文件大小 | developers.openai.com ↗ | 2026-08-10 | 已核实 |
| 响应格式 | developers.openai.com ↗ | 2026-08-10 | 已核实 |
| 说话人标签 | developers.openai.com ↗ | 2026-08-10 | 已核实 |
| 支持音频格式 | developers.openai.com ↗ | 2026-08-10 | 已核实 |
| 许可 | openai.com ↗ | 2026-08-10 | 已核实 |
| AA-WER (base gpt-4o-transcribe, combined rank) | openai.com ↗ | 2026-08-10 | 未知 |
| FLEURS (multilingual WER — base gpt-4o-transcribe) | openai.com ↗ | 2026-08-10 | 已核实 |
| OpenAI 发布 gpt-4o-transcribe 的 2025 年 12 月快照,WER 进一步降低 | developers.openai.com ↗ | 2026-05-28 | 已核实 |
| GPT-4o Transcribe Diarize 在 OpenAI API 上可用 | ndurner.github.io ↗ | 2026-05-28 | 已核实 |
| gpt-4o-transcribe-diarize 与基础版 gpt-4o-transcribe 有何不同? | ndurner.github.io ↗ | 2026-05-28 | 待核实 |
| 能否使用自定义说话人名称而不是 A/B/C? | learn.microsoft.com ↗ | 2026-05-28 | 待核实 |
| gpt-4o-transcribe-diarize 是否支持 Realtime API? | community.openai.com ↗ | 2026-05-28 | 待核实 |
| gpt-4o-transcribe-diarize 是否支持 prompt 参数进行上下文偏置? | platform.openai.com ↗ | 2026-05-28 | 待核实 |
| gpt-4o-transcribe-diarize 的音频段限制是多少? | ndurner.github.io ↗ | 2026-05-28 | 待核实 |