For the complete documentation index, see llms.txt. This page is also available as Markdown.

AISettings

Endpoint for managing the settings regarding the AI Assistant.

Get the current translation settings

get
Authorizations
AuthorizationstringRequired
Responses
200

OK

application/json
SubscriptionKeystring · nullableOptional
RegionNamestring · nullableOptional
TranslatorTypestring · nullableRead-onlyOptional
get/v1/aisettings/translatorSettings
200

OK

Update the current translation settings

put
Authorizations
AuthorizationstringRequired
Body
TranslatorTypestring · nullableRead-onlyOptional
Responses
200

OK

No content

put/v1/aisettings/translatorSettings
200

OK

No content

Get the current text generation settings

get
Authorizations
AuthorizationstringRequired
Responses
200

OK

application/json

The AI Assistant text generator settings.

Typestring · nullableRead-onlyOptional

The type of the current object

get/v1/aisettings/textgenerationSettings
200

OK

Update the current text generation settings

put
Authorizations
AuthorizationstringRequired
Body

The AI Assistant text generator settings.

Typestring · nullableRead-onlyOptional

The type of the current object

Responses
200

OK

No content

put/v1/aisettings/textgenerationSettings
200

OK

No content

Last updated