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

# List models

`GET /api/models`

Lists available models 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 models response
  - `models` object[]
    - `name` string
    - `provider` string
    - `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)
