รวมโมเดล AI openai-whisper ผ่าน API ประสิทธิภาพสูงที่มีความหน่วงต่ำและจ่ายตามการใช้งานจริง
About this model
เข้าถึงโมเดล openai-whisper ผ่านการเขียนโปรแกรมบน MuAPI พร้อมการปรับขนาดได้ทันทีและความหน่วงต่ำ
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 | ไม่พร้อมใช้งาน | 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 |
|---|---|---|---|
| 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) | 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 |
| อุณหภูมิ (Temperature) | 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
ส่งคำขอ POST ไปยังจุดสิ้นสุดพร้อมพารามิเตอร์ที่คุณต้องการและคีย์ MuAPI
Frequently asked