GET
/
api
/
v1
/
get-global-ai-provider
{
  "chat_model": {
    "provider": "<string>",
    "id": "<string>",
    "name": "<string>"
  },
  "inference_model": {
    "provider": "<string>",
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful Response
chat_model
object | null
inference_model
object | null