---
title: "Get all available models"
method: GET
path: "/v2/models"
tags: ["Models"]
---

# Get all available models

`GET /v2/models`

## Response `200`

List of models

- ModelDto[]
  - `id` string, required — Unique model identifier
  - `name` string, required — Model name (e.g., lipsync-2)
  - `type` string, required — Model type
  - `version` string, required — Model version
  - `description` string, nullable, required — Model description
  - `features` string[], required — Marketing feature tags for the model
  - `deprecatedAt` string, nullable, required — Deprecation timestamp if deprecated

---

[API](https://skmtc.dev/sync/apis/sync-api-v2.md) · [All operations](https://skmtc.dev/sync/apis/sync-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sync/sync-api-v2/revisions/595901a0ee97/schema)
