Context
2K
Input
text, image, audio
Output
video
Tool calling
Not listed
About this model
LTX-2.5 Pro is the quality-optimized API endpoint of Lightricks' LTX-2.5 audio-video model. It utilizes Diffusion Fidelity Rendering to allocate maximum compute to complex scenes, ensuring high pixel quality, sharp faces, legible text, and seamless multi-shot continuity. It is designed for professional text-to-video and image-to-video workflows with synchronized native audio.
Input modalities
text
Accepted as model input
image
Accepted as model input
audio
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Video generation
$0.1200 / second
Video generation
$0.1700 / second
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Video generation1280x720 · 720p · 6–10s · 16:9 | $0.1200 / second |
| Video generation720x1280 · 720p · 6–10s · 9:16 | $0.1200 / second |
| Video generation1920x1080 · 1080p · 6–10s · 16:9 | $0.1700 / second |
| Video generation1080x1920 · 1080p · 6–10s · 9:16 | $0.1700 / second |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl -X POST https://api.oneinfer.ai/v1/ula/generate-video \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "lightricks",
"model": "Lightricks/LTX-2.5-Pro",
"prompt": "A red fox running through a snowy forest",
"resolution": "1280x720",
"aspect_ratio": "16:9",
"duration": 5,
"generate_audio": false,
"camera_fixed": false,
"service_tier": "default"
}'