

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 第三方 STT 提供者的端點和區域
<a name="endpoints-regions-third-party-stt"></a>

根據預設，Amazon Connect 會與下列端點通訊：

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

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

您可以在 API 金鑰旁邊指定不同的提供者區域，做為 JSON 物件的一部分：

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

支援下列區域：


| **供應商** | **apiTokenRegion** | **端點** | 
| --- | --- | --- | 
| 深度圖 | 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) | 