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

# Filter models summary

`POST /api/models/summary/`

Get model counts after applying a POST filter payload.

## 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 accessible to the authenticated organization.
    - `global_count` integer, required — Built-in shared model count.
    - `custom_count` integer, required — Organization-specific model count.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Missing or invalid authentication

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/77d94e49bc7a/schema)
