Skip to main content

Seedance 2.5 API Pipeline Fixture

Seedance 2.5 API

Seedance 2.5 is a production video-generation model available through PiAPI with 480p, 720p, and 1080p output.

Est. $1.40

Seedance 2.5 API Pipeline Fixture Pricing

Pay-as-you-go access through PiAPI.

Seedance 2.5

from $0.15/s

  • 480p — $0.15/s
  • 720p — $0.35/s
  • 1080p — $0.80/s

Seedance 2.5 Less RestrictionLESS RESTRICTION

from $0.165/s

  • Supports face assets after Private Asset Library review.
  • Verified face assets and requests remain subject to PiAPI's usage policies.
  • 480p — $0.165/s
  • 720p — $0.385/s
  • 1080p — $0.88/s

Features

Capabilities from the production model page.

Available resolutions

480p, 720p, and 1080p

API pricing

$0.15/s at 480p; $0.35/s at 720p; $0.80/s at 1080p

Get started

Create your API key

Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.

Top up credits

Add credits on the billing page when you are ready to scale beyond the free tier.

Call the API

POST your first task following the API docs, then poll the task until the result is ready.

Iterate in the playground

Prototype prompts and settings in the the playground above before wiring them into your product.

Create a task

curl -X POST 'https://api.piapi.ai/api/v1/task' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "model": "seedance",
  "task_type": "seedance-2.5",
  "input": {
    "prompt": "A cinematic tracking shot through a neon-lit city street after rain.",
    "duration": 4,
    "resolution": "720p",
    "aspect_ratio": "16:9",
    "mode": "text_to_video"
  }
}'

Retrieve the result

curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
  -H 'X-API-Key: YOUR_API_KEY'

video_url / video

Pricing

  • 480p: $0.15 / second
  • 720p: $0.35 / second
  • 1080p: $0.80 / second