Kandinsky 5 Pro T2V
Kandinsky 5 Pro T2V costs $0.240/clip on FairStack — a text to video model for Premium Kandinsky video, Flexible-duration artistic video. 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 Kandinsky 5 Pro T2V?
Kandinsky 5 Pro T2V is the premium tier of Sberbank's Kandinsky 5 video model, delivering the best quality available in the Kandinsky ecosystem with the flexibility of per-second billing. The Pro tier enhances the artistic sensibility of Kandinsky 5 with improved detail, better motion quality, and more refined visual output. With per-second billing at $0.04 per second, it remains highly affordable even at the premium tier. A 5-second clip costs just $0.20, competitive with mid-tier flat-rate models while offering Kandinsky's distinctive artistic style at premium quality. The per-second billing provides cost flexibility across different durations. Compared to the standard Kandinsky 5 at $0.08 flat, the Pro tier offers better quality with per-second pricing that may be more or less expensive depending on duration. Against premium competitors like Kling 2.6, Kandinsky Pro is significantly cheaper but targets artistic rather than photorealistic output. Best suited for premium Kandinsky video production and flexible-duration artistic video where per-second billing offers cost advantages. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Kandinsky 5 Pro T2V's strengths?
What are Kandinsky 5 Pro T2V's limitations?
What is Kandinsky 5 Pro T2V best for?
How much does Kandinsky 5 Pro T2V cost?
How does Kandinsky 5 Pro T2V perform across capabilities?
Kandinsky 5 Pro T2V
How do I use the Kandinsky 5 Pro 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": "kandinsky-5-pro-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": "kandinsky-5-pro-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: "kandinsky-5-pro-t2v",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does Kandinsky 5 Pro T2V support?
Frequently Asked Questions
How much does Kandinsky 5 Pro T2V cost?
Kandinsky 5 Pro 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 Kandinsky 5 Pro T2V and what is it best for?
Kandinsky 5 Pro T2V is the premium tier of Sberbank's Kandinsky 5 video model, delivering the best quality available in the Kandinsky ecosystem with the flexibility of per-second billing. The Pro tier enhances the artistic sensibility of Kandinsky 5 with improved detail, better motion quality, and more refined visual output. With per-second billing at $0.04 per second, it remains highly affordable even at the premium tier. A 5-second clip costs just $0.20, competitive with mid-tier flat-rate models while offering Kandinsky's distinctive artistic style at premium quality. The per-second billing provides cost flexibility across different durations. Compared to the standard Kandinsky 5 at $0.08 flat, the Pro tier offers better quality with per-second pricing that may be more or less expensive depending on duration. Against premium competitors like Kling 2.6, Kandinsky Pro is significantly cheaper but targets artistic rather than photorealistic output. Best suited for premium Kandinsky video production and flexible-duration artistic video where per-second billing offers cost advantages. Available on FairStack at infrastructure cost plus a 20% platform fee. Kandinsky 5 Pro T2V is best for Premium Kandinsky video, Flexible-duration artistic video. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Kandinsky 5 Pro T2V have an API?
Yes. Kandinsky 5 Pro 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 Kandinsky 5 Pro T2V compare to other video models?
Kandinsky 5 Pro T2V excels at Premium Kandinsky video, Flexible-duration artistic video. It is a text to video model priced at $0.240/clip on FairStack. Key strengths: Best Kandinsky quality, Flexible billing. Compare all video models at fairstack.ai/models.
What makes Kandinsky 5 Pro T2V stand out from other video models?
Kandinsky 5 Pro T2V is distinguished by best kandinsky quality and flexible billing. Generation typically takes 15-60 seconds due to its higher-quality processing.
What are the known limitations of Kandinsky 5 Pro T2V?
The main limitation to be aware of is: per-second pricing. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is Kandinsky 5 Pro T2V?
Kandinsky 5 Pro T2V typically takes 15-60 seconds due to its higher-quality processing. The longer processing time reflects its advanced architecture, which produces higher-quality results than faster alternatives.
What video capabilities does Kandinsky 5 Pro T2V offer?
Kandinsky 5 Pro T2V offers: premium kandinsky quality; per-second at $0.04/s; enhanced quality. All capabilities are accessible through both the FairStack web interface and REST API.