LTX-2 19B Distilled T2V
LTX-2 19B Distilled T2V costs $0.240/clip on FairStack — a text to video model for Faster 19B-quality video, Speed-priority workflows. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is LTX-2 19B Distilled T2V?
LTX-2 19B Distilled T2V is Lightricks' speed-optimized version of the full 19-billion parameter video model. Through knowledge distillation, the model achieves faster generation times while retaining most of the quality advantages of the full 19B architecture. The distillation process compresses the model's knowledge into a more efficient form that requires less computation per frame. At $0.20 per generation, it matches the price of the full model while delivering faster turnaround. This makes it suitable for iterative workflows where users need to generate multiple options quickly, such as creative exploration, prompt refinement, or batch production. The quality reduction compared to the full model is modest and may not be noticeable in many use cases. Compared to the full LTX-2 19B, the Distilled variant trades a small amount of visual quality for meaningfully faster generation. Against other budget video models at similar price points, it benefits from the 19B architecture's strong prompt comprehension and scene understanding. Best suited for faster 19B-quality video generation and speed-priority workflows where quick iterations matter more than maximum quality. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are LTX-2 19B Distilled T2V's strengths?
What are LTX-2 19B Distilled T2V's limitations?
What is LTX-2 19B Distilled T2V best for?
How much does LTX-2 19B Distilled T2V cost?
How does LTX-2 19B Distilled T2V perform across capabilities?
LTX 2 Distilled — faster but lower quality
How do I use the LTX-2 19B Distilled T2V API?
curl -X POST https://api.fairstack.ai/v1/generations/video \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ltx-2-19b-distilled-t2v",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/video",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "ltx-2-19b-distilled-t2v",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/video",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "ltx-2-19b-distilled-t2v",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does LTX-2 19B Distilled T2V support?
Frequently Asked Questions
How much does LTX-2 19B Distilled T2V cost?
LTX-2 19B Distilled T2V costs $0.240/clip on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is LTX-2 19B Distilled T2V and what is it best for?
LTX-2 19B Distilled T2V is Lightricks' speed-optimized version of the full 19-billion parameter video model. Through knowledge distillation, the model achieves faster generation times while retaining most of the quality advantages of the full 19B architecture. The distillation process compresses the model's knowledge into a more efficient form that requires less computation per frame. At $0.20 per generation, it matches the price of the full model while delivering faster turnaround. This makes it suitable for iterative workflows where users need to generate multiple options quickly, such as creative exploration, prompt refinement, or batch production. The quality reduction compared to the full model is modest and may not be noticeable in many use cases. Compared to the full LTX-2 19B, the Distilled variant trades a small amount of visual quality for meaningfully faster generation. Against other budget video models at similar price points, it benefits from the 19B architecture's strong prompt comprehension and scene understanding. Best suited for faster 19B-quality video generation and speed-priority workflows where quick iterations matter more than maximum quality. Available on FairStack at infrastructure cost plus a 20% platform fee. LTX-2 19B Distilled T2V is best for Faster 19B-quality video, Speed-priority workflows. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does LTX-2 19B Distilled T2V have an API?
Yes. LTX-2 19B Distilled T2V is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/video with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does LTX-2 19B Distilled T2V compare to other video models?
LTX-2 19B Distilled T2V excels at Faster 19B-quality video, Speed-priority workflows. It is a text to video model priced at $0.240/clip on FairStack. Key strengths: Faster than full 19B, Retains good quality. Compare all video models at fairstack.ai/models.
What makes LTX-2 19B Distilled T2V stand out from other video models?
LTX-2 19B Distilled T2V is distinguished by faster than full 19b and retains good quality. Generation typically completes in under 5 seconds.
What are the known limitations of LTX-2 19B Distilled T2V?
Key limitations include: $0.20 per generation; slight quality reduction. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is LTX-2 19B Distilled T2V?
LTX-2 19B Distilled T2V typically completes in under 5 seconds. This makes it suitable for real-time applications, interactive workflows, and high-volume batch processing.
What video capabilities does LTX-2 19B Distilled T2V offer?
LTX-2 19B Distilled T2V offers: distilled from 19b for speed; faster generation; good quality retention. All capabilities are accessible through both the FairStack web interface and REST API.
Start using LTX-2 19B Distilled T2V today
$0.240/clip. Full API access. No subscription.
Start Creating