Назад к Models
ByteDance

dreamina-seedance-2-0-260128

Video|CompareShare

Model type

Video

Trial status

Trial ready

API routes

2 routes

Catalog created

Jun 8, 2026

Generation I2V

Specifications

ProviderByteDance
Model IDdreamina-seedance-2-0-260128
Model TypeVideo
Trial AccessTrial ready
Release Date2026-06-19
Context Window1M tokens
Endpoints2 routes
video-generationPOST
/v1/video/generations
video-generation-fetchGET
/v1/video/generations/{task_id}
Capabilities
Video
Generation I2V

Pricing

1M tokens rate

480p · standard

1M_tokens

$4.3000 / 1M tokens

1M tokens rate

720p · standard

1M_tokens

$4.3000 / 1M tokens

1M tokens rate

1080p · standard

1M_tokens

$4.7000 / 1M tokens

Duration Estimate

5s · 480p · standard$21.5000
10s · 480p · standard$43.0000
5s · 720p · standard$21.5000
10s · 720p · standard$43.0000
5s · 1080p · standard$23.5000
10s · 1080p · standard$47.0000

API Example

Endpoint:
curl https://api.aisa.one/v1/video/generations \
  -H "Content-Type: application/json" \
  -H 'Authorization: Bearer $AISA_API_KEY' \
  -d '{
    "model": "dreamina-seedance-2-0-260128",
    "content": [
      {
        "type": "text",
        "text": "Create a first-person POV fruit tea promo video. Use Image 1 as the opening frame, Image 2 as the final hero shot, Video 1 for camera framing, and Audio 1 as background music. Keep the drink label visible and use a female voice for any narration."
      },
      {
        "type": "image_url",
        "image_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_image/r2v_tea_pic1.jpg"},
        "role": "reference_image"
      },
      {
        "type": "image_url",
        "image_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_image/r2v_tea_pic2.jpg"},
        "role": "reference_image"
      },
      {
        "type": "video_url",
        "video_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_video/r2v_tea_video1.mp4"},
        "role": "reference_video"
      },
      {
        "type": "audio_url",
        "audio_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_audio/r2v_tea_audio1.mp3"},
        "role": "reference_audio"
      }
    ],
    "generate_audio": true,
    "ratio": "16:9",
    "duration": 11,
    "watermark": false
  }'

# Use the returned task_id with the video-generation-fetch endpoint to check status.
Base URL: https://api.aisa.one
Endpoint: /v1/video/generations
View API Docs

Start using dreamina-seedance-2-0-260128 through AIsa's Model Gateway today.

Get API Key