---
title: "List models"
method: GET
path: "/models"
tags: ["models"]
---

# List models

`GET /models`

Returns a cursor-paginated list of models. Requires system admin.

## Query parameters

- `limit` integer
- `cursor` string
- `include_inactive` boolean

## Response `200`

OK

- InternalApiAdminPaginatedModelsResponse
  - `data` InternalApiAdminModelResponse[]
    - `aliases` string[]
    - `azure_api_version` string
    - `azure_deployment` string
    - `base_url` string
    - `created_at` string
    - `id` string
    - `input_price_per_1m` number
    - `is_active` boolean
    - `max_context_tokens` integer
    - `name` string
    - `output_price_per_1m` number
    - `provider` string
    - `source` string
    - `updated_at` string
  - `has_more` boolean
  - `next_cursor` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
