从文本提示词生成音乐、旁白和音效,或使用语音工具处理现有音频。Muapi 以一个 API 密钥统一不同音频模型。
此类别中的所有模型都使用相同的提交后轮询 API。将 suno-create-music 替换为下方列表中的任意模型端点。
# 1. Submit
curl -X POST https://api.muapi.ai/api/v1/suno-create-music \
-H "x-api-key: $MUAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"an upbeat lofi hip-hop track with mellow piano"}'
# → {"request_id":"abc123","status":"processing"}
# 2. Poll until completed
curl https://api.muapi.ai/api/v1/predictions/abc123/result \
-H "x-api-key: $MUAPI_API_KEY"| 模型 | 提供商 | 成本 | 适用场景 |
|---|---|---|---|
| gemini-3-1-flash-tts | — | $0.035 | Gemini 3.1 Flash TTS turns written dialogue into expressive, natural multi-speaker speech with fine-grained control over voice, accent, emotional style, and pace. Ideal for fast, affordable voiceovers, character dialogue, and narration. |
| suno-create-music | — | $0.090 | Suno generate music that turns text prompts into full songs — complete with vocals, lyrics, and instrumentation. You can describe a mood, genre, or even a specific lyric idea, and Suno creates a realistic, studio-quality track in seconds. |
| minimax-speech-2.6-hd | — | $0.650 | Speech-2.6-hd is Minimax’s high-definition text-to-speech model that turns written text into natural, human-like audio. It produces studio-quality speech with clear pronunciation, smooth pacing, realistic emotion, and no background noise. |
| minimax-speech-2.6-turbo | — | $0.650 | Speech-2.6-turbo is Minimax’s fast, lightweight text-to-speech model designed for quick audio generation while maintaining good natural voice quality. It produces clear speech with smooth pacing and minimal delay. |
| elevenlabs-tts-turbo-2-5 | — | $0.050 | Convert text to natural-sounding speech using the ElevenLabs TTS Turbo 2.5 model, with adjustable stability, similarity, and speed. |

Minimax Voice Clone creates a high-fidelity digital clone of a speaker’s voice from a short reference audio sample. It reproduces the speaker’s tone, emotion, accent, rhythm, and speaking style, then generates new speech from any text input.

This API extends audio tracks while preserving the original style of the audio track. It includes Suno's upload functionality, allowing users to upload audio files for processing. The expected result is a longer track that seamlessly continues the input style.

Clone your singing voice in two takes for use with Suno music generation. Submit a 10-second sample, then read back a fresh random phrase the system generates (anti-deepfake liveness check), and receive a reusable voice_id you can drop into Suno music creation. Free during preview.

Convert text into natural-sounding speech using mmAudio-v2. Ideal for voiceovers, virtual assistants, and content narration with lifelike clarity and tone.

Add vocals to an instrumental track.

This API covers an audio track by transforming it into a new style while retaining its core melody. It incorporates Suno's upload capability, enabling users to upload an audio file for processing. The expected result is a refreshed audio track with a new style, keeping the original melody intact.

Speech-2.6-hd is Minimax’s high-definition text-to-speech model that turns written text into natural, human-like audio. It produces studio-quality speech with clear pronunciation, smooth pacing, realistic emotion, and no background noise.

Speech-2.6-turbo is Minimax’s fast, lightweight text-to-speech model designed for quick audio generation while maintaining good natural voice quality. It produces clear speech with smooth pacing and minimal delay.

Generate sound effects using Suno chirp-crow model.

Add instrumental backing to acapella audio.

Suno generate music that turns text prompts into full songs — complete with vocals, lyrics, and instrumentation. You can describe a mood, genre, or even a specific lyric idea, and Suno creates a realistic, studio-quality track in seconds.

Generate expressive, multilingual text-to-dialogue content using the ElevenLabs Text To Dialogue V3 model.

Converts an existing Suno-generated music track to high-quality, uncompressed WAV format for professional editing and processing. Provide the task_id from a prior music generation request and the audio_id of the specific track to convert.

Gemini 3.1 Flash TTS turns written dialogue into expressive, natural multi-speaker speech with fine-grained control over voice, accent, emotional style, and pace. Ideal for fast, affordable voiceovers, character dialogue, and narration.

Gemini 2.5 Pro TTS is Google's premium text-to-speech model for studio-quality, high-fidelity multi-speaker audio with expressive control over voice, accent, emotional style, and pace.

Convert text to natural-sounding speech using the ElevenLabs TTS Turbo 2.5 model, with adjustable stability, similarity, and speed.

Create a mashup using 1-5 audio tracks.

Generate a full song with vocals or an instrumental-only track from a text prompt and structured lyrics with MiniMax Music 3.0.
Yes — `suno-extend` accepts an audio URL and a continuation prompt and returns a longer clip preserving the original style.
Use `mmaudio-v2v` (video-to-audio) — it analyzes the video and generates a matching ambient track or sound effect.