Skip to content

Commit f603ab7

Browse files
authored
Update cartesia plugin to sonic-3 (#134)
1 parent 918baa4 commit f603ab7

File tree

1 file changed

+2
-2
lines changed
  • plugins/cartesia/vision_agents/plugins/cartesia

1 file changed

+2
-2
lines changed

plugins/cartesia/vision_agents/plugins/cartesia/tts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TTS(tts.TTS):
2121
def __init__(
2222
self,
2323
api_key: Optional[str] = None,
24-
model_id: str = "sonic-2",
24+
model_id: str = "sonic-3",
2525
voice_id: str | None = "f9836c6e-a0bd-460e-9d3c-f7299fa60f94",
2626
sample_rate: int = 16000,
2727
client: Optional[AsyncCartesia] = None,
@@ -30,7 +30,7 @@ def __init__(
3030
3131
Args:
3232
api_key: Cartesia API key – falls back to ``CARTESIA_API_KEY`` env var.
33-
model_id: Which model to use (default ``sonic-2``).
33+
model_id: Which model to use (default ``sonic-3``).
3434
voice_id: Cartesia voice ID. When ``None`` the model default is used.
3535
sample_rate: PCM sample-rate you want back (must match output track).
3636
"""

0 commit comments

Comments
 (0)