1. Models
PixVerse Platform Docs
  • Overview
    • Introduce to PixVerse Platform
    • Quick Start
    • How does the API work?
    • How to get API key?
    • PixVerse-api-llm.txt
  • Models
    • Model Overview
    • Capability matrix
    • C1
    • V6
    • Pricing
  • Guides
    • Get video generation status
    • Check account balance
    • Subscribe API plans
    • Text-to-video
    • Image-to-video
    • Video Effects
    • Image template
    • Transition(First-last frame Feature)
    • Extend
    • Modify
    • Sound effects
    • Speech(Lip sync)
    • Lip sync TTS speaker list
    • Fusion(Reference to video)
    • Restyle
    • Multi-transition
    • Swap
    • Motion Control(Mimic)?
    • Webhook integration
  • API Reference
    • Rate limit
    • Video Generation
      • Text-to-Video generation
      • Image-to-Video generation
      • Template video generation
      • Transition(First-last frame) generation
      • Speech(Lipsync) generation
      • Get Speech(Lipsync) tts list
      • Fusion(reference to video) generation
      • Multi-transition video generation
      • Restyle video generation
      • Restyle effect list
      • Swap mask generation
      • Swap video generation
      • Sound effect generation
      • Extend generation
      • Get Video Generation Status
      • Motion Control (Mimic) generation
      • Modify generation
    • Image generation
      • Image template generation
      • Get Image generation
    • Upload Image
    • Get user credit balance
    • Upload Video&audio
  • Troubleshooting
    • FAQ
    • Common errors and Solutions
    • Error codes
  • Resources
    • Support
    • Change Logs
    • PixVerse MCP
    • Term of Service
    • Privacy policy
  1. Models

Model Overview

PixVerse provides models for video generation, editing, and audio workflows.
For new integrations, choose the capability you need first, then choose a model or endpoint that supports it.
For detailed model support, see the Capability Matrix. For request and response schemas, see the API Reference.

Recommended Models#

ModelBest forPricing
C1Cinematic quality, reference-based generation, action scenesPer second
V6General generation, multi-clip output, video extensionPer second
Legacy modelsExisting integrations that depend on older model behaviorVaries

Quick Selection Guide#

I want to...Use
Generate video from a text promptC1 or V6
Animate an imageC1 or V6
Generate video between a first and last frameC1 or V6
Use reference images to guide generationC1
Extend an existing videoV6
Make a video template videoImage-to-video endpoint with template_id
Change the visual style of a videoRestyle endpoint
Swap a subject in a videoSwap endpoint
Match mouth movement to speechLip Sync endpoint
Add sound effects to a videoSound Effects endpoint
Control or replicate motionMimic endpoint
Edit video content with a promptModify endpoint

Generation Models#

C1 and V6 are generation models. They are selected through the model parameter in supported video generation endpoints.
ModelBest forKey capabilities
C1Cinematic and reference-based generationText-to-video, image-to-video, transition, reference-to-video / Fusion
V6General generation and production workflowsText-to-video, image-to-video, transition, video extension
Legacy modelsExisting integrationsSupport varies by model and endpoint

Standalone Capabilities#

Some PixVerse capabilities are provided through dedicated endpoints instead of the base generation model selector.
CapabilityWhat it does
RestyleChange the visual style of an existing video
SwapReplace a subject or region in a video
MimicReplicate motion from a reference source
ModifyEdit video content using a text prompt
Sound EffectsGenerate synchronized audio for a video
Lip SyncAlign speech to mouth movement in a video
Image TemplateGenerate images from predefined templates
Each standalone capability has its own endpoint, input requirements, pricing, and limitations. See the API Reference for details.

Next Steps#

See the Capability Matrix to compare model and endpoint support.
See Pricing to estimate credit usage.
See API Reference for request parameters and response schemas.
Previous
PixVerse-api-llm.txt
Next
Capability matrix