Краткий вывод

  • minimax-h3-max-turbo supports Text-to-Video, Image-to-Video, R2V, and Video Edit in one workflow.
  • Use this model guide page to validate parameters with minimal request/response examples.
  • Stabilize prompts here first, then move to production API integration.

Ключевые параметры

  • model | string | обяз. | minimax-h3-max-turbo | - | Model identifier. Use the fixed value `minimax-h3-max-turbo`.
  • prompt | string | обяз. | - | - | Main instruction describing the subject, action, scene, and style.
  • aspect_ratio | string | опц. | 16:9 | 16:9 | 9:16 | 1:1 | 4:3 | 3:4 | 21:9 | adaptive | Video aspect ratio. Defaults to `16:9`; supports `16:9 | 9:16 | 1:1 | 4:3 | 3:4 | 21:9 | adaptive`.
  • duration | integer | опц. | 5 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Output duration in seconds. Defaults to `5`; supports `5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15`.
  • resolution | string | опц. | 480P | 480P | 768P | Output resolution. Defaults to `480P`; supports `480P | 768P`.

Частые ошибки

  • 400 invalid_request_error: триггер=Request payload misses required fields or has invalid field types.; исправление=Validate model, mode, and input schema before request.; повтор=Retry only after fixing payload; avoid blind retries.
  • 401 authentication_error: триггер=Missing Authorization header or invalid API key.; исправление=Verify Bearer token format and API key scope.; повтор=Retry after auth fix; rotate key if repeated failures continue.
  • 429 rate_limit_exceeded: триггер=Request rate, concurrency, or current quota hits upstream rate limiting.; исправление=Apply exponential backoff first, then review request rate, concurrency, and quota usage.; повтор=Use exponential backoff (e.g., 1s/2s/4s) with jitter; if it persists, reduce submission pressure.
  • 500 internal_error: триггер=Transient upstream error or internal processing failure.; исправление=Capture request id and trigger retry workflow.; повтор=Retry 2-3 times with short delays; escalate if persistent.

minimax-h3-max-turbo

minimax-h3-max-turbo is provided by MiniMax with Video capabilities. Current pricing reference: 8 кредитов /second. This page helps you understand positioning, parameters, and production-ready use cases before integration.

Тип модели:
Цена: 8 кредитов /second

Ввод

ФормаJSON

Референсные изображения

Опишите объект, камеру, сцену и стиль.156 / 1200

Расширенные параметры

Пример параметров

Вывод

ПредпросмотрJSON

Сгенерированное видео появится здесь

Генерация видео может занять больше времени. Отправьте запрос и дождитесь завершения опроса.

Генерация занимает некоторое время. Подождите.Вы можете покинуть эту страницу. В [ журнале задач ] можно сразу проверить созданный контент.

Предпросмотр запроса

{
  "model": "minimax-h3-max-turbo",
  "prompt": "A 6-second product concept video generated with minimax-h3-max-turbo: a futuristic city street, slow camera push-in, natural light, stable cinematic motion.",
  "duration": 5,
  "resolution": "480P",
  "ratio": "16:9",
  "size": "16:9",
  "aspect_ratio": "16:9",
  "metadata": {
    "prompt_optimizer": true
  },
  "watermark": false,
  "extra": {
    "prompt_expansion_mode": "balanced"
  }
}

Прозрачные цены

minimax-h3-max-turbo pricing

Video usage is billed according to the current duration and resolution rules. Final billing follows the current account quote.

Пополнить кредиты
8 кредитов /second

Почему ToAPIs

Why call minimax-h3-max-turbo through ToAPIs?

Keep video generation, API keys, billing, and task tracking in one workflow.

Unified multi-mode testing

Switch across Text-to-Video, Image-to-Video, R2V, and Video Edit in one place.

Parameter-first validation

Iterate quickly on prompts, durations, and references before production rollout.

Production-ready handoff

Minimal request/response structure helps you move stable configs into API workflows.

Connect in three steps

Create a key, submit a video task, and poll the result.

  1. 1

    Step 1

    Fill prompt and key parameters.

  2. 2

    Step 2

    Run, inspect output structure, then iterate.

  3. 3

    Step 3

    Move stable settings into production API.

When to use minimax-h3-max-turbo

Use case 1

When you need fast iteration across multiple generation modes.

Use case 2

When you need to validate parameters and error handling before integration.

Частые вопросы

minimax-h3-max-turbo FAQ

When should I use minimax-h3-max-turbo?

Use it to validate video concepts quickly, compare mode behavior, and converge prompts before API rollout.

How do I choose Text-to-Video vs Image-to-Video?

Use Text-to-Video when you only have instructions; use Image-to-Video when you already have key frames or composition.

What is the difference between R2V and Video Edit?

R2V focuses on reference-guided generation, while Video Edit focuses on modifying existing video assets.

Ошибка у модели изображений или видео: invalid apitype: -1

Обычно это означает, что запрос отправлен не в тот endpoint. Модели изображений и видео обычно не используют chat endpoint. Вместо этого нужно отправлять HTTP-запрос на создание задачи по документации и затем опрашивать endpoint статуса задачи. Сначала проверьте фактический код запроса, URL и payload.

Задача на генерацию изображения или видео завершилась ошибкой, но списание произошло

Сначала попросите у пользователя лог задачи или скриншот и проверьте, есть ли там статистика входных или выходных токенов. Если учет токенов есть, запрос, скорее всего, был отправлен через chat endpoint, а не через правильный media workflow. Модели изображений и видео обычно работают как асинхронные HTTP task API: сначала отправляется задача, затем выполняется опрос по task id согласно документации.

minimax-h3-max-turbo API

Start building with minimax-h3-max-turbo

Test a video request here, then continue in the dashboard or API documentation.

Try minimax-h3-max-turbo with one ToAPIs key.

Use one account and API surface for video generation workflows.

Sign up to get free credits