Image
PpixverseNEW
PixVerse V6
PixVerse V6 video generation family — text-to-video, image-to-video, and start-end frame transition.
- video
- pixverse
- pixverse-v6
from $0.0252/ request
Loading...
Access Pixverse image, video, and multimodal models through a unified Muvi API.
Production-ready Pixverse models available through Muvi.
One API key. One endpoint. Every Pixverse model.
const result = await fetch(
'https://api.muvi.video/v1/generate/submit',
{
method: 'POST',
headers: {
Authorization: `Bearer ${MUVI_API_KEY}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
modelId: 'pixverse/your-model-slug',
prompt: 'A neon-lit city at midnight',
}),
},
);
const json = await result.json();Explore alternative providers for similar use cases
Access Pixverse's latest models with unified billing, authentication, and infrastructure.