Qwen3-Max-Thinking state-of-the-art reasoning model at your fingertips!
ByteDance/
$1.200
/ 1M tokens
ByteDance's Seedance 1.5 Pro is a professional video model using V2A native generation for integrated, synced audio-visual output, enhancing efficiency of professional video creation.

You can use cURL or any other http client to run inferences:
curl -X POST \
-d '{"prompt": "A kitten is yawning at the camera"}' \
-H "Authorization: bearer $DEEPINFRA_TOKEN" \
-H 'Content-Type: application/json' \
'https://api.deepinfra.com/v1/inference/ByteDance/Seedance-1.5-Pro'
which will give you back something similar to:
{
"video_url": "/model/inference/seedance_sample.mp4",
"status": "ok",
"out_tokens": 1000,
"request_id": null,
"inference_status": {
"status": "unknown",
"runtime_ms": 0,
"cost": 0.0,
"tokens_generated": 0,
"tokens_input": 0,
"output_length": 0
}
}
© 2026 Deep Infra. All rights reserved.