Skip to main content
GET
List synthesizer providers
This endpoint returns a list of available synthesizer providers that can be used when creating or updating assistants. Use the returned id as synthesizer_provider_id in the assistant configuration.

Query parameters

integer
Filter providers by language support. Only providers that support the given language are returned. Use the Get Languages endpoint to fetch available language IDs.

Response fields

array

Notes

  • If language_id is not provided, all providers are returned.
  • Not every provider supports all languages – use the language_id filter to find compatible providers.
  • Synthesizer providers are only relevant for the pipeline and dualplex modes (in multimodal mode, TTS is handled internally).
  • If you do not set synthesizer_provider_id when creating an assistant, the default provider for the language is used.