Deepgram Nova-3 (STT)
Audio generationOne call. Same key. Same bill.
Production speech APIs, billed by the second.
One API key. Every model.
One model. Three ways to call it. Same key, same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
Capabilities
Nova-3. Speech-to-Text
Aura-2. Text-to-Speech
Platform limits
One key. One base URL. Same SDK shape you already use.
# 1. set your key
export COINIS_API_KEY="sk_live_..."
# 2. call the model
curl https://api.app.coinis.com/v1/audio/generate \
-H "Authorization: Bearer $COINIS_API_KEY" \
-d '{"prompt":"neon city, rain, tracking shot"}' import { Coinis } from "@coinis/sdk";
const coinis = new Coinis(process.env.COINIS_API_KEY);
const job = await coinis.audio.generate({
model: "models/deepgram/deepgram",
prompt: "neon city, rain, tracking shot",
}); from coinis import Coinis
coinis = Coinis(os.environ["COINIS_API_KEY"])
job = coinis.audio.generate(
model="models/deepgram/deepgram",
prompt="neon city, rain, tracking shot",
) {
"id": "gen_8fa2c1",
"status": "succeeded",
"model": "models/deepgram/deepgram",
"output": {
"image_url":
"https://cdn.coinis.com/gen_8fa2c1.mp4"
,
"format": "mp4"
},
"tokens_used": 10
} Already on another provider's SDK? Change the host. Keep the call.
One wallet across every model. No API accounts to juggle.
No credit card.
1 token = $0.10 pay-as-you-go. Less on a plan.
Unified API across video, image, audio, and LLM.
Async queue plus webhooks. Batch at scale.
Ship it under your brand. Outputs are yours.
Prompt to platform-native clip in minutes.
One generation, every aspect ratio.
Authentic selfie-style ads, on brand.
Real-time voice agents and conversational AI Nova-3 streaming powers live transcription for voice bots and virtual assistants.[^1] Aura-2 handles synthesis in the same pipeline, so you can build both transcription and speech generation into a single voice agent flow.[^3]
Call center transcription with diarization Nova-3's Speaker Diarization add-on labels each speaker in a recorded customer call.[^2] Pair it with Smart Formatting to get clean, readable transcripts ready for QA review or CRM logging.
Compliance and PII-sensitive transcription Nova-3's PII Redaction add-on strips SSNs, credit card numbers, and phone numbers from transcripts automatically.[^2] Regulated industries get a clean output without building a separate scrubbing layer.
Multilingual voice products Nova-3 Multilingual detects languages automatically in a single audio stream.[^1] Aura-2 adds TTS output across 7 languages for end-to-end voice interfaces in globally deployed applications.[^3]
IVR and voice-assistant front-ends Aura-2's 40+ English voices are tuned for interactive voice response systems and conversational AI front-ends.[^3] Pick a voice profile that matches your brand tone and deploy it at scale with per-character billing.
Renders in seconds. Set a seed. Get the same frame back.
Outputs are yours. Sell them.
Safe for paid ads.
Your prompts are never used for training.
Start free
Start free. 15 tokens a week. No card.
Generate on CoinisNo credit card.
Pricing and capabilities verified 2026-05-26. Read the docs .