Pixverse V6 API

Text-to-video generation from 360p to 1080p. Up to 15 seconds per clip, with optional audio generation.

Provider: Pixverse | Model ID: pixverse-v6 | Context Window: Varies

Token Pricing

From ₹3.77/second. Pay-as-you-go micro-metered token billing. UPI and cards accepted with zero minimum commitment.

Token TypePrice (INR)
Input TokensUsage-based
Output TokensUsage-based
Prompt Caching InputStandard input rate

OpenAI-Compatible Integration

Directly drop into existing OpenAI SDK code by updating the base URL to https://api.luminoai.co.in/v1.

curl https://api.luminoai.co.in/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $LUMINO_API_KEY" \
  -d '{
    "model": "pixverse-v6",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "Explain KV cache in 2 sentences."}
    ]
  }'

Model Specifications

Model Identifierpixverse-v6
ProviderPixverse
Categoryvideo
Context WindowVaries
API ProtocolOpenAI-compatible REST API (JSON)
Endpointhttps://api.luminoai.co.in/v1/chat/completions

Explore all models in catalog | API Documentation | Test Pixverse V6 in Playground