Hi guys, How can I use Sonic 3 Cartesia model in t...
# support
s
Hi guys, How can I use Sonic 3 Cartesia model in the workflows? It is not visible in the global voice selection in the workflow. I also added my Cartesia API token, but still do not understand how to include the latest version of the model. #1211483291191083018
c
Basically you would need to update your nodes to have this config when patching /workflows through the API endpoint
Copy code
worktree-shellscript
    "voice": {
      "provider": "cartesia",
      "model": "sonic-3",
      "voiceId": "f786b574-daa5-4673-aa0c-cbe3e8534c02",
      "language": "en",
    }
s
I see that if I create a new workflow by uploading a JSON, the voice setting is just lost. Also, for me it is important to support Dutch (NL) langauge. Is there a list of available stable Dutch languages for Sonic-3?
c
Could you please share your workflow id? Also try this voice id for sonic-3
4aa74047-d005-4463-ba2e-a0d9b261fb87
s
I tried with different ones. But if you can set it for this? 2b18217a-0d5f-4980-9aac-6eaa95e7cd61
4 Views