---
title: "List available Claude models"
method: GET
path: "/v1/models"
---

# List available Claude models

`GET /v1/models`

Returns a list of Claude models that can be used with the Messages API.

## Response `200`

List of available models

- ModelList
  - `data` Model[]
    - `created_at` string, date-time — The timestamp when the model was created
    - `display_name` string — Human-readable name of the model
    - `id` string — The model identifier
    - `type` string — Type of the resource, always 'model'
  - `first_id` string — ID of the first model in the list
  - `has_more` boolean — Whether there are more models available
  - `last_id` string — ID of the last model in the list

## Other responses

- `401` — Unauthorized - invalid or missing API key
- `500` — Internal Server Error

---

[API](https://skmtc.net/mmhk/apis/anthropic-claude-messages-api.md) · [All operations](https://skmtc.net/mmhk/apis/anthropic-claude-messages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mmhk/anthropic-claude-messages-api/versions/c8f805608547/schema)
