1. Model
COCO API
  • Dreamina Seedance 2.0 series prompt guide
  • Model
    • Get list model video
      GET
    • Get list model image
      GET
  • Schemas
    • ListModelVideoResponse
  1. Model

Get list model image

Developing
GET
/model/video

Request

Authorization
API Key
Add parameter in header
apiKey
Example:
apiKey: ********************
or
Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/model/video?page=1&size=10' \
--header 'apiKey: <api-key>'
Response Response Example
[
    {
        "setting": {
            "input": {
                "image": true,
                "text": true,
                "audio": true,
                "video": true
            },
            "resolution": [
                1,
                2,
                3
            ],
            "duration": {
                "from": 4,
                "to": 30,
                "auto": true
            },
            "frameRate": 24
        },
        "id": 4,
        "partnerModelId": "ep-20260824222535-8ddl9",
        "name": "Dreamina-Seedance-2.5",
        "priority": 0
    },
    {
        "setting": {
            "input": {
                "image": true,
                "text": true,
                "audio": true,
                "video": true
            },
            "resolution": [
                1,
                2,
                3,
                4
            ],
            "duration": {
                "from": 4,
                "to": 15,
                "auto": true
            },
            "frameRate": 24
        },
        "id": 2,
        "partnerModelId": "ep-20260824222648-bjmsf",
        "name": "Dreamina-Seedance-2.0",
        "priority": 1
    },
    {
        "setting": {
            "input": {
                "image": true,
                "text": true,
                "audio": true,
                "video": true
            },
            "resolution": [
                1,
                2
            ],
            "duration": {
                "from": 4,
                "to": 15,
                "auto": true
            },
            "frameRate": 24
        },
        "id": 3,
        "partnerModelId": "ep-20260824222828-mk9wr",
        "name": "Dreamina-Seedance-2.0-mini",
        "priority": 2
    },
    {
        "setting": {
            "input": {
                "image": true,
                "text": true,
                "audio": true,
                "video": true
            },
            "resolution": [
                1,
                2
            ],
            "duration": {
                "from": 4,
                "to": 15,
                "auto": true
            },
            "frameRate": 24
        },
        "id": 1,
        "partnerModelId": "ep-20260824222741-zlbkz",
        "name": "Dreamina-Seedance-2.0-fast",
        "priority": 3
    }
]
Modified at 2026-08-28 04:37:03
Previous
Get list model video
Next
ListModelVideoResponse
Built with