openai/whisper-1

文档
Schema

[Core Function] OpenAI Whisper transcribes a single public audio URL into text via an async task. [Strengths] Multiple output formats (verbose_json with word/segment timestamps, plain text, SRT, VTT), optional language and prompt biasing. [Best For] Meeting notes, podcasts, captions, and batch audio-to-text. [Limitations] Do NOT use file upload; URL-only input (audio up to 25 MB). Prefer verbose_json when you need duration or timestamps. [Routing] Use whisper-1 for OpenAI Whisper quality with URL-based audio.

$0.0001/sec
speech-to-text

输入

Optional text to guide the model's style or continue a previous segment.
Public http(s) URL of the audio file (max 25 MB).
提示:可拖拽文件、从剪贴板粘贴(Ctrl/Cmd+V),或提供 URL。
ISO-639-1 language hint for transcription.
Output format. verbose_json recommended for duration and timestamps.
verbose_json
Sampling temperature; higher values increase randomness.
Timestamp detail levels. Requires response_format=verbose_json when non-empty.
timestamp_granularities

结果

暂无结果

运行模型后,结果将在这里显示。

Next:

README

属性

参数

参数名 描述 类型 必填 枚举值
prompt Optional text to guide the model’s style or continue a previous segment. string -
url Public http(s) URL of the audio file (max 25 MB). string -
language ISO-639-1 language hint for transcription. string -
response_format Output format. verbose_json recommended for duration and timestamps. string json, text, srt, verbose_json, vtt
temperature Sampling temperature; higher values increase randomness. number -
timestamp_granularities Timestamp detail levels. Requires response_format=verbose_json when non-empty. string[] word, segment

价格

单位: $/sec

价格
$0.0001/sec