Overview
The Magpie TTS Multilingual model converts text into audio (speech).
Magpie TTS is a generative model, designed to be used as the first part of a neural text-to-speech system in conjunction with an audio codec model. This model uses the International Phonetic Alphabet (IPA) for inference and training, and it can output a female or a male voice for English-US and European-Spanish. In addition, it uses character-based encoding for French.
Audio Codec is a neural codec model for speech applications. It is the second part of a two-stage speech synthesis pipeline.
This model is ready for commercial use.
Highlights
- Robust T5-TTS Architecture: T5-TTS is an encoder-decoder transformer designed for stable text-to-speech synthesis. It significantly improves robustness by enforcing monotonic alignment, ensuring the model reads text in the correct order without skipping or repeating words. The system accepts text tokens and reference audio codes as input, then autoregressively predicts the specific acoustic tokens required to generate the target speech.
- High-Efficiency 21Hz Audio Codec: The system employs a specialized neural audio compression model that quantizes signals into discrete tokens at an aggressively low rate of 21 frames per second (Hz). It uses multi-stage encoding to analyze longer audio windows, capturing essential acoustic features before downsampling. This allows the model to compress input audio into a compact sequence of codes while preserving the core voice characteristics despite the heavy temporal compression.
- High-Fidelity Neural Reconstruction: To recover audio from the compressed 21Hz tokens, the model utilizes advanced neural upsampling techniques during the decoding phase. This reconstructs high-fidelity sound at the original sampling rate, effectively bridging the gap between the low-rate tokens and clear audio output. This architecture optimizes the balance between storage efficiency and audio quality, making it ideal for scalable speech synthesis applications.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.g5.48xlarge Inference (Batch) Recommended | Model inference on the ml.g5.48xlarge instance type, batch mode | $8.00 |
ml.g6e.xlarge Inference (Real-Time) Recommended | Model inference on the ml.g6e.xlarge instance type, real-time mode | $1.00 |
ml.g6e.2xlarge Inference (Real-Time) | Model inference on the ml.g6e.2xlarge instance type, real-time mode | $1.00 |
ml.g6e.4xlarge Inference (Real-Time) | Model inference on the ml.g6e.4xlarge instance type, real-time mode | $1.00 |
ml.g6e.8xlarge Inference (Real-Time) | Model inference on the ml.g6e.8xlarge instance type, real-time mode | $1.00 |
ml.g6e.16xlarge Inference (Real-Time) | Model inference on the ml.g6e.16xlarge instance type, real-time mode | $1.00 |
ml.g6e.12xlarge Inference (Real-Time) | Model inference on the ml.g6e.12xlarge instance type, real-time mode | $4.00 |
ml.g6e.24xlarge Inference (Real-Time) | Model inference on the ml.g6e.24xlarge instance type, real-time mode | $4.00 |
ml.g6e.48xlarge Inference (Real-Time) | Model inference on the ml.g6e.48xlarge instance type, real-time mode | $8.00 |
ml.p4d.24xlarge Inference (Real-Time) | Model inference on the ml.p4d.24xlarge instance type, real-time mode | $8.00 |
Vendor refund policy
No Refund.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker model
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
Additional details
Inputs
- Summary
Magpie TTS Multilingual accepts JSON requests via the /invocations API. The request contains the input text and optional synthesis controls (voice, language, sample rate, encoding). The container can route requests to NIM over HTTP or gRPC internally; you can force gRPC using CustomAttributes="/invocations/grpc".
- Input MIME type
- application/json
Input data descriptions
The following table describes supported input data fields for real-time inference and batch transform.
Field name | Description | Constraints | Required |
|---|---|---|---|
text | Text to synthesize.
| String | Yes |
language_code | Language code (e.g., en-US, es-US, fr-FR, , de-DE, zh-CN, vi-VN, it-IT). Default en-US.
| String | No |
voice_name | Voice name (e.g., Magpie-Multilingual.EN-US.Aria).
| String | No |
sample_rate_hz | Output sample rate (e.g., 44100).
| Integer | No |
encoding | Output encoding (e.g., LINEAR_PCM, OGGOPUS). Default LINEAR_PCM.
| String | No |
custom_dictionary | Pronunciation dictionary string in NIM format: "Word phonemes,Word2 phonemes2". Presence auto-triggers gRPC path.
| String | No |
zero_shot_data | Enables zero-shot voice cloning (gRPC path). Contains base64 audio_prompt plus optional quality and transcript.
| Object | No |
Resources
Support
Vendor support
Free support via NVIDIA NIM Developer Forum:
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
