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

# List models

`GET /v1/models`

List available models, pricing, aliases, and supported endpoint metadata. This endpoint can be called anonymously or with standard API authentication.

## Response `200`

Successful Response

- PublicModelListResponse
  - `object` 'list'
  - `data` PublicModelResponse[], required
    - `id` string, required
    - `object` 'model'
    - `created` integer, required
    - `owned_by` string, required
    - `display_name` string, nullable
    - `description` string, nullable
    - `context_window` integer, nullable
    - `max_output_images` integer, nullable
    - `supported_endpoints` string[], nullable
    - `pricing` ModelPricing
      - `per_input_token` number, nullable
      - `per_cached_input_token` number, nullable
      - `per_output_token` number, nullable
      - `per_audio_token` number, nullable
      - `per_output_image_token` number, nullable
      - `per_input_text_token` number, nullable
      - `per_input_image_token` number, nullable
      - `per_token` number, nullable
    - `architecture` ModelArchitecture
      - `input_modalities` string[], nullable
      - `output_modalities` string[], nullable
    - `aliases` string[], nullable
    - `deprecates_at` integer, nullable
    - `supported_parameters` string[], nullable
    - `supported_parameters_by_endpoint` object, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Insufficient credits
- `403` — Forbidden
- `410` — Model deprecated
- `422` — Validation error
- `429` — Rate limited
- `500` — Internal server error
- `503` — Upstream service error

---

[API](https://skmtc.net/naga/apis/nagaai-api.md) · [All operations](https://skmtc.net/naga/apis/nagaai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naga/nagaai-api/revisions/8bfb4677a79e/schema)
