POST
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 const axios = require('axios'); const api_key = "YOUR API-KEY"; const url = "https://api.segmind.com/v1/wan2.1-t2v"; const data = { "prompt": "A smiling woman walking in London at night", "negative_prompt": "blurry, bad quality, camera shake, distortion, poor composition, low resolution, artifact, watermark", "seed": 9604478, "video_length": 3, "base_model": "14b", "aspect_ratio": "16:9", "steps": 30, "base64": false }; (async function() { try { const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } }); console.log(response.data); } catch (error) { console.error('Error:', error.response.data); } })();
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


promptstr *

Prompt for video generation


negative_promptstr ( default: blurry, bad quality, camera shake, distortion, poor composition, low resolution, artifact, watermark )

Negative prompt for video generation


seedint ( default: 42424242 )

Seed number for video generation


video_lengthint *

Length of the generated video in seconds

min : 1,

max : 5


base_modelenum:str *

Base model for video generation

Allowed values:


aspect_ratioenum:str *

Aspect Ratio of the output video

Allowed values:


stepsint ( default: 30 )

Number of steps for video generation

min : 10,

max : 70


base64bool ( default: 1 )

Output as base64

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.

Wan2.1 Text to Video

Wan2.1 is a cutting-edge suite of video foundation models that excels in text-to-video (T2V) generation, pushing the boundaries of what's possible. It consistently outperforms existing open-source and commercial solutions across multiple benchmarks.

Key Features of Wan2.1 Text to Video

  • SOTA Performance: Consistently outperforms existing open-source and commercial models across multiple benchmarks.

  • Powerful Video VAE: Wan-VAE delivers exceptional efficiency and performance, encoding and decoding 1080P videos of any length while preserving temporal information.

  • Architecture: Designed on the mainstream diffusion transformer paradigm with innovations like a novel spatio-temporal variational autoencoder (VAE).

  • T2V-14B: Supports both 480P and 720P resolutions. It establishes a new SOTA performance benchmark.

  • T2V-1.3B: Supports 480P resolution. While capable of generating videos at 720P, the 480P resolution provides more stable results

Additional Information

  • The models are licensed under the Apache 2.0 License, granting freedom of use while ensuring compliance with the license provisions.

  • Extensive manual evaluations confirm that Wan2.1 outperforms both closed-source and open-source models