Integrera AI-modellen suno-voice-clone via ett högpresterande API med låg latens och ren förbrukningsbaserad prissättning.
About this model
Få tillgång till suno-voice-clone programmatiskt på MuAPI med omedelbar skalbarhet, automatisk redundans och minimal latens.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | Gratis under förhandsgranskning | Two-stage voice clone with anti-deepfake liveness check, usable directly in music generation. |
| Fal.ai | Inte tillgänglig | No equivalent singing-voice cloning product. |
| Replicate | Inte tillgänglig | No equivalent singing-voice cloning product gated to music output. |
Two-stage voice clone with anti-deepfake liveness check, usable directly in music generation.
No equivalent singing-voice cloning product.
No equivalent singing-voice cloning product gated to music output.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Voice Sample URL | string | URL of a clean 10-second recording of the voice to clone. Mono is fine. The provider extracts a vocal segment between vocal_start_s and vocal_end_s. | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/minimax-voice-clone-in.wav |
| Voice Name | string | A short label for your voice, shown in the voice picker (optional). | - |
| Description | string | Free-form description of this voice (optional). | - |
| Style Tags | string | Comma-separated style hints used at music generation time (optional). | - |
| Language | Enum (10 options) | Language the voice sample is spoken in. | en |
| Vocal Start (seconds) | int | Start time of the vocal segment within the sample. | 0 |
| Vocal End (seconds) | int | End time of the vocal segment within the sample. Must be greater than Vocal Start. | 10 |
URL of a clean 10-second recording of the voice to clone. Mono is fine. The provider extracts a vocal segment between vocal_start_s and vocal_end_s.
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/minimax-voice-clone-in.wavA short label for your voice, shown in the voice picker (optional).
-Free-form description of this voice (optional).
-Comma-separated style hints used at music generation time (optional).
-Language the voice sample is spoken in.
enStart time of the vocal segment within the sample.
0End time of the vocal segment within the sample. Must be greater than Vocal Start.
10Developer documentation
Skicka en autentiserad POST-förfrågan till slutpunkten med dina valda parametrar och din MuAPI-nyckel.
Frequently asked