Integrera AI-modellen openai-whisper via ett högpresterande API med låg latens och ren förbrukningsbaserad prissättning.
About this model
Få tillgång till openai-whisper programmatiskt på MuAPI med omedelbar skalbarhet, automatisk redundans och minimal latens.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.012 每分钟 | Pay only for the audio you transcribe, billed per minute with a 1-minute minimum. |
| Fal.ai | Inte tillgänglig | Whisper is not offered as a managed endpoint on Fal.ai. |
| Replicate | ~$0.011 每分钟 | Pricing varies with the underlying GPU; muapiapp offers a flat, predictable per-minute rate. |
Pay only for the audio you transcribe, billed per minute with a 1-minute minimum.
Whisper is not offered as a managed endpoint on Fal.ai.
Pricing varies with the underlying GPU; muapiapp offers a flat, predictable per-minute rate.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Ljud-URL | string | URL of the audio file to transcribe. Supported formats: mp3, mp4, mpeg, mpga, m4a, wav, webm. File must be under 25 MB. | https://d3adwkbyhxyrtq.cloudfront.net/ai-audio/sample.mp3 |
| Language | string | Optional ISO-639-1 language code of the input audio (e.g. 'en', 'es', 'hi'). Leave empty for automatic detection. | en |
| Prompt (Instruktion) | 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. |
| Response Format | Enum (5 options) | Output format. 'json' / 'text' return plain transcripts, 'srt' / 'vtt' return timestamped subtitles, 'verbose_json' includes per-segment metadata. | json |
| Temperatur | number | Sampling temperature between 0 and 1. Higher values make output more random; lower values make it more deterministic. | 0 |
URL of the audio file to transcribe. Supported formats: mp3, mp4, mpeg, mpga, m4a, wav, webm. File must be under 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 format. 'json' / 'text' return plain transcripts, 'srt' / 'vtt' return timestamped subtitles, 'verbose_json' includes per-segment metadata.
jsonSampling temperature between 0 and 1. Higher values make output more random; lower values make it more deterministic.
0Developer documentation
Skicka en autentiserad POST-förfrågan till slutpunkten med dina valda parametrar och din MuAPI-nyckel.
Frequently asked