Docs/AngeVoice

Choose an AngeVoice model

Select a model for the task first. No model is the best option for every host and workflow.

KokoroZipVoiceMOSS

Model comparison

ModelBest forAdvantagesConsiderations
KokoroDaily Chinese speech, agent responses and low-latency synthesisLightweight, preset voices and the default recommendationDoes not clone from reference audio
ZipVoiceCustom voices, long text and high-quality cloningSaved Voice Profiles and reference text supportHigher cold-start and inference cost; reference audio should be short and clean
MOSS-TTS-NanoReference-audio cloning and varied speech tasksTemporary or server-side reference audioMore sensitive to reference quality and runtime tuning

Choose by goal

GoalStart with
Reader, notification or conversational agent speechKokoro
Clone a short reference voiceZipVoice or MOSS
Long narration with a custom voiceTest ZipVoice, then compare MOSS
Low-power NASKokoro, with cloning models loaded only when required
GPU with limited VRAMLoad one active model and allow CPU fallback for others

Reference audio and Voice Profiles

Verify a model switch

curl http://127.0.0.1:8100/v1/models
curl http://127.0.0.1:8100/v1/models/current

Check the actual provider and fallback reason. The first load may be slow; warm requests are more representative of everyday latency.

Memory and VRAM

The default configuration keeps only the required model loaded and can unload it after idle time. Preloading all three models is rarely useful for a personal deployment.