More modelsWavespeed aiFramepack
Generate video with wavespeed-ai/framepack
Generates a video using the wavespeed-ai/framepack model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
seed?integer
The random seed to use for the generation.
Default
0
Range
0 <= value <= 6553500000
imagestring
The URL of the video to generate the audio for.
promptstring
Prompt for generating video.
num_frames?integer
The duration of the audio to generate.
Default
180
Range
30 <= value <= 1800
resolution?string
The resolution of the video to generate. 720p generations cost 1.5x more than 480p generations.
Value in
"720p" | "480p"
aspect_ratio?string
The aspect ratio of the video to generate.
Value in
"16:9" | "9:16"
guidance_scale?number
The guidance scale to use for the generation.
Default
10
Range
0 <= value <= 32
negative_prompt?string
The negative prompt to generate the audio for.
num_inference_steps?integer
The number of inference steps to perform.
Default
25
Range
4 <= value <= 50
enable_safety_checker?boolean
If set to true, the safety checker will be enabled.
Default
true
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "wavespeed-ai/framepack", "image": "https://static.atlascloud.ai/media/images/1745337597019716935_RS1XUQMI.jpg", "prompt": "A fierce female warrior swings a long sword with full strength. Her expression is intense and focused, and her long hair flows dramatically through the air with the force of her movement" }'
{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}