---
title: "Get model"
method: GET
path: "/openai/v1/models/{model}"
tags: ["openai models"]
---

# Get model

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

Get a specific model

## Path parameters

- `model` string, required

## Response `200`

OK

- Model
  - `created` integer
  - `id` string
  - `object` string
  - `owned_by` string

## Changes

- **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/45aff5d28bf6/schema)
