ModelsPricingEnterprise
500+ AI Model API, All In One API.Just In CometAPI
Models API
Developer
Quick StartDocumentationAPI Dashboard
Company
About usEnterprise
Resources
AI ModelsBlogChangelogSupport
Terms of ServicePrivacy Policy
© 2026 CometAPI · All rights reserved
Home/Models/Midjourney/mj_fast_video
M

mj_fast_video

Per Request:$0.6
Midjourney video generation
Commercial Use
Overview
Features
Pricing
API

Technical Specifications of mj-fast-video

ItemDetails
Model namemj-fast-video
ProviderMidjourney
CategoryVideo generation
ModalityText-to-video / image-to-video
InputText prompts and, where supported by the upstream workflow, image references
OutputGenerated video assets
Primary useFast creative video generation from Midjourney workflows
Access methodAPI via CometAPI
Typical integrationContent creation tools, creative automation pipelines, media apps, prototyping workflows

What is mj-fast-video?

mj-fast-video is CometAPI’s platform model ID for Midjourney video generation in a fast workflow. It is designed for developers who want to trigger video creation through API calls instead of relying on manual, UI-only production steps.

This model is suitable for applications that need rapid generation of short visual video outputs from creative prompts. Teams commonly use it for concept visualization, social media content experiments, ad creatives, storyboarding, and other media generation workflows where speed and automation matter.

Because mj-fast-video is exposed through CometAPI, developers can use a unified API pattern to access it alongside other models on the platform, simplifying deployment, billing, and provider management.

Main features of mj-fast-video

  • Fast video generation: Optimized for quicker Midjourney-style video creation workflows when rapid turnaround is important.
  • Creative prompt-driven output: Supports turning descriptive prompts into stylized video results for visual ideation and content production.
  • Automation-friendly API access: Enables programmatic submission, tracking, and retrieval inside backend services or production pipelines.
  • Unified model routing through CometAPI: Lets teams access mj-fast-video using CometAPI’s standardized API experience instead of building provider-specific integrations.
  • Suitable for iterative workflows: Helpful for testing multiple prompt variations, creative directions, or campaign concepts efficiently.
  • Integration flexibility: Can be incorporated into creator tools, internal dashboards, media processing systems, and experimentation platforms.

How to access and integrate mj-fast-video

Step 1: Sign Up for API Key

First, create a CometAPI account and generate your API key from the dashboard. This API key is required to authenticate all requests. Store it securely in your server environment and avoid exposing it in client-side code.

Step 2: Send Requests to mj-fast-video API

Use CometAPI's Midjourney-compatible endpoint at POST /mj/submit/video.

curl https://api.cometapi.com/mj/submit/video \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "prompt": "a futuristic cityscape at sunset --v 6.1",
    "botType": "MID_JOURNEY",
    "accountFilter": {
      "modes": ["FAST"]
    }
  }'

Step 3: Retrieve and Verify Results

The API returns a task object with a task ID. Poll GET /mj/task/{task_id}/fetch to check generation status and retrieve the output image URL when the task reaches a terminal state.

Features for mj_fast_video

Explore the key features of mj_fast_video, designed to enhance performance and usability. Discover how these capabilities can benefit your projects and improve user experience.

Pricing for mj_fast_video

Explore competitive pricing for mj_fast_video, designed to fit various budgets and usage needs. Our flexible plans ensure you only pay for what you use, making it easy to scale as your requirements grow. Discover how mj_fast_video can enhance your projects while keeping costs manageable.
Parameter (videoType)ResolutionEstimated PricePricing Note
vid_1.1_i2v_480Standard - 480p$0.60Base video price
vid_1.1_i2v_720HD - 720p$1.456HD video price (10x base image price)

Sample code and API for mj_fast_video

Access comprehensive sample code and API resources for mj_fast_video to streamline your integration process. Our detailed documentation provides step-by-step guidance, helping you leverage the full potential of mj_fast_video in your projects.

More Models

D

Doubao-Seedance-2-0

Per Second:$0.08
Seedance 2.0 is ByteDance’s next-generation multimodal video foundation model focused on cinematic, multi-shot narrative video generation. Unlike single-shot text-to-video demos, Seedance 2.0 emphasizes reference-based control (images, short clips, audio), coherent character/style consistency across shots, and native audio/video synchronization — aiming to make AI video useful for professional creative and previsualization workflows.
O

Sora 2 Pro

Per Second:$0.24
Sora 2 Pro is our most advanced and powerful media generation model, capable of generating videos with synchronized Audio. It can create detailed, dynamic video clips from natural language or images.
O

Sora 2

Per Second:$0.08
Super powerful video generation model, with sound effects, supports chat format.
X

Grok Imagine Video

Per Second:$0.04
Generate videos from text prompts, animate still images, or edit existing videos with natural language. The API supports configurable duration, aspect ratio, and resolution for generated videos — with the SDK handling the asynchronous polling automatically.
G

Veo 3.1 Pro

Per Second:$0.25
Veo 3.1-Pro refers to the high-capability access/configuration of Google’s Veo 3.1 family — a generation of short-form, audio-enabled video models that add richer native audio, improved narrative/editing controls and scene-extension tools.
G

Veo 3.1

Per Second:$0.05
Veo 3.1 is Google’s incremental-but-significant update to its Veo text-and-image→video family, adding richer native audio, longer and more controllable video outputs, and finer editing and scene-level controls.

Related Blog

How to create a video in midjourney API
Dec 29, 2025
midjourney-video
midjourney

How to create a video in midjourney API

Midjourney’s video capability is an image-to-video workflow that animates a single image into a short clip via an “Animate” flow, producing five-second clips by default and allowing extensions up to ~21 seconds. The feature launched in mid-2025 as Midjourney’s V1 video model and is available through CometAPI's Midjourney Video V1 API.