Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
{
"chat_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
},
"inference_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
}
}Get the current global AI provider configuration.
{
"chat_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
},
"inference_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.