---
title: "List models"
method: GET
path: "/openai/v1/models"
tags: ["openai models"]
---

# List models

`GET /openai/v1/models`

get all available models

## Response `200`

OK

- ModelListResponse
  - `data` Model[]
    - `created` integer
    - `id` string
    - `object` string
    - `owned_by` string
  - `object` string

## Changes

- **2024-05-21** `45aff5d28bf6` — 1 info
  - api operation id `listModels` was added

[Change history](https://skmtc.dev/groq/apis/groqcloud-api/changes/openai/v1/models/get.md)

---

[API](https://skmtc.dev/groq/apis/groqcloud-api.md) · [All operations](https://skmtc.dev/groq/apis/groqcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/groq/groqcloud-api/revisions/45aff5d28bf6/schema)
