---
title: "Get Models Info"
method: GET
path: "/studio/v1/models"
---

# Get Models Info

`GET /studio/v1/models`

## Response `200`

Successful Response

- ModelsInfoResponse
  - `data` ModelInfo[], required
    - `id` string, required — A unique ID for the request (not the message). Repeated identical requests get different IDs. However, for a streaming response, the ID will be the same for all responses in the stream.
    - `name` string, required
    - `updated` string, required
    - `context_length` integer, required
    - `quantization` 'FP8' | 'experts_int8', required — An enumeration.
    - `max_completion_tokens` integer, required
    - `pricing` ModelPricing, required
      - `prompt` string, required
      - `completion` string, required

---

[API](https://skmtc.net/ai21/apis/ai21-studio-api.md) · [All operations](https://skmtc.net/ai21/apis/ai21-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ai21/ai21-studio-api/versions/c1da6d993d39/schema)
