PixVerse
pixversePixVerse has one model in the ModelRunner catalog: PixVerse V5 Text-to-Video, a Text-to-Video endpoint, priced at from $0.15 per video — turn a text prompt into a short cinematic video clip.
1 public model — runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.
PixVerse models & pricing
What you can build with PixVerse models
- Turn a text prompt into a short cinematic video clip PixVerse V5 Text-to-Video
- Make a vertical 9:16 clip for reels or stories from text alone PixVerse V5 Text-to-Video
- Generate stylized anime, clay, comic, or cyberpunk animation from a description PixVerse V5 Text-to-Video
- Create landscape b-roll and establishing shots without filming PixVerse V5 Text-to-Video
- Storyboard and concept motion ideas by iterating on a single prompt PixVerse V5 Text-to-Video
Browse by capability
Use PixVerse models from Claude & Cursor
Connect the ModelRunner MCP server once and your AI assistant can run every PixVerse model on this page as a tool — authorized via OAuth, results returned as hosted URLs in the conversation.
Claude Code
claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcpFrequently asked questions
What PixVerse models can I run on ModelRunner?
The catalog has 1 public PixVerse model: PixVerse V5 Text-to-Video. It covers text-to-video. It has its own page with a free playground, the full input schema, and copy-paste code.
How much do PixVerse models cost?
Pay-per-use, with no subscription: the one PixVerse model billed per video costs $0.15, and every page publishes its own rate — some are tiered, so a lower resolution or a shorter clip costs less per run. You buy credits and pay only for what you generate.
How do I call a PixVerse model from the API?
POST to https://queue.modelrunner.run/pixverse/v5/text-to-video with an Authorization: Key header and the input fields as the top-level JSON body (no wrapper object), then poll the returned status_url and fetch the result from response_url. The JavaScript SDK (@modelrunner/client) wraps that in a single subscribe() call, which is the one place an { input } object is used.
Can I run PixVerse model from Claude or Cursor?
Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and PixVerse's model becomes a tool your assistant can call with run_model — authorized over OAuth 2.1, so no API key goes into a config file. Results come back as hosted URLs in the conversation.
More on ModelRunner
Browse the full model catalog, compare live per-configuration rates on the pricing page, see curated sets on explore, or view every model creator.

