---
title: "Filter models summary"
method: POST
path: "/api/models/summary/"
tags: ["models"]
---

# Filter models summary

`POST /api/models/summary/`

Return model counts after applying an optional POST filter. Authentication is optional: anonymous counts cover managed global models, while authenticated counts also include the caller's custom models.

## Headers

- `Authorization` string, required

## Request body

- object
  - `filters` ApiModelsSummaryPostRequestBodyContentApplicationJsonSchemaFilters — Filter criteria using the standard Respan filter format.

## Response `200`

Models summary.

- ModelsFilterModelsSummaryResponse200
  - `summary` ApiModelsSummaryPostResponsesContentApplicationJsonSchemaSummary, required
    - `total_count` integer, required — Total models visible to this caller.
    - `global_count` integer, required — Built-in shared model count.
    - `custom_count` integer, required — Organization-specific model count. This is zero for anonymous callers.

## Other responses

- `400` — Bad Request

---

[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/revisions/4e064cf81dae/schema)
