Skip to content

seedance-api/seedance-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Seedance 2.5 API (ByteDance) - Unofficial Documentation & Access

License: MIT Status: Beta Model: Seedance 2.0 Seedance 2.5

⚠️ Notice: The public API endpoint is currently rolling out. Click here to join the Priority Access List to get notified immediately when we open global registration (ETA: < 24 hours).


⚡️ Quick Links

Resource Status Action
Get API Key 🟡 Waitlist Request Access Here
Seedance 2.5 Preview 🟣 New View Seedance 2.5 Repo
Video Samples 🟢 Live View Demo GIFs below
Python SDK 🔵 Preview View Code Example

🎬 Video Samples

Seedance 2.0 AI Video Demo

(Note: Native 2K resolution generation with advanced cinematic character control. Seedance 2.5 related updates are also being tracked.)


🐍 Python API Preview

Use this code snippet to integrate Seedance 2.0 once your key is activated.

import requests

# Endpoint will be live at api.sedanceai.com
url = "https://api.sedanceai.com/v2/generate" 

payload = {
    "prompt": "Cinematic shot of a cybernetic tiger, 2k resolution, 60fps, hyper-realistic",
    "model": "seedance-2.0-turbo",  # Latest ByteDance model (Seedream architecture)
    "aspect_ratio": "16:9",
    "api_key": "YOUR_API_KEY_HERE" # Get this from the Waitlist Issue
}

# Note: This is a preview. Actual response format may vary slightly.
# response = requests.post(url, json=payload)
# print(response.json())

❓ FAQ

Q: Where can I get the Seedance 2.0 API Key? A: We are currently limiting access to ensure system stability. Please comment on Issue #1 to join the whitelist and receive your developer credentials.

Q: Is there a Seedance 2.5 version? A: Yes. Seedance 2.5 related access notes and updates are tracked here: Seedance 2.5 Preview Repo.

Q: Does this support Dreamina (Jimeng) and Oriental Skylark (小云雀)? A: Yes. Seedance 2.0 is the core engine powering Dreamina (Jimeng AI), Oriental Skylark (小云雀), and ChatCut. Our API provides direct access to this underlying model.

Q: Is Seedance 2.0 a good Sora or Kling alternative? A: Absolutely. In terms of character consistency and 2K cinematic output, Seedance 2.0, Seedance 2.5, and related SeedDance workflows are often compared with current professional AI video models.

Q: What is the pricing for API credits? A: We offer a Pay-as-you-go model. No monthly subscriptions are required. Detailed pricing documentation will be released to whitelisted users on Issue #1.


About

Seedance 2.5 API (ByteDance): Unofficial Python client & documentation. Generate 2K cinematic AI videos. The engine behind Dreamina (jimeng) & Oriental Skylark. Best Sora/Kling alternative. Text-to-Video & Image-to-Video generation.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors