~$F5TTS
Zero-shot voice cloning TTS model. Clone any voice from 10 seconds of reference audio. Fairytaler Finetuned Flow Matching architecture for natural prosody.
Cold start comparison vs similar models. Lower is better.
No subscriptions. Buy credits, pay per inference. Scale to zero when idle.
import cumulus from "cumulus-sdk" // Deploy F5-TTS on Ion const client = await cumulus.deploy("f5-tts") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })