---
title: "List models (Anthropic format)"
method: GET
path: "/anthropic/v1/models"
tags: ["Anthropic Integration"]
---

# List models (Anthropic format)

`GET /anthropic/v1/models`

Lists available models in Anthropic format.

## Query parameters

- `limit` integer
- `before_id` string
- `after_id` string

## Response `200`

Successful response

- AnthropicListModelsResponse
  - `data` object[]
    - `id` string — Model identifier
    - `type` string
    - `display_name` string
    - `created_at` string, date-time
  - `has_more` boolean
  - `first_id` string
  - `last_id` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
