Integrera AI-modellen gemini-audio-vision via ett högpresterande API med låg latens och ren förbrukningsbaserad prissättning.
About this model
Få tillgång till gemini-audio-vision programmatiskt på MuAPI med omedelbar skalbarhet, automatisk redundans och minimal latens.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $2.00/M 输入 Token, $5.00/M 输出 Token (higher per-run minimum for 音频) | Token-based billing with 无需订阅 — pay only for what you use, including the higher token cost of audio input. |
| Fal.ai | Inte tillgänglig | Fal.ai's vision endpoints are image-only; they do not offer native audio-understanding via Gemini's file API. |
| Replicate | Inte tillgänglig | Replicate does not currently offer a hosted Gemini audio-understanding endpoint. |
Token-based billing with 无需订阅 — pay only for what you use, including the higher token cost of audio input.
Fal.ai's vision endpoints are image-only; they do not offer native audio-understanding via Gemini's file API.
Replicate does not currently offer a hosted Gemini audio-understanding endpoint.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt (Instruktion) | string | The question or instruction describing what to analyze in the audio. | Describe what is said and any background sounds in this audio, including speaker changes and tone. |
| Ljud-URL | string | URL of the audio to analyze. | https://d3adwkbyhxyrtq.cloudfront.net/webassets/audiomodels/sample-audio.mp3 |
| System Prompt | string | Optional system-level instruction to guide the model's analysis style. | Respond with a structured JSON analysis, not prose. |
| Modell | Enum (1 options) | Gemini model to use for audio understanding. | gemini-2.5-flash |
The question or instruction describing what to analyze in the audio.
Describe what is said and any background sounds in this audio, including speaker changes and tone.URL of the audio to analyze.
https://d3adwkbyhxyrtq.cloudfront.net/webassets/audiomodels/sample-audio.mp3Optional system-level instruction to guide the model's analysis style.
Respond with a structured JSON analysis, not prose.Gemini model to use for audio understanding.
gemini-2.5-flashDeveloper documentation
Skicka en autentiserad POST-förfrågan till slutpunkten med dina valda parametrar och din MuAPI-nyckel.
Frequently asked