@@ -119,7 +119,7 @@ def __init__(
119119 voice_id : str ,
120120 cartesia_version : str = "2025-04-16" ,
121121 url : str = "wss://api.cartesia.ai/tts/websocket" ,
122- model : str = "sonic-2 " ,
122+ model : str = "sonic-3 " ,
123123 sample_rate : Optional [int ] = None ,
124124 encoding : str = "pcm_s16le" ,
125125 container : str = "raw" ,
@@ -135,7 +135,7 @@ def __init__(
135135 voice_id: ID of the voice to use for synthesis.
136136 cartesia_version: API version string for Cartesia service.
137137 url: WebSocket URL for Cartesia TTS API.
138- model: TTS model to use (e.g., "sonic-2 ").
138+ model: TTS model to use (e.g., "sonic-3 ").
139139 sample_rate: Audio sample rate. If None, uses default.
140140 encoding: Audio encoding format.
141141 container: Audio container format.
@@ -498,7 +498,7 @@ def __init__(
498498 * ,
499499 api_key : str ,
500500 voice_id : str ,
501- model : str = "sonic-2 " ,
501+ model : str = "sonic-3 " ,
502502 base_url : str = "https://api.cartesia.ai" ,
503503 cartesia_version : str = "2024-11-13" ,
504504 sample_rate : Optional [int ] = None ,
@@ -512,7 +512,7 @@ def __init__(
512512 Args:
513513 api_key: Cartesia API key for authentication.
514514 voice_id: ID of the voice to use for synthesis.
515- model: TTS model to use (e.g., "sonic-2 ").
515+ model: TTS model to use (e.g., "sonic-3 ").
516516 base_url: Base URL for Cartesia HTTP API.
517517 cartesia_version: API version string for Cartesia service.
518518 sample_rate: Audio sample rate. If None, uses default.
0 commit comments