All models

Ltx 2 5 Fast

lightricks/ltx-2-5-fast

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "lightricks/ltx-2-5-fast",
    "prompt": "<your prompt>"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "lightricks/ltx-2-5-fast", "prompt": "<your prompt>"}'

Parameters

Input
prompt string required

Text prompt describing the video

duration number optional default: 8

Video duration in seconds

fps number optional default: 24

Frames per second of the output video.

generate_audio boolean optional default: true
image_uri string optional

HTTPS URI for the first frame Pass a public URL; to use a local file, upload it (free) via POST /v1/media (≤40MB) and pass the returned url.

last_frame_uri string optional

HTTPS URI for the last frame Pass a public URL; to use a local file, upload it (free) via POST /v1/media (≤40MB) and pass the returned url.

resolution string optional default: "1920x1080"

Output resolution / quality tier.

Output