

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

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

默认情况下，Amazon Connect 与以下终端节点通信：

**深度监控：[https://api.deepgram.com](https://api.deepgram.com)**

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

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

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

支持以下区域：


| **Provider** | **apiTokenRegion** | **Endpoint** | 
| --- | --- | --- | 
| 深度格拉姆 | eu | [https://api.eu.deepgram.com](https://api.eu.deepgram.com)（仅支持 speech-to-text） | 
| 深度格拉姆 | \$1SHORT\$1UID\$1。 \$1REGION\$1SUBDOMAIN\$1 | https://\$1SHORT\$1UID\$1.\$1REGION\$1SUBDOMAIN\$1.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) | 