---
title: "List all available [models](https://console.groq.com/docs/models)."
method: GET
path: "/openai/v1/models"
tags: ["Models"]
---

# List all available [models](https://console.groq.com/docs/models).

`GET /openai/v1/models`

get all available models

## Response `200`

OK

- ListModelsResponse
  - `object` 'list', required
  - `data` Model[], required
    - `id` string, required — The model identifier, which can be referenced in the API endpoints.
    - `created` integer, required — The Unix timestamp (in seconds) when the model was created.
    - `object` 'model', required — The object type, which is always "model".
    - `owned_by` string, required — The organization that owns the model.

## Changes

- **2024-05-22** `0f93f9ac6d4a` — 1 breaking, 2 warning, 9 info
  - the `data/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - added the new `list` enum value to the `object` response property for the response status `200`
  - added the new `model` enum value to the `data/items/object` response property for the response status `200`
  - the endpoint scheme security `api_key` was removed from the API
  - …8 more
- **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/ea91f46f212a/schema)
