Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

MiniMax のロゴ

MiniMax Hailuo 2.3 Fast

テキストから動画 • MiniMax

Markdown で表示Agent セットアップ
  • サードパーティ
  • ゼロデータ保持

動きの品質、視覚的な一貫性、スタイライゼーションを保ちつつ、より速い反復ができる Hailuo 2.3 の低レイテンシ版です。

モデル情報
利用規約とライセンスリンク
詳細情報リンク
ゼロデータ保持はい
料金Cloudflare ダッシュボードで料金を見る

使い方

const response = await env.AI.run(
  'minimax/hailuo-2.3-fast',
  {
    prompt: 'Gentle movement and subtle animation, natural-looking motion',
    duration: 6,
    fast_pretreatment: false,
    first_frame_image:
      'https://replicate.delivery/xezq/MQpUhqkESIIQDlWUxtNcsznZLfUTmhEbCV3vdAZGHGPwwaMLA/tmpgl4gvv5n.jpeg',
    prompt_optimizer: true,
    resolution: '768P',
  },
)
console.log(response)
curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run \
  --header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
  --header "Content-Type: application/json" \
  --data '{
  "model": "minimax/hailuo-2.3-fast",
  "input": {
    "prompt": "Gentle movement and subtle animation, natural-looking motion",
    "duration": 6,
    "fast_pretreatment": false,
    "first_frame_image": "https://replicate.delivery/xezq/MQpUhqkESIIQDlWUxtNcsznZLfUTmhEbCV3vdAZGHGPwwaMLA/tmpgl4gvv5n.jpeg",
    "prompt_optimizer": true,
    "resolution": "768P"
  }
}'
{
  "gatewayMetadata": {
    "keySource": "Unified"
  },
  "result": {
    "status": "Success",
    "task_id": "388514752192863",
    "video": "https://video-product.cdn.minimax.io/inference_output/video/2026-04-17/eff40703-0339-4d1d-b66a-db050e878038/output.mp4"
  },
  "state": "Completed"
}

高解像度 I2V — 写真を 1080P でアニメーション化します
const response = await env.AI.run(
  'minimax/hailuo-2.3-fast',
  {
    prompt: 'Camera slowly pans across the scene with cinematic depth of field',
    duration: 6,
    fast_pretreatment: false,
    first_frame_image:
      'https://replicate.delivery/xezq/IeNNble3XUqhpUZTd3CkYTUf8EgkFU1fl1Jnyive3B26MsGzC/tmp51dpln4i.jpeg',
    prompt_optimizer: true,
    resolution: '1080P',
  },
)
console.log(response)
curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run \
  --header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
  --header "Content-Type: application/json" \
  --data '{
  "model": "minimax/hailuo-2.3-fast",
  "input": {
    "prompt": "Camera slowly pans across the scene with cinematic depth of field",
    "duration": 6,
    "fast_pretreatment": false,
    "first_frame_image": "https://replicate.delivery/xezq/IeNNble3XUqhpUZTd3CkYTUf8EgkFU1fl1Jnyive3B26MsGzC/tmp51dpln4i.jpeg",
    "prompt_optimizer": true,
    "resolution": "1080P"
  }
}'
{
  "gatewayMetadata": {
    "keySource": "Unified"
  },
  "result": {
    "status": "Success",
    "task_id": "388515984507205",
    "video": "https://video-product.cdn.minimax.io/inference_output/video/2026-04-17/2b6251d2-d4ae-4d58-b12f-2609c50fadc2/output.mp4"
  },
  "state": "Completed"
}
高速処理 — 高速前処理を有効にした短い I2V です
const response = await env.AI.run(
  'minimax/hailuo-2.3-fast',
  {
    prompt: 'Hair blowing in the wind, eyes blinking naturally',
    duration: 6,
    fast_pretreatment: true,
    first_frame_image:
      'https://replicate.delivery/xezq/jfh37lJpnDQhaKcAfCrxSCEh7HA7lv5cCWmJW284tYXwh1YWA/tmpw2i437qe.jpeg',
    prompt_optimizer: true,
    resolution: '768P',
  },
)
console.log(response)
curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run \
  --header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
  --header "Content-Type: application/json" \
  --data '{
  "model": "minimax/hailuo-2.3-fast",
  "input": {
    "prompt": "Hair blowing in the wind, eyes blinking naturally",
    "duration": 6,
    "fast_pretreatment": true,
    "first_frame_image": "https://replicate.delivery/xezq/jfh37lJpnDQhaKcAfCrxSCEh7HA7lv5cCWmJW284tYXwh1YWA/tmpw2i437qe.jpeg",
    "prompt_optimizer": true,
    "resolution": "768P"
  }
}'
{
  "gatewayMetadata": {
    "keySource": "Unified"
  },
  "result": {
    "status": "Success",
    "task_id": "388515980755024",
    "video": "https://video-product.cdn.minimax.io/inference_output/video/2026-04-17/b64303a0-0227-4d42-983a-dcaec397b6b1/output.mp4"
  },
  "state": "Completed"
}

パラメーター

first_frame_image
string必須最初のフレーム画像の URL または Base64 data URI です
prompt
stringmaxLength: 2000
prompt_optimizer
boolean必須デフォルト: true
fast_pretreatment
boolean必須デフォルト: false
resolution
string必須デフォルト: 768Penum: 768P, 1080P
video
stringformat: uri
task_id
string
status
stringenum: Preparing, Queueing, Processing, Success, Fail

API スキーマ(Raw)

Input
Output

役に立ちましたか?