模型定价企业
500+ AI 模型 API,一次搞定,就在 CometAPI
模型 API
开发者
快速入门文档API 仪表板
公司
关于我们企业
资源
AI 模型博客更新日志支持
服务条款隐私政策
© 2026 CometAPI · All rights reserved
Home/Models/Midjourney/mj_fast_video
M

mj_fast_video

每次请求:$0.6
Midjourney video generation
商用
概览
功能亮点
定价
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.

mj_fast_video 的功能

了解 mj_fast_video 的核心能力,帮助提升性能与可用性,并改善整体体验。

mj_fast_video 的定价

查看 mj_fast_video 的竞争性定价,满足不同预算与使用需求,灵活方案确保随需求扩展。
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)

mj_fast_video 的示例代码与 API

获取完整示例代码与 API 资源,简化 mj_fast_video 的集成流程,我们提供逐步指导,助你发挥模型潜能。

更多模型

D

Doubao-Seedance-2-0

每秒:$0.08
Seedance 2.0 是 ByteDance 的下一代多模态视频基础模型,专注于电影化的、多镜头叙事视频生成。不同于单镜头的文本生成视频演示,Seedance 2.0 强调基于参考的控制(图像、短视频片段、音频)、跨镜头的人物与风格一致性,以及原生的音视频同步——旨在让 AI 视频切实服务于专业创意与前期预演工作流。
O

Sora 2 Pro

每秒:$0.24
Sora 2 Pro 是我们最先进、最强大的媒体生成模型,可生成带有同步音频的视频。它可以根据自然语言或图像创建细致、动态的视频片段。
O

Sora 2

每秒:$0.08
超级强大的视频生成模型,带有音效,支持聊天格式。
X

Grok Imagine Video

每秒:$0.04
通过文本提示生成视频、为静态图像添加动画,或用自然语言编辑现有视频。该 API 支持配置生成视频的时长、长宽比和分辨率,并由 SDK 自动处理异步轮询。
G

Veo 3.1 Pro

每秒:$0.25
Veo 3.1-Pro 指的是 Google 的 Veo 3.1 系列的高能力访问/配置——这一代短时长、支持音频的视频模型带来更丰富的原生音频、改进的叙事/剪辑控制以及场景扩展工具。
G

Veo 3.1

每秒:$0.05
Veo 3.1 是 Google 针对其 Veo 文本与图像→视频系列的渐进但意义重大的更新,新增更丰富的原生音频、更长且可控性更高的视频输出,以及更精细的编辑与场景级控制。

相关博客

如何使用 Midjourney API 创建视频?
Dec 29, 2025
midjourney-video
midjourney

如何使用 Midjourney API 创建视频?

Midjourney 的视频功能是一种图像转视频的工作流,通过“Animate”流程将单张图像动画化为短片,默认生成5秒短片,并允许扩展至~21秒。该功能于2025年年中以 Midjourney 的 V1 视频模型推出,并可通过 CometAPI 的 Midjourney Video V1 API 使用。