---
title: "List available models"
method: GET
path: "/v1/models"
---

# List available models

`GET /v1/models`

## Response `200`

Model catalog

- object
  - `data` Model[]
    - `id` string
    - `display_name` string
    - `family` string
    - `kind` 'video' | 'image'
    - `variant` string
    - `price_usd` number
    - `price_unit` 'second' | 'generation'
    - `description` string

## Changes

- **2026-07-04** `4bf876661336` — 1 warning, 2 info
  - removed the optional property `data/items/credits` from the response with the `200` status
  - added the optional property `data/items/price_unit` to the response with the `200` status
  - added the optional property `data/items/price_usd` to the response with the `200` status
- **2026-07-04** `7f4d06e42712` — 1 warning
  - removed the optional property `data/items/alias_of` from the response with the `200` status

[Change history](https://skmtc.dev/tryvinci/apis/seedance-api/changes/v1/models/get.md)

---

[API](https://skmtc.dev/tryvinci/apis/seedance-api.md) · [All operations](https://skmtc.dev/tryvinci/apis/seedance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryvinci/seedance-api/revisions/4bf876661336/schema)
