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

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

---

[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/a3e82ffbc462/schema)
