Get the current global AI provider configuration.
curl --request GET \
--url https://api.example.com/api/v1/get-global-ai-provider/ \
--header 'Authorization: Bearer <token>'{
"chat_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
},
"inference_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
}
}curl --request GET \
--url https://api.example.com/api/v1/get-global-ai-provider/ \
--header 'Authorization: Bearer <token>'{
"chat_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
},
"inference_model": {
"provider": "<string>",
"id": "<string>",
"name": "<string>"
}
}