---
title: "Get detailed information about a [model](https://console.groq.com/docs/models)."
method: GET
path: "/openai/v1/models/{model}"
tags: ["Models"]
---

# Get detailed information about a [model](https://console.groq.com/docs/models).

`GET /openai/v1/models/{model}`

Get a specific model

## Path parameters

- `model` string, required

## Response `200`

OK

- Model — Describes an OpenAI model offering that can be used with the API.
  - `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, 1 warning, 7 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - added the new `model` enum value to the `object` response property for the response status `200`
  - the endpoint scheme security `api_key` was removed from the API
  - api tag `Models` added
  - …5 more
- **2024-05-21** `45aff5d28bf6` — 1 info
  - api operation id `retrieveModel` was added

[Change history](https://skmtc.dev/groq/apis/groqcloud-api/changes/openai/v1/models/:model/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)
