LTX-2.5
Videolightricks/ltx-2.5Lightricks' open weight world model, which generates synchronized video and audio from text or from an image. We run the distilled transformer in full bf16 precision with its Gemma 4 12B text encoder on RTX PRO 6000s, on the fixed 8 step schedule Lightricks ships. Hugging Face keeps the weights behind a contact agreement, so running them yourself means accepting their licence first.
Playground
Write a prompt, set the request, and read what it will cost before anything runs.
Nothing runs from this page. The toolkit and the API are the same endpoint, the same price and the same balance.
Pricing
Charged per second of the clip you ask for, with a minimum per render. The picture and its audio are one charge.
- Rate
- $0.004/second
- Minimum per render
- $0.014
- Charged
- When the job is accepted, not when it finishes
- Failed renders
- Refunded in full, automatically
- Cold starts
- Never billed to you
The price is taken when the job is accepted, at the rate published here. Waking a machine takes time, never money: cold starts are on us.
Performance
Two numbers matter: how long a render takes on a machine that is already up, and how long the first one takes when none is.
Machines sleep when nobody is using them, so the first call after a quiet spell waits for one to wake. That wait costs you time and never money: the price is the catalogue rate either way.
- Answer
- Immediate. The call returns an id and a
queuedstatus. - Delivery
- Poll
GET /v1/renders/{id}, or setwebhook_urland get a signed call when it lands. - Output link
- Signed, and valid for 24 hours
Hardware
The weights run on GPUs we rent, with no inference provider in between.
- GPU
- RTX PRO 6000
- Precision
- bf16
- Denoising steps
- 8
- Guidance
- 1, the model is distilled and runs without guidance
- Frame rate
- 24 fps
Parameters
Every field this model accepts. Anything it would ignore is not listed.
modelrequired- stringUse "lightricks/ltx-2.5".
promptrequired- stringWhat you want to see.
seconds- integer4 to 8. Defaults to 5.
resolution- "480p" | "720p" | "1080p"Changes the pixels, not the rate. Defaults to 720p.
aspect- "16:9" | "9:16" | "1:1"Defaults to 16:9.
seed- integerSame seed, same render. Random without it.
webhook_url- stringWe sign a POST to it when the render lands.
API
One endpoint serves every family. The model field picks the machine, and the rest of the body follows the model.
curl -s -X POST https://klemet.app/api/v1/renders \ -H "Authorization: Bearer $KLEMET_KEY" \ -H "content-type: application/json" \ -d '{"model":"lightricks/ltx-2.5","prompt":"A slow push in on a rain slick street at night","seconds":5}'It answers 202 at once, before the render starts:
{ "id": "rnd_3f8c21d0", "object": "render", "kind": "video", "model": "lightricks/ltx-2.5", "status": "queued", "created_at": "2026-09-14T09:12:44.000Z", "finished_at": null, "output": null, "estimated_usd": 0.014, "usd": null, "error": null}Read it back with GET /v1/renders/{id} until the status is succeeded or failed. A successful render carries an output.url. Create a key in your account, and the whole reference is in the docs.
Limits
What one call may ask for, and how many calls you may make.
- Per render
- Up to 8 s per render, 24 fps
- Prompt
- Up to 4,000 characters
- Renders
- 20 per minute, 300 per hour
- Reads
- 120 per minute, 2,000 per hour
- Over the limit
429, with the window and the reset in the headers
Weights and licence
These are open weights. You can read the licence and run them yourself.
- Published by
- Lightricks
- Weights
- lightricks/ltx-2.5
- Access
- Gated: Hugging Face asks for your contact details before it hands over the weights.
The licence is the author's, not ours. What you may do with what you generate is written there, and it is worth reading before you ship.
FAQ
What am I charged if a render fails?
Nothing. The price is taken when the job is accepted and returned in full if the engine cannot finish it. The refund shows up in your activity as its own line.
Do you train on my prompts or my outputs?
No. Prompts and outputs are stored so you can read a render back and download it; they are not used to train anything, and the output links we hand out are signed and expire.
Why is the first render slower?
Machines sleep when nobody is using them. Waking one for LTX-2.5 and loading its weights took 111 s at our last measurement, against 25 s once it is up. The wait is yours; the extra card time is ours.
Can I use what I generate commercially?
That is the author's call, not ours. LTX-2.5 is published under ltx-2.x-community-license-agreement, and the terms are in the licence itself.
Can I run these weights myself?
Yes. Hugging Face asks for your contact details first, then the weights are yours to run. Nothing here is a wrapper around a closed API.
Explore
Other video models running here.