Video
LTX-2 19B (T2V)
Credit-based pricing. Supports audio generation.
Output
video
Aspect ratio
16:9, 9:16, 1:1
Resolution
1080p, 1440p, 2160p
Duration
3s, 5s, 8s, 10s
Inputs
- Generates audio
Example prompt
A vintage hot air balloon drifts silently over rolling Tuscan hills at sunrise, golden vineyards and cypress alleys stretching to the horizon, long morning shadows striping the terracotta farmhouses below, peaceful and cinematic wide aerial 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/ltx-2-19b/text-to-video.
POST
/api/v1/generate26 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. |
num_inference_steps | number | Optional | The number of inference steps to use. · Default: 40 · Range: 8–50 |
negative_prompt | string | Optional | The negative prompt to generate the video from. · Default: blurry, out of focus, overexposed, underexposed, low contrast, washed out colors, excessive noise, grainy texture, poor lighting, flickering, motion blur, distorted proportions, unnatural skin tones, deformed facial features, asymmetrical face, missing facial features, extra limbs, disfigured hands, wrong hand count, artifacts around text, inconsistent perspective, camera shake, incorrect depth of field, background too sharp, background clutter, distracting reflections, harsh shadows, inconsistent lighting direction, color banding, cartoonish rendering, 3D CGI look, unrealistic materials, uncanny valley effect, incorrect ethnicity, wrong gender, exaggerated expressions, wrong gaze direction, mismatched lip sync, silent or muted audio, distorted voice, robotic voice, echo, background noise, off-sync audio,incorrect dialogue, added dialogue, repetitive speech, jittery movement, awkward pauses, incorrect timing, unnatural transitions, inconsistent framing, tilted camera, flat lighting, inconsistent tone, cinematic oversaturation, stylized filters, or AI artifacts. |
video_output_type | string | Optional | The output type of the generated video. · Allowed: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif) · Default: X264 (.mp4) |
camera_lora_scale | number | Optional | The scale of the camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the mod · Default: 1 · Range: 0–1 |
generate_audio | boolean | Optional | Whether to generate audio for the video. · Default: true |
guidance_scale | number | Optional | The guidance scale to use. · Default: 3 · Range: 1–10 |
acceleration | string | Optional | The acceleration level to use. · Allowed: none, regular, high, full · Default: regular |
num_frames | number | Optional | The number of frames to generate. · Default: 121 · Range: 9–481 |
camera_lora | string | Optional | The camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the model to move th · Allowed: dolly_in, dolly_out, dolly_left, dolly_right, jib_up, jib_down, static, none · Default: none |
enable_prompt_expansion | boolean | Optional | Whether to enable prompt expansion. · Default: true |
enable_safety_checker | boolean | Optional | Run the safety checker to block unsafe content. · Default: true |
fps | number | Optional | The frames per second of the generated video. · Default: 25 · Range: 1–60 |
video_write_mode | string | Optional | The write mode of the generated video. · Allowed: fast, balanced, small · Default: balanced |
seed | integer | Optional | The seed for the random number generator. |
video_quality | string | Optional | The quality of the generated video. · Allowed: low, medium, high, maximum · Default: high |
use_multiscale | boolean | Optional | Whether to use multi-scale generation. If True, the model will generate the video at a smaller scale first, then use the smaller video to guide the ge · Default: true |
aspect_ratio | string | Optional | Allowed: 16:9, 9:16, 1:1 |
resolution | string | Optional | Allowed: 1080p, 1440p, 2160p |
duration | number | Optional | Allowed: 3, 5, 8, 10 |
Minimal request example
{
"model_id": "fal-ai/ltx-2-19b/text-to-video",
"prompt": "A vintage hot air balloon drifts silently over rolling Tuscan hills at sunrise, golden vineyards and cypress alleys stretching to the horizon, long morning shadows striping the terracotta farmhouses below, peaceful and cinematic wide aerial shot"
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fltx-2-19b%2Ftext-to-video",
"title": "LTX-2 19B (T2V) generation request",
"description": "Request body accepted by POST /api/v1/generate for fal-ai/ltx-2-19b/text-to-video.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "fal-ai/ltx-2-19b/text-to-video",
"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"
},
"num_inference_steps": {
"title": "Num Inference Steps",
"description": "The number of inference steps to use.",
"default": 40,
"type": "number",
"minimum": 8,
"maximum": 50,
"multipleOf": 1
},
"negative_prompt": {
"title": "Negative Prompt",
"description": "The negative prompt to generate the video from.",
"default": "blurry, out of focus, overexposed, underexposed, low contrast, washed out colors, excessive noise, grainy texture, poor lighting, flickering, motion blur, distorted proportions, unnatural skin tones, deformed facial features, asymmetrical face, missing facial features, extra limbs, disfigured hands, wrong hand count, artifacts around text, inconsistent perspective, camera shake, incorrect depth of field, background too sharp, background clutter, distracting reflections, harsh shadows, inconsistent lighting direction, color banding, cartoonish rendering, 3D CGI look, unrealistic materials, uncanny valley effect, incorrect ethnicity, wrong gender, exaggerated expressions, wrong gaze direction, mismatched lip sync, silent or muted audio, distorted voice, robotic voice, echo, background noise, off-sync audio,incorrect dialogue, added dialogue, repetitive speech, jittery movement, awkward pauses, incorrect timing, unnatural transitions, inconsistent framing, tilted camera, flat lighting, inconsistent tone, cinematic oversaturation, stylized filters, or AI artifacts.",
"type": "string"
},
"video_output_type": {
"title": "Video Output Type",
"description": "The output type of the generated video.",
"default": "X264 (.mp4)",
"type": "string",
"enum": [
"X264 (.mp4)",
"VP9 (.webm)",
"PRORES4444 (.mov)",
"GIF (.gif)"
]
},
"camera_lora_scale": {
"title": "Camera LoRA Scale",
"description": "The scale of the camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the mod",
"default": 1,
"type": "number",
"minimum": 0,
"maximum": 1
},
"generate_audio": {
"title": "Generate Audio",
"description": "Whether to generate audio for the video.",
"default": true,
"type": "boolean"
},
"guidance_scale": {
"title": "Guidance Scale",
"description": "The guidance scale to use.",
"default": 3,
"type": "number",
"minimum": 1,
"maximum": 10
},
"acceleration": {
"title": "Acceleration",
"description": "The acceleration level to use.",
"default": "regular",
"type": "string",
"enum": [
"none",
"regular",
"high",
"full"
]
},
"num_frames": {
"title": "Num Frames",
"description": "The number of frames to generate.",
"default": 121,
"type": "number",
"minimum": 9,
"maximum": 481,
"multipleOf": 1
},
"camera_lora": {
"title": "Camera LoRA",
"description": "The camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the model to move th",
"default": "none",
"type": "string",
"enum": [
"dolly_in",
"dolly_out",
"dolly_left",
"dolly_right",
"jib_up",
"jib_down",
"static",
"none"
]
},
"enable_prompt_expansion": {
"title": "Enable Prompt Expansion",
"description": "Whether to enable prompt expansion.",
"default": true,
"type": "boolean"
},
"enable_safety_checker": {
"title": "Enable Safety Checker",
"description": "Run the safety checker to block unsafe content.",
"default": true,
"type": "boolean"
},
"fps": {
"title": "Fps",
"description": "The frames per second of the generated video.",
"default": 25,
"type": "number",
"minimum": 1,
"maximum": 60
},
"video_write_mode": {
"title": "Video Write Mode",
"description": "The write mode of the generated video.",
"default": "balanced",
"type": "string",
"enum": [
"fast",
"balanced",
"small"
]
},
"seed": {
"title": "Seed",
"description": "The seed for the random number generator.",
"type": "integer"
},
"video_quality": {
"title": "Video Quality",
"description": "The quality of the generated video.",
"default": "high",
"type": "string",
"enum": [
"low",
"medium",
"high",
"maximum"
]
},
"use_multiscale": {
"title": "Use Multiscale",
"description": "Whether to use multi-scale generation. If True, the model will generate the video at a smaller scale first, then use the smaller video to guide the ge",
"default": true,
"type": "boolean"
},
"aspect_ratio": {
"type": "string",
"enum": [
"16:9",
"9:16",
"1:1"
]
},
"resolution": {
"type": "string",
"enum": [
"1080p",
"1440p",
"2160p"
]
},
"duration": {
"type": "number",
"enum": [
3,
5,
8,
10
]
}
},
"required": [
"model_id",
"prompt"
],
"additionalProperties": false
}FAQ
How much does LTX-2 19B (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 LTX-2 19B (T2V) fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call LTX-2 19B (T2V) from the API?
Yes. Use POST /api/v1/generate with model_id: "fal-ai/ltx-2-19b/text-to-video". 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 LTX-2 19B (T2V)?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.