You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`model`|`str`| BYOK only |`None`| Model: `tts-1` or `tts-1-hd`|
192
192
|`base_url`|`str`| BYOK only |`None`| OpenAI TTS endpoint URL |
193
-
|`response_format`|`str`| No |`None`| Audio format (e.g., `pcm`) |
194
193
|`speed`|`float`| No |`None`| Speech speed multiplier |
195
194
|`skip_patterns`|`List[int]`| No |`None`| Skip patterns |
196
195
197
-
`api_key`, `model`, and `base_url` are required together for BYOK. Without `api_key`, AgentKit uses the Agora-managed `tts-1` path. Fixed sample rate: 24000 Hz.
196
+
`api_key`, `model`, and `base_url` are required together for BYOK. Without `api_key`, `model` must be omitted or set to the Agora-managed `tts-1` path. Fixed sample rate: 24000 Hz.
198
197
199
198
### `CartesiaTTS`
200
199
@@ -323,14 +322,16 @@ Use `agent.with_interaction_language()` for Agora `asr.language`; it defaults to
0 commit comments