← All models
Wan 2.2's 14B model generates high-resolution, photorealistic images with powerful prompt understanding and fine-grained visual detail
images
Details
- Accepts
- text + image
Pricing
- Price
- 6.25 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| shift | number | Shift value for the image. Must be between 1.0 and 10.0. |
| promptrequired | string | The text prompt to guide image generation. |
| image_size | — | The size of the generated image. |
| acceleration | stringenum: none, regular | Acceleration level to use. The more acceleration, the faster the generation, but with lower quality. The recommended value is 'regular'. |
| guidance_scale | number | Classifier-free guidance scale. Higher values give better adherence to the prompt but may decrease quality. |
| negative_prompt | string | Negative prompt for video generation. |
| guidance_scale_2 | number | Guidance scale for the second stage of the model. This is used to control the adherence to the prompt in the second stage of the model. |
| num_inference_steps | integer | Number of inference steps for sampling. Higher values give better quality but take longer. |
| enable_safety_checker | boolean | If set to true, input data will be checked for safety before processing. Disabling it requires account authorization; unauthorized requests are always checked. |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning. |
| enable_output_safety_checker | boolean | If set to true, output video will be checked for safety after generation. |
| strength | number | Denoising strength. 1.0 = fully remake; 0.0 = preserve original. |
| image_url | string | URL of the input image. |
| aspect_ratio | stringenum: auto, 16:9, 9:16, 1:1 | Aspect ratio of the generated image. If 'auto', the aspect ratio will be determined automatically based on the input image. |
| image_format | stringenum: png, jpeg | The format of the output image. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| image | — | The generated image file. |