Back to Modelsby NVIDIA
N
Magpie TTS Zero-shot
NVIDIAExpressive and engaging text-to-speech, generated from a short audio sample.
Free EndpointJun 12, 2025open license26K API calls / 30d
Specifications
Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→audio
Capabilities
ttsaudio
Tags
ttsvoice-cloningaudio
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nvidia/magpie-tts-zeroshotcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/magpie-tts-zeroshot",
"messages": [{"role": "user", "content": "Hello!"}]
}'