v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
Tenant

Enable a model for a tenant

Enable an LLM catalog model for a tenant (superadmin or parent tenant admin).

put/tenants/{tenant_id}/models/{model_id}

Path parameters

tenant_idinteger required
model_idinteger required

ID of the LLM catalog model to enable.

ID of the LLM catalog model to enable.

Query parameters

cookie_namestring nullable

Response

Successful Response

created_atstring date-time

UTC timestamp when the record was created.

updated_atstring date-time

UTC timestamp when the record was last updated.

creator_user_idinteger nullable

ID of the user who created the record, if attributable.

updater_user_idinteger nullable

ID of the user who last updated the record, if any.

tenant_idinteger required

ID of the tenant the LLM is enabled for.

llm_catalog_idinteger required

ID of the LLM catalog entry enabled for the tenant.

Example response

{
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-16T08:00:00Z",
  "creator_user_id": 12,
  "updater_user_id": 12,
  "tenant_id": 1,
  "llm_catalog_id": 1
}