Zintegruj model AI suno-voice-clone 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 suno-voice-clone na platformie MuAPI z natychmiastową skalowalnością i niskimi opóźnieniami.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | Darmowy w fazie podglądu (preview) | Two-stage voice clone with anti-deepfake liveness check, usable directly in music generation. |
| Fal.ai | Niedostępne | No equivalent singing-voice cloning product. |
| Replicate | Niedostępne | 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
Wyślij żądanie POST do punktu końcowego z wymaganymi parametrami i kluczem API MuAPI.
Frequently asked