Get a large language model together with its credentials summary and Gateway Config Set status (EXPERIMENTAL)
Experimental and temporary. Introduced for the C26 unified LLM configuration page. The internal model is expected to change once all large language models are managed as Gateway Config Sets; this route may change or be removed without a major version bump.
Composes GET /v2.0/largelanguagemodels/{id} with a lookup of the large language
model’s underlying credentials (Connection), so the frontend does not have to make two
round-trips (and does not have to translate the large language model’s connectionId,
a Connection referenceId, into the Mongo _id the plain GET /v2.0/connections/{id}
route requires). Credential values are never returned, masked or otherwise — only
{referenceId, name, type}. configSet reports whether a Gateway Config Set exists
for this large language model, not its live sync health (staleness, retry count, last
error are never returned).
Requires both largeLanguageModels.read and connections.read — a user with only one
of the two gets 403 here, even though the plain GET /v2.0/largelanguagemodels/{id}
would allow it, because this response discloses Connection metadata.
Authorizations
Supply the API Key in the HTTP-Header
Headers
The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.
application/json, application/hal+json, application/xml, text/xml, text/csv Path Parameters
The unique identifier for the large language model.
24^[a-z0-9]{24}$Response
Returns the large language model, its credentials summary (if resolvable), and the Config Set existence status.
The IEntityMeta defines meta information every entity within the system has. These are dates when a resource was created and modified as well as information about the user who initially created a resource and who modified it the last time.
- Option 1
- Option 2
Never includes _id or credential values (masked or otherwise) — identical in
shape to ILlmConfigurationCredentialsSummary_2_0. Masked-field viewing is out of
scope for this route; use GET /v2.0/connections/{id} for that.
Whether a Gateway Config Set was created/updated for this large language model, or why it was skipped.