# Seedance 2 Pro

> ByteDance flagship video. Multi-shot, native audio bundled, dynamic camera moves. T2V or I2V via image_url. 720p.

Human version: https://kymaapi.com/models/seedance-2-pro
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `seedance-2-pro` — pass this as `model` in the request body
- **Creator**: ByteDance
- **Released**: 2026-04-14
- **Price**: $0.40959 / second

## Call it

```bash
curl https://kymaapi.com/v1/videos/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "seedance-2-pro", "prompt": "..."}'
```

## Positioning

Seedance 2 Pro is a 720p video generation model from ByteDance optimized for multi-shot sequences and native audio synchronization. Use it when you need dynamic camera movement and bundled audio for social or product motion clips.

## About

Seedance 2 Pro generates 720p video from text prompts or input images. It produces multi-shot sequences with dynamic camera movement and includes synchronized audio in the output.

On Kyma, the model runs through an OpenAI-compatible endpoint with automatic request failover. Prompt caching is supported, billing repeated prompt prefixes at 10% of the input rate. Every response returns exact usage costs and the active model ID in the X-Kyma-Model header.

The model operates at a medium speed tier and bills per second of generated video. It does not support reasoning, vision input analysis, or structured JSON outputs.

## Use cases

- **Multi-shot scene generation** — Generate video clips with multiple camera angles and dynamic movement from a single prompt.
- **Social video with audio** — Create short-form content where video and synchronized audio are bundled in one output.
- **Product motion demos** — Render moving product showcases from static images or descriptive text prompts.
- **Image-to-video conversion** — Animate uploaded still images into 720p video sequences with camera motion.

## Not ideal for

Do not use this model for tasks requiring text reasoning, image analysis, structured data extraction, or resolutions above 720p.

## Pick something else when

- You need faster turnaround for prototyping → `seedance-2-fast`, `veo-3-fast`
- You require 1080p output resolution → `hailuo-02-1080p`, `veo-3`
- You prioritize cinematic realism over multi-shot pacing → `kling-3-pro`

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by ByteDance: https://kymaapi.com/models?q=ByteDance
