Genace

Seedance aspect ratio options: what it accepts and what it rejects

Seedance 2.0 Fast accepts 5 aspect ratios through the API:

  • 16:9
  • 9:16
  • 1:1
  • 4:3
  • 3:4

That is the widest set on the platform — every ratio the API supports at all.

It does not affect price

Aspect ratio is free. Seedance 2.0 Fast costs 25 credits ($0.25–$0.35) at any of the ratios above.

What does change the price is resolution: 720p costs half of 1080p on this model.

Default

Omit aspect_ratio and you get 16:9.

-d '{"model":"seedance-2.0-fast","prompt":"...","aspect_ratio":"3:4"}'

With a start frame

The API does not reconcile aspect_ratio with the image you pass in image_inputs. Supplying a 16:9 still while asking for a portrait ratio gives the model contradictory instructions. Match them — see Seedance image to video.

Models covered on this page

Where these facts come from

  • codebase: src/ai/providers/seedance.ts — paramsSchema aspectRatio