Warm onboarding guide
Aria
Balanced and clear for product tours, support flows, and tutorials.
“Welcome to SayWell. Type your script once, choose a voice, and ship production-ready audio without chasing credits.”
Pay-as-you-go TTS API powered by the latest open-source models. $5 per 1 million characters. That's it.
Powered by models that beat ElevenLabs in blind listening tests.
Free credits
100K chars / month
Model switch cost
One URL change
Latency target
<500ms TTFB
Pricing snapshot
Beats OpenAI TTS and Polly on raw price, with the same simple pay-per-character model.
Voice preview
Aria / Studio
Free tier
100K chars
Commercial use included from day one.
Switching cost
Near zero
Change the base URL and keep shipping.
The public playground now hits the live alpha TTS backend. It stays intentionally narrow: three voices, short scripts, MP3 output, and rate limits so the demo remains useful without leaking your real API key.
Warm onboarding guide
Balanced and clear for product tours, support flows, and tutorials.
“Welcome to SayWell. Type your script once, choose a voice, and ship production-ready audio without chasing credits.”
Confident operator
Sharper cadence for voice agents, assistants, and menu systems.
“Your API key includes one hundred thousand free characters every month, with commercial use included from day one.”
Cinematic narrator
A broader performance range for trailers, games, and promo reads.
“Build the scene, stream the dialogue, and keep every line item predictable from prototype to launch.”
The comparison is meant to feel obvious at a glance: cheaper than the cheapest mainstream APIs, cleaner than credits, and generous enough on free usage to get real integrations into production.
SayWell
Transparent pay-as-you-go pricing that undercuts OpenAI TTS and Polly.
ElevenLabs
Higher cost with credits, tiers, and plan-gated concurrency.
OpenAI TTS
Straightforward metering, but without cloning in the base offer.
Amazon Polly
Utility pricing, default quotas, and a less opinionated developer story.
Key messaging
No credits to track. No tiers to upgrade. No overages at 2x rates. One price per character, every character.
The page keeps each use case concrete. Instead of generic AI claims, every card anchors the visitor on a real workload, the cost delta, and the resulting savings.
A 10-minute customer call generates about 15,000 characters of speech. Transparent pricing matters when every call compounds.
SayWell
$0.08 / call
Typical competitor cost
$1.80-4.50 / call
Savings story
Save roughly $17,250-44,250 at 10,000 calls / month
A 50,000-line script lands near 5M characters. Full voice acting becomes a production decision instead of a budget constraint.
SayWell
$25 / release
Typical competitor cost
$600-1,500 / release
Savings story
Save $575-1,475 before you even factor in iteration cycles
A 30-minute weekly script runs roughly 45,000 characters. The savings compound every episode without subscription creep.
SayWell
$0.23 / episode
Typical competitor cost
$5.40-13.50 / episode
Savings story
Keep yearly TTS costs near $12 instead of $281-702
The live alpha is intentionally narrow: one OpenAI-compatible speech endpoint, a few tested voices, and enough operational surface to let builders wire a real integration without guessing.
OpenAI-compatible example
from openai import OpenAI
client = OpenAI(
base_url="https://saywell.io/v1",
api_key="your-key"
)
response = client.audio.speech.create(
model="studio",
voice="aria",
input="Welcome to the adventure, brave hero."
)
response.stream_to_file("output.mp3")
These signals are intentionally lean. They give technical buyers a reason to believe the quality claim, the safety story, and the long-term portability of the stack.
The first usable version runs on Google Cloud Text-to-Speech so builders can test the integration now instead of waiting for a fuller stack.
The alpha is intentionally narrow: one speech endpoint, one model, and enough compatibility to swap a base URL in existing clients.
API keys are issued manually while the product surface stays small, so early testers get direct support instead of a brittle self-serve maze.
The page references TTS Arena so visitors can see how the voice quality narrative connects to a public leaderboard instead of a private claim.
100,000 characters per month. No credit card required. Commercial use included. The goal is simple: let developers build a real integration before they ever need procurement.