Output
video
Aspect ratio
16:9, 9:16, 1:1
Resolution
480p, 580p, 720p
Example prompt
Shibuya crossing at midnight, thousands of umbrellas, neon signs reflecting on wet pavement, 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/text-to-video/turbo.
POST
/api/v1/generate16 fields · 2 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. |
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: 16:9, 9:16, 1:1 |
resolution | string | Optional | Allowed: 480p, 580p, 720p |
Minimal request example
{
"model_id": "fal-ai/wan/v2.2-a14b/text-to-video/turbo",
"prompt": "Shibuya crossing at midnight, thousands of umbrellas, neon signs reflecting on wet pavement, cinematic wide shot"
}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%2Ftext-to-video%2Fturbo",
"title": "Wan 2.2 Turbo (T2V) generation request",
"description": "Request body accepted by POST /api/v1/generate for fal-ai/wan/v2.2-a14b/text-to-video/turbo.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "fal-ai/wan/v2.2-a14b/text-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"
},
"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": [
"16:9",
"9:16",
"1:1"
]
},
"resolution": {
"type": "string",
"enum": [
"480p",
"580p",
"720p"
]
}
},
"required": [
"model_id",
"prompt"
],
"additionalProperties": false
}FAQ
How much does Wan 2.2 Turbo (T2V) 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 Turbo (T2V) fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call Wan 2.2 Turbo (T2V) from the API?
Yes. Use POST /api/v1/generate with model_id: "fal-ai/wan/v2.2-a14b/text-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 Turbo (T2V)?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.