Atlas
Admin — Model Config

Get workspace model configuration

Returns the workspace's custom LLM provider configuration, or null if using platform defaults.

GET
/api/v1/admin/model-config

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/model-config"
{
  "config": {
    "id": "string",
    "orgId": "string",
    "provider": "anthropic",
    "model": "string",
    "baseUrl": "string",
    "apiKeyMasked": "string",
    "createdAt": "string",
    "updatedAt": "string"
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on