BytePlus: Dreamina Seedance 2.5
byteplus/dreamina-seedance-2-5-260628
Access Dreamina Seedance 2.5 from BytePlus using the Puter.js AI API for free.
Get StartedModel Card
Dreamina Seedance 2.5 is ByteDance's newest Seedance video model, distributed under the Dreamina brand and hosted here through BytePlus. It follows Seedance 2.0, extending single-pass clips from 15 seconds to 30 seconds, with support for multi-round extension beyond that. Through this API it renders at 480p, 720p, or 1080p at 24fps, dropping the 4K tier that 2.0 offered.
Reference input also grows. ByteDance says it can combine up to 50 assets in one generation call, including up to 30 images, 10 video clips, and 10 audio clips alongside a text prompt, plus native audio-video generation in a single pass and timestamp-level editing for adjusting specific segments of a clip. ByteDance also reports improved texture, lighting, and motion detail over 2.0.
It suits the same production use cases as the 2.0 family, such as marketing clips and multi-shot sequences, now with longer single takes and more reference material to work from.
Max Duration 5s
seconds
Frame Rate 24
fps
Aspect Ratio N/A
supported
Release Date Jun 28, 2026
Code Example
Use Dreamina Seedance 2.5 in your app with the Puter.js AI API — no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.txt2vid("A cat playing with a ball of yarn", {
model: "byteplus/dreamina-seedance-2-5-260628"
}).then(video => {
document.body.appendChild(video);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2vid("A cat playing with a ball of yarn", {
model: "byteplus/dreamina-seedance-2-5-260628"
}).then(video => {
document.body.appendChild(video);
});
</script>
</body>
</html>
More AI Models From BytePlus
Dola Seed 2.1 Turbo
Dola Seed 2.1 Turbo is ByteDance's faster, lower-cost variant in the Seed 2.1 family, offered internationally through BytePlus's Model Ark platform. It accepts text, image, and video input, with a 256K context window and function calling for agent workflows. On ByteDance's own benchmarks against Claude Opus 4.7, GPT-5.5, and Gemini 3.1 Pro, Turbo scores 89 on VideoMME for long video understanding and 79.2 on OVOBench for streaming video, ahead of Gemini 3.1 Pro's 86.7 and 64.1. It scores 88.0 on BeyondAIME reasoning, above Seed 2.1 Pro's 87.0. On knowledge tests like SuperGPQA it trails GPT-5.5 and Gemini. These are vendor-reported figures, not independently verified. It suits high-volume API use such as video analysis, document processing, and agent pipelines, where cost and video handling matter more than peak coding scores.
ImageDola Seedream 5.0 Pro
Dola Seedream 5.0 Pro is ByteDance's Seedream 5.0 Pro image generation and editing model, offered here through BytePlus's ModelArk API under the "Dola" branding BytePlus uses across its hosted model lineup. It generates images as independently editable layers, separating subjects, text, and background so pieces can be repositioned or swapped after generation. It supports pixel-level editing through selection points, arrows, and annotation boxes, reads color codes and material specifications, and renders text across 14 or more languages including Arabic, Korean, Thai, French, Russian, and Japanese. On Artificial Analysis's independent Text-to-Image Elo leaderboard it scores 1,283, ranking 8th overall, ahead of Black Forest Labs' FLUX.2 Max (1,233) and just behind Google's Nano Banana Pro (1,299). It fits production teams that need layered, editable output and multilingual text rather than a single flattened image.
ChatGLM-5.2
GLM-5.2 is an open-weight Mixture-of-Experts model from Zhipu AI (Z.ai), available here through BytePlus's hosted API. The model has roughly 744 billion total parameters and a 1 million token context window, and Z.ai released its weights under an MIT license. GLM-5.2 is built for coding, particularly long-horizon and agentic coding tasks. On SWE-bench Pro it scored 62.1, ahead of GPT-5.5 (58.6) and its predecessor GLM-5.1 (58.4). On the Artificial Analysis Intelligence Index it scored 51, the highest score among open-weight models at release. It suits teams building coding agents or working with large codebases who want an open-weight model, accessed here through BytePlus's API instead of self-hosting.
Frequently Asked Questions
You can access Dreamina Seedance 2.5 by BytePlus through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required.
Integrating Dreamina Seedance 2.5 through the Puter.js AI API is free under the User-Pays Model. Each user pays for their own AI usage through their Puter account.
Dreamina Seedance 2.5 was created by BytePlus and released on Jun 28, 2026.
Yes — the Dreamina Seedance 2.5 API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Add Dreamina Seedance 2.5 to your app for free
Developers can integrate Dreamina Seedance 2.5 for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.