Available Models
Suonora offers several models tailored to different use cases. Each model has a short name used as themodel
parameter in your TTS API requests.
Legacy v2.5
Delivers unparalleled clarity and depth for professional-grade audio. Perfect for high-quality voiceovers, detailed narrations, and premium content creation.model-v2.5.json
Legacy Prime
A balance of quality and performance for versatile use cases, ideal for general applications needing clarity and speed.model-prime.json
Legacy Opus
Fast and high-quality audio. Ideal for near-lossless streaming and real-time applications.model-opus.json
Sonic Speed
Low-latency audio for real-time environments. Suitable for fast delivery and low-bandwidth applications.model-sonic.json
Sonic Edge
High-quality streaming with minimal delay. Perfect for interactive and live-use cases.model-edge.json
Model Access Based on Subscription Plans
Different subscription plans provide access to different models:Plan | Monthly Cost | Model Access |
---|---|---|
Personal | $5 | Full access to all models |
Superior | $10 | Full access to all models |
Pro | $29 | Full access to all models |
Using Model IDs
When making a request to the Suonora TTS API, specify the short name of the model under themodel
field. Ensure your subscription plan grants you access to that model.
Example Request:
request.sh
model
value with any of the available short names (e.g., legacy-prime
, sonic-speed
, etc.), and confirm that your plan supports it.