← All Models
Aura 2
Deepgram's Aura 2 text-to-speech model. Natural and expressive voices for any content.
Specifications
| Provider | Deepgram |
| Category | Audio |
Pricing (Starter tier)
1.95 credits / 1K input characters
Higher tiers get volume discounts. See tiers
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "aura-2",
"params": {
"text": "Welcome to GenX, the AI generation platform.",
"voice": "aura-2-thalia-en"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "aura-2",
"params": {
"text": "Welcome to GenX, the AI generation platform.",
"voice": "aura-2-thalia-en"
}
}