You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(video): correct seedance 2.0 mini 480p pricing
Seedance 2.0 Mini natively supports 480p and 720p, and 480p costs half
the 720p rate (3 vs 6 credits/sec). Add explicit 480p_ perSecondPrice
keys at $0.0378/s and route 480p requests to the upstream resolution=480p
instead of silently upscaling them to 720p. Verified end-to-end: an
848x480 request now returns a genuine ~480p clip (was 1280x720).
Also split the Mini docs rows to reflect its real 480p/720p sizes and
4-15s durations.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/docs/content/features/video-generation.mdx
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ LLMGateway supports asynchronous video generation through an OpenAI-compatible `
13
13
Currently available models:
14
14
15
15
-**Veo 3.1** through `avalanche` (1080p, 4k) and `google-vertex` (720p, 1080p, 4k)
16
-
-**Seedance 2.0**, **Seedance 2.0 Fast**, **Seedance 2.0 Mini**, and **Seedance 1.5 Pro** through `bytedance` (720p, 1080p)
16
+
-**Seedance 2.0**, **Seedance 2.0 Fast**, and **Seedance 1.5 Pro** through `bytedance` (720p, 1080p)
17
+
-**Seedance 2.0 Mini** through `bytedance` (480p, 720p)
17
18
-**KLING v3.0** and **KLING v3.0 Turbo** through `atlascloud` (720p, 1080p; KLING v3.0 also 4k)
18
19
19
20
You can find the current list of video-capable models on our [models page with the video filter enabled](https://llmgateway.io/models?filters=1&videoGeneration=true) or programmatically through the [/v1/models endpoint](/v1_models).
@@ -49,13 +50,14 @@ LLMGateway currently supports a focused subset of the OpenAI video API.
49
50
50
51
### Sizes and durations by model
51
52
52
-
| Model family | Provider | Supported sizes | Supported durations |
Requests return `400` when the selected provider cannot serve the requested `size` or `seconds`. Seedance and KLING v3.0 derive `aspect_ratio` from the requested `size` (16:9 for landscape, 9:16 for portrait).
0 commit comments