Skip to main content
Video Text to Video fal.ai

PixVerse V6 T2V

PixVerse V6 T2V costs $0.054/sec on FairStack · a text to video model for Stylised short-form social clips, Cheap drafts before committing to a premium model, Unusual aspect ratios like 21:9. 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.

FairStack price
$0.054/sec

What is PixVerse V6 T2V?

PixVerse V6 is the current PixVerse generation. It generates short video from a text prompt across four resolution tiers (360p, 540p, 720p, 1080p) and eight aspect ratios including 21:9, at any duration from 1 to 15 seconds — V5.6 accepted only 5, 8 or 10. It also offers five stylised looks — anime, 3D animation, clay, comic and cyberpunk — selectable per generation. Billing is per second of output and rises with the tier, at the model's cost plus a flat 20% platform fee, shown before you spend. On FairStack this model renders silent video. The provider's optional soundtrack is priced on a different scale for every resolution tier, which our billing cannot represent yet, so audio is switched off rather than charged incorrectly.

Key Features

Four resolution tiers from 360p to 1080p
Eight aspect ratios including 21:9
Any duration from 1 to 15 seconds
Five stylised looks: anime, 3D animation, clay, comic, cyberpunk

What are PixVerse V6 T2V's strengths?

Wide tier and aspect coverage
Per-second duration control
Built-in stylisation

What are PixVerse V6 T2V's limitations?

No audio on FairStack yet — clips are silent
Stylised looks are fixed presets, not free-form styles

What is PixVerse V6 T2V best for?

Stylised short-form social clips Cheap drafts before committing to a premium model Unusual aspect ratios like 21:9

How much does PixVerse V6 T2V cost?

Metric
FairStack
Details
Price per generation
$0.054
Includes 20% margin
Per-second rate
$0.054/sec
Billed per second of output
Subscription
None
Pay per generation only

How does PixVerse V6 T2V perform across capabilities?

Estimated from the PixVerse family — NOT independently benchmarked. audio_quality is 0 because audio is not enabled on FairStack. Re-score after a Visual Observatory sweep. PRD-904.

motion quality
76%
visual quality
78%
prompt adherence
76%
temporal coherence
75%
character consistency
68%
camera control
70%

How do I use the PixVerse V6 T2V API?

curl
curl -X POST https://api.fairstack.ai/v1/generations/video \
  -H "Authorization: Bearer $FAIRSTACK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "pixverse-v6-t2v",
    "prompt": "Your prompt here"
  }'
Python
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": "pixverse-v6-t2v",
        "prompt": "Your prompt here",
    },
)

result = response.json()
print(result["url"])
Node.js
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: "pixverse-v6-t2v",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

What parameters does PixVerse V6 T2V support?

Parameter
Type
Default
Details
aspect_ratio
enum
16:9
Options: 16:9, 4:3, 1:1, 3:4, 9:16, 2:3...
resolution
enum
720p
Options: 360p, 540p, 720p, 1080p
duration
integer
5
Range: 1–15
style
enum (optional)
—
Options: anime, 3d_animation, clay, comic, cyberpunk
negative_prompt
string (optional)
—
seed
integer (optional)
—

Frequently Asked Questions

How much does PixVerse V6 T2V cost?

PixVerse V6 T2V costs $0.054/sec on FairStack as of 2026-09-22. 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 PixVerse V6 T2V and what is it best for?

PixVerse V6 is the current PixVerse generation. It generates short video from a text prompt across four resolution tiers (360p, 540p, 720p, 1080p) and eight aspect ratios including 21:9, at any duration from 1 to 15 seconds — V5.6 accepted only 5, 8 or 10. It also offers five stylised looks — anime, 3D animation, clay, comic and cyberpunk — selectable per generation. Billing is per second of output and rises with the tier, at the model's cost plus a flat 20% platform fee, shown before you spend. On FairStack this model renders silent video. The provider's optional soundtrack is priced on a different scale for every resolution tier, which our billing cannot represent yet, so audio is switched off rather than charged incorrectly. PixVerse V6 T2V is best for Stylised short-form social clips, Cheap drafts before committing to a premium model, Unusual aspect ratios like 21:9. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does PixVerse V6 T2V have an API?

Yes. PixVerse V6 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 PixVerse V6 T2V compare to other video models?

PixVerse V6 T2V excels at Stylised short-form social clips, Cheap drafts before committing to a premium model, Unusual aspect ratios like 21:9. It is a text to video model priced at $0.054/sec on FairStack. Key strengths: Wide tier and aspect coverage, Per-second duration control. Compare all video models at fairstack.ai/models.

Start using PixVerse V6 T2V today

$0.054/sec. Full API access. No subscription.

Start Creating