Seedance 2.5 from ByteDance is officially available on Apiframe.

Video models

Frontier video generation.
One API key.

Seedance, Kling, Hailuo, Veo, and every other frontier video model behind one integration, with the same request shape every time.

13
Model families
12
Providers
1
Line to swap
Video Apiframe partnered with MiniMax to offer this model. Official

Hailuo

by MiniMax

Native 2K video with stereo audio, multimodal reference input, and instruction-based editing.

Text & image-to-video Native audio Up to 15s
03 2.3 2.3 Fast 02
Video

Flux

by Black Forest Labs

Black Forest Labs' multimodal model — up to 20s of video with synchronized audio from text, images, or a clip.

Text & image-to-video Native audio Up to 20s
3
Video Apiframe partnered with Alibaba to offer this model. Official

Happy Horse

by Alibaba

Happy Horse 1.1 — text-to-video, image-to-video, and reference-to-video (up to 9 images) with synced audio.

Text & image-to-video Native audio Up to 15s
1.1 1.0

Missing a model you need? New models land within days of release. Tell us what to add next.

Quickstart

Your first video, one request away.

Same request shape as every other modality: prompt in, hosted video out through an async job and a webhook.

Read the docs

import { Apiframe } from "@apiframe-ai/sdk"

const client = new Apiframe ({ apiKey : process.env.APIFRAME_API_KEY })

// submit a job; poll or use a webhook for the result

const { jobId } = await client. videos .generate( {

model: "seedance-2.5" ,

prompt: "aerial shot of a coastal village at golden hour, waves rolling in" ,

seedanceParams: { duration: 10 } ,

})

const job = await client.jobs.waitFor(jobId)

console.log(job.result)

Frequently asked questions

The short version of what teams ask before shipping video features. Everything else lives in the docs.

How long can generated videos be?

Most models generate clips of 5-15 seconds, Flux Video goes up to 20 seconds with synchronized audio, and Seedance 2.5 goes up to 30 seconds. Longer sequences are usually stitched from multiple generations.

Do video models support image-to-video?

Yes. Seedance, Veo, Kling, and most of the catalog accept a reference image alongside the prompt to control the first frame or the overall look.

Can generated videos include sound?

Yes. Models like Seedance, Veo, Kling, and Grok Imagine generate natively synchronized audio. Silent models can be paired with a music model in the same API.

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.