Waver1.0 is ByteDance's versatile video generation model, specializing in text-to-video (T2V), image-to-video (I2V), and text-to-image (T2I) generation.
Request
Header Params
Body Params application/json
Example
{"image":"https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1757141954171441781_ggupnifb.jpeg","prompt":"Anamorphic ultra-wide shot of a colossal, lone explorer-class starship gliding silently through the upper atmosphere of a storm-wracked gas giant. Volumetric clouds swirl below, occasionally illuminated by massive lightning flashes, casting dynamic, dramatic shadows across the ship's hull. Faint lens flares streak across the frame.\n\n"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/wan-2.2/text-to-image-realism' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"image": "https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1757141954171441781_ggupnifb.jpeg",
"prompt": "Anamorphic ultra-wide shot of a colossal, lone explorer-class starship gliding silently through the upper atmosphere of a storm-wracked gas giant. Volumetric clouds swirl below, occasionally illuminated by massive lightning flashes, casting dynamic, dramatic shadows across the ship'\''s hull. Faint lens flares streak across the frame.\n\n"
}'