LumixAI logo
LTX Studio video generation API

LTX 2 Pro API for production videos.

LTX 2 Pro API fits high-resolution video generation and fast production previews where teams need a stable REST API instead of a one-off UI workflow.

Model slug
ltx-ltx2-pro
Credit rate
25 credits per video
Provider
LTX Studio
LTX 2 Pro API video generation sample

Model overview

Why use LTX 2 Pro through LumixAI?

LTX 2 Pro video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.

Use LTX 2 Pro through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for LTX 2 Pro API, LTX 2 Pro video API, and LTX Studio video generation API.

AI video generation

image-to-video workflows

production API integrations

Developer workflow

Call LTX 2 Pro without a separate provider integration.

Async jobs

Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.

Credit pricing

LTX 2 Pro starts at 25 credits per video before conditional rules.

Modality
Video
Aspect ratios
16:9
Resolutions
1080p, 1440p, 2160p
await fetch("https://api.lumixai.live/v1/videos/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "ltx-ltx2-pro",
    prompt: "cinematic product reveal, smooth camera motion",
    aspectRatio: "16:9",
    resolution: "1080p",
    duration: 6,
    withSoundEffects: true
  })
});

Next step

Generate your first LTX 2 Pro video.

Generate with LumixAI