---
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[]

---

[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)
