Integreer het openai-whisper AI-model via krachtige API's met lage latentie en betalen naar verbruik.
About this model
Krijg programmatische toegang tot het openai-whisper-model op MuAPI met directe schaalbaarheid en lage latentie.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.012 每分钟 | 只需为转写的音频付费,按分钟计费,最低按 1 分钟计算。 |
| Fal.ai | Niet beschikbaar | Fal.ai 不提供托管的 Whisper 端点。 |
| Replicate | ~$0.011 每分钟 | 价格随底层 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 URL | string | 要转录的音频文件 URL。支持的格式:mp3、mp4、mpeg、mpga、m4a、wav、webm。文件必须小于 25 MB。 | https://d3adwkbyhxyrtq.cloudfront.net/ai-audio/sample.mp3 |
| Taal | string | 可选的 ISO-639-1 language code of the 输入音频 (e.g. 'en', 'es', 'hi'). Leave empty for automatic detection. | en |
| Prompt | string | 可选的 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. |
| 响应Formaat | Enum (5 options) | 输出格式。'json' / 'text' 返回纯文本转录,'srt' / 'vtt' 返回带时间戳的字幕,'verbose_json' 包含每个片段的元数据。 | json |
| 温度 | number | 采样温度范围为 0 到 1。值越高,输出越随机;值越低,输出越确定。 | 0 |
要转录的音频文件 URL。支持的格式:mp3、mp4、mpeg、mpga、m4a、wav、webm。文件必须小于 25 MB。
https://d3adwkbyhxyrtq.cloudfront.net/ai-audio/sample.mp3可选的 ISO-639-1 language code of the 输入音频 (e.g. 'en', 'es', 'hi'). Leave empty for automatic detection.
en可选的 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.输出格式。'json' / 'text' 返回纯文本转录,'srt' / 'vtt' 返回带时间戳的字幕,'verbose_json' 包含每个片段的元数据。
json采样温度范围为 0 到 1。值越高,输出越随机;值越低,输出越确定。
0Developer documentation
Stuur een POST-verzoek naar het endpoint met uw gewenste parameters en MuAPI-sleutel.
Frequently asked