

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 第三方 STT 提供商的终端节点和区域
<a name="endpoints-regions-third-party-stt"></a>

默认情况下，Connect Customer 与以下端点通信：

**Deepgram**：[https://api.deepgram.com](https://api.deepgram.com)

**ElevenLabs**: [https://api.elevenlabs.io](https://api.elevenlabs.io)

作为 JSON 对象的一部分，您可以在 API 密钥旁边指定其他提供商区域：

```
{
  "apiToken": "XXXXX",
  "apiTokenRegion": "xx"
}
```

支持以下区域：


| **Provider** | **api TokenRegion ** | **Endpoint** | 
| --- | --- | --- | 
| 深度图标 | eu | [https://api.eu.deepgram.com](https://api.eu.deepgram.com)（仅支持语音转文本） | 
| 深度图标 | {SHORT\_UID}。{REGION\_SUBDOMAIN} | https://{SHORT\_UID}。{REGION\_SUBDOMAIN} .api.deepgram.com（Deepgram 专用端点） | 
| ElevenLabs | us | [https://api.us.elevenlabs.io](https://api.us.elevenlabs.io) | 
| ElevenLabs | eu | [https://api.eu.residency.elevenlabs.io](https://api.eu.residency.elevenlabs.io) | 
| ElevenLabs | in | [https://api.in.residency.elevenlabs.io](https://api.in.residency.elevenlabs.io) | 