# Provider Keys (Custom Mode Only)

VoiceHub allows you to use your own API keys when operating in Custom Mode. This offers maximum flexibility and data control, especially for enterprises and developers managing their own API usage.

### **Why Use Provider Keys?**

* Maintain full control over your usage, quotas, and billing with third-party AI providers
* Use credentials from your existing enterprise contracts or billing plans
* Securely isolate access and rotate keys as needed

Your keys are stored securely and used only for model routing during inference.

### **Supported Provider Types**

You can configure:

* STT Providers – Used to convert speech to text
* TTS Providers – Used to convert text back to natural speech
* LLM Providers – Used to generate conversation logic, answers, and summaries

### **Current Providers (and Growing)**

#### **STT Providers**

* Google
* Deepgram
* Gladia
* Speechmatics
* Azure

#### **TTS Providers**

* ElevenLabs
* Deepgram
* LMNT
* Cartesia
* Rime AI
* Azure
* OpenAI
* Google

#### **LLM Providers**

* OpenAI
* Groq
* Claude (Anthropic)
* Cohere
* DeepSeek
* Ollama
* Grok

We continuously add new integrations — if a provider you need isn't listed, contact support.

### **How to Add Keys**

1. Navigate to Provider Keys in the sidebar
2. Choose a tab: STT, TTS, or LLM Providers
3. Enter your API Key
   * Some providers like Azure also require a region
4. Click Save

Once keys are entered, they become available in Configuration > Models (under Custom Mode only).

<figure><picture><source srcset="/files/BzRdDpGSebh3EDEZ6k99" media="(prefers-color-scheme: dark)"><img src="/files/WpRt0rDq0RK3jd0PsygW" alt=""></picture><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dataqueue.gitbook.io/voicehub-docs/agent-design-and-usage/provider-keys-custom-mode-only.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
