Server Reference
Service Options
An overview of what service options are and how to use them
Service options are service configuration settings that are applied at initialization time. These settings are items that are traditionally not changed throughout the session. For example, the model
an LLM service, the language
of an STT service, or the sample_rate
of a TTS service.
Refer to the individual service pages to learn more about the available service options.
The service_options
are specified in the payload to the /bots/start
endpoint in the following format:
For example, if you’re setting the sample_rate
for the TTS service and a base_url
for an LLM, you would set it like this: