Jelajahi dan integrasikan model AI openai-whisper melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model openai-whisper menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.012 per minute | 只需为转写的音频付费,按分钟计费,最低按 1 分钟计算。 |
| Fal.ai | Tidak tersedia | Fal.ai 不提供托管的 Whisper 端点。 |
| Replicate | ~$0.011 per minute | 价格随底层 GPU 变化;muapiapp 提供固定且可预测的按分钟费率。 |
只需为转写的音频付费,按分钟计费,最低按 1 分钟计算。
Fal.ai 不提供托管的 Whisper 端点。
价格随底层 GPU 变化;muapiapp 提供固定且可预测的按分钟费率。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Audio / Suara URL | string | 要转录的Audio文件 URL。Mendukung的格式:mp3、mp4、mpeg、mpga、m4a、wav、webm。文件必须小于 25 MB。 | https://d3adwkbyhxyrtq.cloudfront.net/ai-audio/sample.mp3 |
| Bahasa | string | Optional ISO-639-1 language code of the input audio (e.g. 'en', 'es', 'hi'). Leave empty for automatic detection. | en |
| Prompt Teks | string | Optional context to guide the model's style or to spell out unusual words and proper nouns. Should match the audio language. | The transcript is a podcast about AI startups. |
| ResponsFormat | Enum (5 options) | Output格式。'json' / 'text' 返回纯文本转录,'srt' / 'vtt' 返回带时间戳的字幕,'verbose_json' 包含每个片段的元数据。 | json |
| 温度 | number | 采样温度范围为 0 到 1。值越高,Output越随机;值越低,Output越确定。 | 0 |
要转录的Audio文件 URL。Mendukung的格式:mp3、mp4、mpeg、mpga、m4a、wav、webm。文件必须小于 25 MB。
https://d3adwkbyhxyrtq.cloudfront.net/ai-audio/sample.mp3Optional ISO-639-1 language code of the input audio (e.g. 'en', 'es', 'hi'). Leave empty for automatic detection.
enOptional context to guide the model's style or to spell out unusual words and proper nouns. Should match the audio language.
The transcript is a podcast about AI startups.Output格式。'json' / 'text' 返回纯文本转录,'srt' / 'vtt' 返回带时间戳的字幕,'verbose_json' 包含每个片段的元数据。
json采样温度范围为 0 到 1。值越高,Output越随机;值越低,Output越确定。
0Developer documentation
Panduan integrasi cepat untuk openai-whisper. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
Whisper 可将音频转录为文字,支持多种语言,也可以生成带时间戳的字幕格式。
支持 mp3、mp4、mpeg、mpga、m4a、wav 和 webm。每个文件必须低于 25 MB。
费用根据音频时长计算,并向上取整到下一分钟。每次请求最低按 1 分钟计费。
可以。将 `response_format` 设置为 `srt` 或 `vtt`,即可获得包含每个分段起止时间戳的可直接使用的字幕文件。
会。将 `language` 字段留空即可自动检测;也可以指定 ISO-639-1 代码,将识别限定为已知语言以获得更好的准确度。