---
title: "List public model catalog"
method: GET
path: "/api/models/public/"
tags: ["models"]
---

# List public model catalog

`GET /api/models/public/`

List built-in public models and provider metadata. This endpoint does not require authentication. By default the response is `{ "models": [...] }`; pass `unnest=true` to return the array directly.

## Query parameters

- `unnest` boolean

## Response `200`

Public model catalog.

- union
  - ModelsListModelsResponse2000
    - `models` ApiModelsPublicGetResponsesContentApplicationJsonSchemaOneOf0ModelsItems[], required
      - `model_name` string, required
      - `max_context_window` integer
      - `input_cost` number, double — Cost per 1M input tokens in USD.
      - `output_cost` number, double — Cost per 1M output tokens in USD.
      - `prompt_cost` number, double — Alias of input token cost.
      - `completion_cost` number, double — Alias of output token cost.
      - `provider` ApiModelsPublicGetResponsesContentApplicationJsonSchemaOneOf0ModelsItemsProvider
        - `provider_name` string
        - `provider_id` string
        - `moderation` string
        - `credential_fields` string[]
  - ApiModelsPublicGetResponsesContentApplicationJsonSchemaOneOf1Items[]
    - `model_name` string, required
    - `max_context_window` integer
    - `input_cost` number, double — Cost per 1M input tokens in USD.
    - `output_cost` number, double — Cost per 1M output tokens in USD.
    - `prompt_cost` number, double — Alias of input token cost.
    - `completion_cost` number, double — Alias of output token cost.
    - `provider` ApiModelsPublicGetResponsesContentApplicationJsonSchemaOneOf1ItemsProvider
      - `provider_name` string
      - `provider_id` string
      - `moderation` string
      - `credential_fields` string[]

## Changes

> 6 revisions in range; 2 could not be searched.

- **2026-08-13** `4e064cf81dae` — 2 breaking, 1 info
  - added `#/components/schemas/ModelsListModelsResponse2000, #/components/schemas/ModelsListModelsResponse2001` to the response body `oneOf` list for the response status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - added the new optional `query` request parameter `unnest`
- **2026-07-31** `c26d550029f8` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/models/public/get.md)

---

[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/c61efaf24756/schema)
