#Sound differences in api and on a website

1 messages · Page 1 of 1 (latest)

tidal socket
#

You need to set the model_id in payload to one of the multilingual models, otherwise it defaults to the original English v1 model.

  1. model_id = "eleven_multilingual_v2"
  2. model_id = "eleven_multilingual_v1"
  3. model_id = "eleven_turbo_v2_5"

When you don't set the model it defaults to the original English v1 model.