Skip to main content
Video Text to Video Kie.ai

Seedance 2.0

Seedance 2.0 costs $0.750/clip on FairStack — a text to video model for video generation. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.

FairStack price
$0.750/clip
Try Seedance 2.0 API Quickstart Last updated 2026-05-13

How much does Seedance 2.0 cost?

Metric
FairStack
Details
Price per generation
$0.750
Includes 20% margin
Per-second rate
$0.1250/sec
Billed per second of output
Subscription
None
Pay per generation only

How do I use the Seedance 2.0 API?

curl
curl -X POST https://api.fairstack.ai/v1/generations/video \
  -H "Authorization: Bearer $FAIRSTACK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2",
    "prompt": "Your prompt here"
  }'
Python
import requests

response = requests.post(
    "https://api.fairstack.ai/v1/generations/video",
    headers={
        "Authorization": f"Bearer {FAIRSTACK_API_KEY}",
        "Content-Type": "application/json",
    },
    json={
        "model": "seedance-2",
        "prompt": "Your prompt here",
    },
)

result = response.json()
print(result["url"])
Node.js
const response = await fetch(
  "https://api.fairstack.ai/v1/generations/video",
  {
    method: "POST",
    headers: {
      Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      model: "seedance-2",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

Frequently Asked Questions

How much does Seedance 2.0 cost?

Seedance 2.0 costs $0.750/clip on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.

What is Seedance 2.0 and what is it best for?

Seedance 2.0 is a text to video AI model available on FairStack for $0.750/clip. It is best for video generation. Access via REST API with full documentation.

Does Seedance 2.0 have an API?

Yes. Seedance 2.0 is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/video with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.

How does Seedance 2.0 compare to other video models?

Seedance 2.0 is a text to video model priced at $0.750/clip on FairStack. Compare it with other video models at fairstack.ai/models.

Start using Seedance 2.0 today

$0.750/clip. Full API access. No subscription.

Start Creating