Skip to main content
ArtEmotion
Video

Wan 2.2 Turbo (T2V)

Credit-based pricing.

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 shot
Try 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
FieldTypeRequirementContract
model_idconstantRequiredArtEmotion model identifier.
extraobjectOptionalModel-specific settings may also be nested here.
max_creditsnumberOptionalReject before submission if the estimated list price exceeds this cap. · Range: 1–…
webhook_urlstringOptionalFormat: uri
webhook_secretstringOptionalOptional model input.
folder_idstringOptionalOptional model input.
promptstringRequiredOptional model input.
video_write_modestringOptionalThe 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_checkerbooleanOptionalIf set to true, output video will be checked for safety after generation. · Default: false
seedintegerOptionalRandom seed for reproducibility. If None, a random seed is chosen.
accelerationstringOptionalAcceleration 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_expansionbooleanOptionalWhether 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_qualitystringOptionalThe quality of the output video. Higher quality means better visual quality but larger file size. · Allowed: low, medium, high, maximum · Default: high
enable_safety_checkerbooleanOptionalRun the input safety checker before generation. · Default: false
aspect_ratiostringOptionalAllowed: 16:9, 9:16, 1:1
resolutionstringOptionalAllowed: 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.