Deepgram Aura-2
Deepgram Aura-2 text to speech — 90 voices across seven languages, billed on input length.
Deepgram's multilingual speech model with 90 named voices — the largest voice roster on YepAPI. Covers English, Spanish, French, German, Italian, Dutch, and Japanese from a single model.
No credit card required. Takes 30 seconds.
2,400+
Developers
1.2M+
API calls served
100+
Endpoints
$0.01
Per call
Yep, that's it.
Playground coming soon — use the API endpoint directly with your API key.
Pricing
Per character: $0.0633/1K chars
Endpoint
/v1/media/queue
Strengths
The widest voice catalogue available here — enough to give every character, brand, or locale its own distinct speaker.
English, Spanish, French, German, Italian, Dutch, and Japanese without changing models.
Canonical Aura-2 voice IDs mean the same speaker sounds the same across every request and every release.
Deepgram builds for call audio, and Aura-2 is shaped by that workload.
Quick start
Copy this snippet and start making calls with Deepgram Aura-2.
// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"model": "deepgram/aura-2",
"prompt": "Your appointment is confirmed for Thursday at ten past two. We'll send a reminder the day before.",
"options": {
"voice": "aura-2-thalia-en"
}
}),
});
const { data } = await res.json();
const jobId = data.jobId;
// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }Why use Deepgram Aura-2 through YepAPI?
Deepgram Aura-2 API — 90 voices, seven languages
Aura-2 is Deepgram's multilingual text-to-speech model and ships the widest voice catalogue of any speech model on YepAPI: 90 named voices spanning English, Spanish, French, German, Italian, Dutch, and Japanese.
Voices are selected by their canonical Aura-2 identifier, so the speaker you pick in development is the speaker you ship. Billing is $0.0633 per 1,000 characters of input on the standard media queue.
Start generating in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Deepgram's multilingual speech model with 90 named voices — the largest voice roster on YepAPI. Covers English, Spanish, French, German, Italian, Dutch, and Japanese from a single model.
Pricing for Deepgram Aura-2 through YepAPI is based on usage. No monthly minimums — you only pay for what you use.
Sign up for a free API key, then send requests to the /v1/media/queue endpoint.
Ready to use Deepgram Aura-2?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
GPT-4o Mini
OpenAIAccess GPT-4o Mini through one API key. Fast, cheap, and OpenAI-compatible.
GPT-4o
OpenAIAccess GPT-4o through one API key. Flagship reasoning and multimodal capabilities.
Claude Sonnet 4
AnthropicAccess Claude Sonnet 4 through one API key. Anthropic's best balance of speed and intelligence.