Zintegruj model AI openai-whisper za pomocą wydajnych interfejsów API z niskimi opóźnieniami i płatnością za rzeczywiste zużycie.
About this model
Uzyskaj dostęp programistyczny do modelu openai-whisper na platformie MuAPI z natychmiastową skalowalnością i niskimi opóźnieniami.
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 | Niedostępne | 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 |
|---|---|---|---|
| Adres URL audio | 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 | 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 |
| Temperatura | 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
Wyślij żądanie POST do punktu końcowego z wymaganymi parametrami i kluczem API MuAPI.
Frequently asked