← All models
Accelerated Wan 2.1 14B text-to-video at 480p resolution with fast inference by WaveSpeed. Generate videos from text prompts with an API.
Example
Details
- Accepts
- text
Pricing
- Price
- 8.75 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| promptrequired | string | Text prompt for image generation |
| fast_mode | —enum: Off, Balanced, Fast | Speed up generation with different levels of acceleration. Faster modes may degrade quality somewhat. The speedup is dependent on the content, so different videos may see different speedups. |
| lora_scale | number | Determines how strongly the main LoRA should be applied. Sane results between 0 and 1 for base inference. You may still need to experiment to find the best value for your particular lora. |
| aspect_ratio | —enum: 16:9, 9:16 | Aspect ratio of the output video. |
| lora_weights | string | |
| sample_shift | integer | Flow shift parameter for video generation |
| sample_steps | integer | Number of inference steps |
| negative_prompt | string | Negative prompt to avoid certain elements |
| sample_guide_scale | number | Guidance scale for generation |
| disable_safety_checker | boolean | Disable safety checker for generated videos |