

In
Out
$8.32 / 1M tokens 

Text to Speech
const main = async () => {
const response = await fetch('https://api.ai.cc/v2/video/generations', {
method: 'POST',
headers: {
Authorization: 'Bearer ',
'Content-Type': 'application/json',
},
body: JSON.stringify({
model: 'bytedance/seedance-2-5',
prompt: 'A DJ on the stand is playing, around a World War II battlefield, lots of explosions, thousands of dancing soldiers, between tanks shooting, barbed wire fences, lots of smoke and fire, black and white old video: hyper realistic, photorealistic, photography, super detailed, very sharp, on a very white background',
}),
}).then((res) => res.json());
console.log('Generation:', response);
};
main()
import requests
def main():
url = "https://api.ai.cc/v2/video/generations"
payload = {
"model": "seedance-2-5",
"prompt": "A DJ on the stand is playing, around a World War II battlefield, lots of explosions, thousands of dancing soldiers, between tanks shooting, barbed wire fences, lots of smoke and fire, black and white old video: hyper realistic, photorealistic, photography, super detailed, very sharp, on a very white background"
}
headers = {"Authorization": "Bearer ", "Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print("Generation:", response.json())
if __name__ == "__main__":
main()

Seedance 2.5 · API
Developer Access Slip
Inputincluded in token calc
see formula
Outputper 1M tokens · w/ video input
$8.32
RATE CARDUSD / 1M tok
Token Calculation Formula
Without video input — $13.91 / 1M tok
tokens = output_duration × width × height × fps ÷ 1024
With video input — $8.32 / 1M tok
tokens = (input_duration + output_duration) × width × height × fps ÷ 1024
| Model | Input | Output | Context | Best For |
|---|---|---|---|---|
| Seedance 2.5This page | — | $8.32/1M | — | Long-form narrative video, multi-language |
| Veo 3.1 | — | $0.26/sec | — | Video generation |
| Kling 3.0 Pro | — | $0.1456/sec | — | Video generation |
| Grok Imagine Video | — | $0.065/sec | — | Video generation |
| Seedance 2.0 | — | $0.3944/sec | — | Cinematic video + native audio |
THANK YOU FOR CALLING THE API
WWW.AI.CC · SEEDANCE-2.5
AI Playground
Test all API models in the sandbox environment before you integrate. We provide more than 300 models to integrate into your app.
contact us