---
title: "List model details"
method: GET
path: "/api/models/details"
tags: ["Providers"]
---

# List model details

`GET /api/models/details`

Lists available models with capability metadata, when available from the model catalog, with optional filtering by query, provider, or keys.

## Query parameters

- `query` string
- `provider` string
- `keys` string[]
- `limit` integer
- `unfiltered` boolean

## Response `200`

Successful response

- object — List model details response
  - `models` object[]
    - `name` string
    - `provider` string
    - `context_length` integer
    - `max_input_tokens` integer
    - `max_output_tokens` integer
    - `input_cost_per_token` number, double
    - `output_cost_per_token` number, double
    - `cache_creation_input_token_cost` number, double
    - `cache_read_input_token_cost` number, double
    - `architecture` object
      - `modality` string
      - `tokenizer` string
      - `instruct_type` string
      - `input_modalities` string[]
      - `output_modalities` string[]
    - `additional_attributes` object
    - `accessible_by_keys` string[]
  - `total` integer

## Other responses

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