---
title: "List models (LangChain - OpenAI format)"
method: GET
path: "/langchain/v1/models"
tags: ["LangChain Integration"]
---

# List models (LangChain - OpenAI format)

`GET /langchain/v1/models`

Lists available models using OpenAI-compatible format via LangChain.

## Response `200`

Successful response

- OpenAIListModelsResponse
  - `object` string
  - `data` object[]
    - `id` string — Model identifier
    - `object` string
    - `owned_by` string
    - `created` integer
    - `active` boolean — GROQ-specific field
    - `context_window` integer — GROQ-specific field

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