Get a managed ML model (instance admin)
Retrieve a single managed model by UUID, with full lighton_* metadata. Reserved to Sys Admin / Admin roles.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Unique ID for this model.
Display name.
Instance-wide unique technical name used for routing.
Model type.
Whether the model is active instance-wide.
Whether this is the platform default generation model.
Whether the model can be used as a parser.
Whether this is the default reranker.
Use vLLM guided_choice for constrained decoding.
Health of the model as of the last periodic gateway healthcheck. Read from cache — reading this endpoint never triggers a check.
Underlying LiteLLM provider routing string (e.g. hosted_vllm/my-model).
Model serving endpoint URL.
Maximum context length in tokens.
Deployment type (Self-Hosted or External).
Start messages template name.