From 616e6ba351e015539aee8f597c8b51ea187a29fd Mon Sep 17 00:00:00 2001 From: minimax Date: Tue, 4 Nov 2025 10:52:13 +0800 Subject: [PATCH] docs(minimax): add API endpoint comment for west US region --- src/pipecat/services/minimax/tts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pipecat/services/minimax/tts.py b/src/pipecat/services/minimax/tts.py index 8b7f71179..259144046 100644 --- a/src/pipecat/services/minimax/tts.py +++ b/src/pipecat/services/minimax/tts.py @@ -135,7 +135,9 @@ class MiniMaxHttpTTSService(TTSService): self, *, api_key: str, - base_url: str = "https://api.minimax.io/v1/t2a_v2", + base_url: str = "https://api.minimax.io/v1/t2a_v2", + # https://api-uw.minimax.io/v1/t2a_v2 + # support west of unite state group_id: str, model: str = "speech-02-turbo", voice_id: str = "Calm_Woman",