Video
WAN 2.2 A14B Turbo (i2v)
Credit-based pricing. Supports image-to-video.
Output
video
Aspect ratio
auto, 16:9, 9:16, 1:1
Resolution
480p, 580p, 720p
Inputs
- Start image (required)
Example prompt
A lone camel slowly crests the ridge of a towering sand dune at twilight, warm amber light fading to deep crimson on the horizon, wind lifting curtains of fine sand from the dune crests, vast silence, cinematic wide shotTry this prompt →
LLM-ready
API & LLM schema
Exact request contract for this model. Agents can fetch it from /api/v1/models?id=fal-ai/wan/v2.2-a14b/image-to-video/turbo.
POST
/api/v1/generate18 fields · 3 required| Field | Type | Requirement | Contract |
|---|---|---|---|
model_id | constant | Required | ArtEmotion model identifier. |
extra | object | Optional | Model-specific settings may also be nested here. |
max_credits | number | Optional | Reject before submission if the estimated list price exceeds this cap. · Range: 1–… |
webhook_url | string | Optional | Format: uri |
webhook_secret | string | Optional | Optional model input. |
folder_id | string | Optional | Optional model input. |
prompt | string | Required | Optional model input. |
video_write_mode | string | Optional | The write mode of the output video. Faster write mode means faster results but larger file size, balanced write mode is a good compromise between spee · Allowed: fast, balanced, small · Default: balanced |
enable_output_safety_checker | boolean | Optional | If set to true, output video will be checked for safety after generation. · Default: false |
seed | integer | Optional | Random seed for reproducibility. If None, a random seed is chosen. |
end_image_url | string | Optional | Handled by the End Frame canvas slot. |
acceleration | string | Optional | Acceleration level to use. The more acceleration, the faster the generation, but with lower quality. The recommended value is 'regular'. · Allowed: none, regular · Default: regular |
enable_prompt_expansion | boolean | Optional | Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original m · Default: false |
video_quality | string | Optional | The quality of the output video. Higher quality means better visual quality but larger file size. · Allowed: low, medium, high, maximum · Default: high |
enable_safety_checker | boolean | Optional | Run the input safety checker before generation. · Default: false |
aspect_ratio | string | Optional | Allowed: auto, 16:9, 9:16, 1:1 |
resolution | string | Optional | Allowed: 480p, 580p, 720p |
image_url | string | Required | Format: uri |
Minimal request example
{
"model_id": "fal-ai/wan/v2.2-a14b/image-to-video/turbo",
"prompt": "A lone camel slowly crests the ridge of a towering sand dune at twilight, warm amber light fading to deep crimson on the horizon, wind lifting curtains of fine sand from the dune crests, vast silence, cinematic wide shot",
"image_url": "https://example.com/image"
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fwan%2Fv2.2-a14b%2Fimage-to-video%2Fturbo",
"title": "WAN 2.2 A14B Turbo (i2v) generation request",
"description": "Request body accepted by POST /api/v1/generate for fal-ai/wan/v2.2-a14b/image-to-video/turbo.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "fal-ai/wan/v2.2-a14b/image-to-video/turbo",
"description": "ArtEmotion model identifier."
},
"extra": {
"type": "object",
"additionalProperties": true,
"description": "Model-specific settings may also be nested here."
},
"max_credits": {
"type": "number",
"minimum": 1,
"description": "Reject before submission if the estimated list price exceeds this cap."
},
"webhook_url": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"webhook_secret": {
"type": "string",
"maxLength": 512
},
"folder_id": {
"type": "string"
},
"prompt": {
"type": "string"
},
"video_write_mode": {
"title": "Video Write Mode",
"description": "The write mode of the output video. Faster write mode means faster results but larger file size, balanced write mode is a good compromise between spee",
"default": "balanced",
"type": "string",
"enum": [
"fast",
"balanced",
"small"
]
},
"enable_output_safety_checker": {
"title": "Enable Output Safety Checker",
"description": "If set to true, output video will be checked for safety after generation.",
"default": false,
"type": "boolean"
},
"seed": {
"title": "Seed",
"description": "Random seed for reproducibility. If None, a random seed is chosen.",
"type": "integer"
},
"end_image_url": {
"title": "End Image Url",
"description": "Handled by the End Frame canvas slot.",
"type": "string"
},
"acceleration": {
"title": "Acceleration",
"description": "Acceleration level to use. The more acceleration, the faster the generation, but with lower quality. The recommended value is 'regular'.",
"default": "regular",
"type": "string",
"enum": [
"none",
"regular"
]
},
"enable_prompt_expansion": {
"title": "Enable Prompt Expansion",
"description": "Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original m",
"default": false,
"type": "boolean"
},
"video_quality": {
"title": "Video Quality",
"description": "The quality of the output video. Higher quality means better visual quality but larger file size.",
"default": "high",
"type": "string",
"enum": [
"low",
"medium",
"high",
"maximum"
]
},
"enable_safety_checker": {
"title": "Enable Safety Checker",
"description": "Run the input safety checker before generation.",
"default": false,
"type": "boolean"
},
"aspect_ratio": {
"type": "string",
"enum": [
"auto",
"16:9",
"9:16",
"1:1"
]
},
"resolution": {
"type": "string",
"enum": [
"480p",
"580p",
"720p"
]
},
"image_url": {
"type": "string",
"format": "uri"
}
},
"required": [
"model_id",
"prompt",
"image_url"
],
"additionalProperties": false
}FAQ
How much does WAN 2.2 A14B Turbo (i2v) cost on ArtEmotion?
Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.
Do I get my credits back if WAN 2.2 A14B Turbo (i2v) fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call WAN 2.2 A14B Turbo (i2v) from the API?
Yes. Use POST /api/v1/generate with model_id: "fal-ai/wan/v2.2-a14b/image-to-video/turbo". See the API reference for the full schema.
Where are my generations stored?
Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.
Ready to generate with WAN 2.2 A14B Turbo (i2v)?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.