---
title: "Model Versions"
method: GET
path: "/models/{model_name}/versions"
tags: ["Models"]
---

# Model Versions

`GET /models/{model_name}/versions`

## Path parameters

- `model_name` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- ModelVersionOut[]
  - `model_name` string, required — Model Name
  - `version` string, required — Version identifier
  - `uploaded_at` string, required — Upload time

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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