Models & Languages

Text-to-speech language support depends on the model (endpoint) used:

  • api.respeecher.com/v1/public/tts/en-rt: English only, default model in Python and TypeScript SDKs;
  • api.respeecher.com/v1/public/tts/ua-rt: Ukrainian primarily, with some support for other langages, which is useful for passages in other languages within text that is otherwise in Ukrainian.

There are predefined constants for public models in the SDKs, for example in Python:

1from respeecher import Respeecher, RespeecherEnvironment
2client = Respeecher(environment=RespeecherEnvironment.PUBLIC_UA_RT)