catalogue / deepgram-aura

AudioRuns now

Deepgram Aura

from $0.015

per 1K characters

one character of input text; Aura-1 pay-as-you-go at $0.0150 per 1k characters

Fixed at intake, charged only on a successful run. Rate verified 2026-08-12 against deepgram.com.

POST https://renderhour.com/api/gateway/v1/audio/speech

curl -X POST https://renderhour.com/api/gateway/v1/audio/speech \
  -H "Authorization: Bearer $RENDERHOUR_API_KEY" \
  -H "Content-Type: application/json" \
  --output speech.mp3 \
  -d '{
  "model": "deepgram/aura-asteria-en",
  "input": "Welcome to RenderHour. Your render is ready."
}'

$0.015 per 1K charactersone character of input text; Aura-1 pay-as-you-go at $0.0150 per 1k characters. Quoted before the run; a failed run is not charged.

Runs against your own balance at that price. A failed run is not charged.

Or copy the request and run it with your RenderHour API key — the one in your profile.