latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-12303994.7 KB

1f732899279c

models

List all MaaS model refs

Returns all MaaSModelRef resources across the cluster as summaries. K8s calls: GET /k8s/v1/maasmodelref

get/api/v1/all-maas-models

Response

List of MaaSModelRef summaries

Example response

{
  "data": [
    {
      "name": "llama-2-7b-chat",
      "namespace": "maas-models",
      "displayName": "Granite 3 8B Instruct",
      "description": "IBM Granite 3 8B instruction-tuned language model.",
      "modelRef": {
        "kind": "LLMInferenceService",
        "name": "llama-2-7b-chat"
      },
      "phase": "Ready",
      "reason": "Reconciled",
      "status": "True",
      "conditionType": "Ready",
      "lastTransitionTime": "2026-01-01T00:00:00Z",
      "endpoint": "https://llama-2-7b-chat.example.com",
      "modelCapabilities": [
        "text-generation",
        "vision"
      ]
    }
  ]
}