---
title: "List model categories with counts"
method: GET
path: "/admin/models/categories"
tags: ["admin"]
---

# List model categories with counts

`GET /admin/models/categories`

## Response `200`

OK

- ProvidersCategoryCount[]
  - `category` 'all' | 'text_generation' | 'embedding' | 'image' | 'audio' | 'video' | 'utility'
  - `count` integer
  - `display_name` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/7b5727a74f59/schema)
