Deepgram Voice logo

Deepgram Voice

OrganizationPopular
vellum-ai
deepgram-voice

Select and tune a Deepgram TTS voice - curated voice list, full Aura voice catalog via API key, and tuning parameters

Overview

Publishervellum-ai
Repositoryvellum-assistant
Skill namedeepgram-voice
Stars
1.3K
Forks
186
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by vellum-ai on GitHub. Read the source before you install it.

Installation

Install the Deepgram Voice AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/vellum-ai/vellum-assistant.git /tmp/vellum-assistant
mkdir -p .claude/skills
cp -r /tmp/vellum-assistant/skills/deepgram-voice .claude/skills/deepgram-voice
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Deepgram Voice in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Deepgram Voice on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Deepgram Voice is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Overview

Deepgram provides text-to-speech voices (the Aura model family) for both in-app TTS and phone calls. Change the voice with the voice_config_update tool — it writes the voice to whichever TTS provider is currently active and pushes to the macOS app via SSE in one call:

voice_config_update setting="tts_voice_id" value="<aura-model-id>"

The voice lives under the active provider, not always Deepgram. The config key depends on services.tts.provider: deepgramservices.tts.providers.deepgram.model, vellum (managed) → services.tts.providers.vellum.model, elevenlabsservices.tts.providers.elevenlabs.voiceId. The voice_config_update tool (and the assistant tts voice <id> CLI command) handle this routing for you. Do NOT assistant config set services.tts.providers.deepgram.model ... blindly — on a managed (vellum) assistant that field is ignored, so the write "succeeds" but the voice never changes. See Setting the voice for the CLI fallback.

The tables below apply when the active provider is deepgram (BYO key) or managed vellum. Managed assistants synthesize Deepgram voices through the platform — the platform bills per rate-carded model and rejects voices it does not offer (the write succeeds but the voice fails on the next turn), so stick to current Aura-2 voices there. With a BYO key (setup below), any Aura model id from the catalog works. Other BYO TTS providers (elevenlabs, xai, fish-audio, …) use their own voice identifiers — never write a Deepgram Aura model id to them; see Getting to a Deepgram voice from another provider.

Getting to a Deepgram voice from another provider

Check the active provider first: assistant config get services.tts.provider.

  • Already on managed vellum? No provider change needed. The managed platform supports both Deepgram and ElevenLabs voicesservices.tts.providers.vellum.model accepts either an Aura model id or an ElevenLabs voice id, so switching between a Deepgram and an ElevenLabs voice is just another voice_config_update call.
  • On a BYO provider (e.g. elevenlabs) and the user wants a Deepgram voice? Two options — ask which they prefer. Switch with the voice_config_update tool, not raw assistant config set — the tool validates the switch (e.g. rejects vellum when no platform connection exists, which a raw config write would leave silently broken):
    1. Switch to managed vellum (voice_config_update setting="tts_provider" value="vellum") — no Deepgram key needed; requires a platform connection and bills managed credits. Bonus: they keep access to both the Deepgram and ElevenLabs catalogs.
    2. Switch to BYO deepgram (voice_config_update setting="tts_provider" value="deepgram") — requires a Deepgram API key (setup below); usage bills their Deepgram account directly.

After either switch, set the voice with voice_config_update as usual.

Choose a Voice

Pick a voice that matches your identity and the user's preferences. Offer to show the full list if they want to choose themselves. All voice ids follow the pattern aura-2-<name>-en.

Female voices

VoiceStyleModel ID
ThaliaClear, confident, energetic (American)aura-2-thalia-en
LunaFriendly, natural, engaging (American)aura-2-luna-en
AthenaCalm, smooth, professional (American)aura-2-athena-en
HeraWarm, smooth, professional (American)aura-2-hera-en

Male voices

VoiceStyleModel ID
ZeusDeep, trustworthy, smooth (American)aura-2-zeus-en
OrionApproachable, calm, polite (American)aura-2-orion-en
ArcasNatural, smooth, comfortable (American)aura-2-arcas-en
ApolloConfident, casual, comfortable (American)aura-2-apollo-en
DracoWarm, trustworthy, baritone (British)aura-2-draco-en
HyperionCaring, warm, empathetic (Australian)aura-2-hyperion-en

These are Aura-2 voices — Deepgram's current generation. First-generation ids (aura-asteria-en, aura-orion-en, … without the -2-) still work with a BYO key but sound noticeably flatter; prefer Aura-2 unless the user asks otherwise. aura-2-thalia-en is the managed platform's default voice.

Setting the voice

Preferred — the tool. It writes to the active provider's voice field and pushes to the macOS app via SSE (ttsVoiceId) in one call:

voice_config_update setting="tts_voice_id" value="<selected-model-id>"

CLI fallback (only if the voice_config_update tool is unavailable). Use assistant tts voice, which routes to the active provider's config key for you — do not hand-write assistant config set services.tts.providers.deepgram.model ...:

bash
assistant tts voice "<selected-model-id>"

Setting services.tts.providers.deepgram.model directly while the active provider is vellum (or any non-deepgram provider) is the #1 cause of "I changed the voice but it didn't change" — that field is ignored by the active provider, so the write reports success but nothing changes. If you must use config set, first check assistant config get services.tts.provider and write the matching key (vellumservices.tts.providers.vellum.model, deepgramservices.tts.providers.deepgram.model).

Verify it worked by reading back the key for the active provider, e.g. for a managed assistant:

bash
assistant config get services.tts.providers.vellum.model

The change hot-applies to the next voice turn (live voice and phone read the config fresh each turn).

Tell the user what voice you chose and why, but also offer to show all available voices so they can choose for themselves.

Deepgram API Key Setup

When the active provider is vellum (managed), no key is needed — the platform handles Deepgram synthesis and billing. A key is only required when the provider is deepgram (BYO key), or for browsing the full catalog. Get one at https://console.deepgram.com (free credit available).

To collect the API key securely:

bash
assistant credentials prompt --service deepgram --field api_key --label "Deepgram API Key"

The same key is shared with Deepgram speech-to-text — storing it once covers both.

Advanced Voice Selection (with API key)

Users with a Deepgram API key can go beyond the curated list above — only when the active provider is deepgram (BYO key). On managed vellum, stay with the curated voices: the platform only accepts its rate-carded subset, and an unoffered id is persisted successfully but fails on the next spoken turn.

Check for an existing key

bash
assistant credentials inspect --service deepgram --field api_key --json

Browse the voice library

Deepgram's models endpoint returns the full TTS catalog, including each voice's characteristics and accent:

bash
curl -s "https://api.deepgram.com/v1/models" \
  -H "Authorization: Token $(assistant credentials reveal --service deepgram --field api_key)" \
  | python3 -c "import json,sys; [print(m['canonical_name'], '-', m['metadata']['accent'], '-', ', '.join(m['metadata']['tags'])) for m in json.load(sys.stdin)['tts'] if m['architecture']=='aura-2']"

Search for a specific style

Filter the same response by tag or accent (tags include descriptors like feminine, masculine, warm, casual, plus accents like British, Australian, Irish, and non-English-accented voices e.g. Spanish or Filipino):

bash
curl -s "https://api.deepgram.com/v1/models" \
  -H "Authorization: Token $(assistant credentials reveal --service deepgram --field api_key)" \
  | python3 -c "
import json, sys
query = 'warm british'.lower().split()
for m in json.load(sys.stdin)['tts']:
    if m['architecture'] != 'aura-2': continue
    hay = ' '.join([m['metadata']['accent'], *m['metadata']['tags']]).lower()
    if all(q in hay for q in query):
        print(m['canonical_name'], '-', m['metadata']['accent'], '-', ', '.join(m['metadata']['tags']))
"

Preview voices

Each voice in the models response includes a metadata.sample URL with an audio clip the user can listen to before deciding. To synthesize a custom preview line:

bash
curl -s -X POST "https://api.deepgram.com/v1/speak?model=<model-id>" \
  -H "Authorization: Token $(assistant credentials reveal --service deepgram --field api_key)" \
  -H "Content-Type: application/json" \
  -d '{"text": "Hi! This is what I would sound like as your assistant."}' \
  -o scratch/voice-preview.mp3

Set the chosen voice

After the user picks a voice from the catalog:

voice_config_update setting="tts_voice_id" value="<selected-model-id>"

Voice Tuning

Deepgram Aura has no speed/stability/similarity parameters — expressiveness is baked into each voice, so if the sound isn't right, switch voices rather than hunting for a knob. The only tunable is the output format used for call/runtime playback when the active provider is deepgram:

bash
# Output audio format: mp3 (default), wav, or opus
assistant config set services.tts.providers.deepgram.format mp3

Voice Model Tuning

There is no separate model-id setting — the voice id is the model id, and the generation is part of it: aura-2-* ids use Aura-2, bare aura-*-en ids use first-generation Aura. To move a voice between generations, change the id itself, e.g. aura-asteria-en (Aura-1) → aura-2-asteria-en (Aura-2). Managed (vellum) assistants should always use Aura-2 ids — the platform only rate-cards current models.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Deepgram Voice AI skill do?

Select and tune a Deepgram TTS voice - curated voice list, full Aura voice catalog via API key, and tuning parameters

Why use Deepgram Voice on TypingMind?

Because you install it once and use it with any model. Deepgram Voice is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Deepgram Voice in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/vellum-ai/vellum-assistant/tree/main/skills/deepgram-voice. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Deepgram Voice?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Deepgram Voice?

As many as you like. As long as a model supports skills, you can use Deepgram Voice with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Deepgram Voice AI skill free?

Yes. It is published on GitHub by vellum-ai under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇