---
title: "Llm Models Models Summary Retrieve"
method: GET
path: "/llm_models/models/summary/"
tags: ["models"]
---

# Llm Models Models Summary Retrieve

`GET /llm_models/models/summary/`

GET/POST /api/models/summary/        (Public API — **auth optional**)
GET/POST /api/llm_models/models/summary/ (Platform)

Summary counts for LLM models. **Auth is optional** — same model as
``ModelsListView``:

- **Unauthenticated** → counts over managed/global models only
  (``organization=null``). Rate-limited per client IP.
- **API key / JWT** → counts include the caller's custom models too.

Read-only: only GET (and POST-as-filter, delegating to GET). No write path.

Returns:
    {
        "summary": {
            "total_count": 150,
            "global_count": 120,
            "custom_count": 30
        }
    }

## Headers

- `Authorization` string, required

## Response `200`

No response body

- ModelsLlmModelsModelsSummaryRetrieveResponse200 — Empty response body

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
