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

  • Grok Imagine 1 0 Video 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 | обяз. | grok-imagine-1-0-video | - | Model identifier. Use exact API value.
  • mode | enum | обяз. | text-to-video | text-to-video | image-to-video | r2v | video-edit | Selects generation/edit workflow.
  • input.prompt | string | обяз. | - | - | Main instruction for output content and style.
  • input.duration | integer | опц. | 5 | 2-15 | Output duration in seconds.
  • input.seed | integer | опц. | - | >=0 | Improves reproducibility across runs.

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

  • 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.

Разбор модели

Grok Imagine 1 0 Video

Model ID: grok-imagine-1-0-video

Вендор: xAIМодальности: VideoЦена: Input $0.00/1M, Output $0.00/1MОбновлено: 2026-05-02

Grok Imagine 1 0 Video is provided by xAI with Video capabilities. Current pricing reference: Input $0.00/1M, Output $0.00/1M. This page helps you understand positioning, parameters, and production-ready use cases before integration.

Обзор модели

Quick Answer

  • Grok Imagine 1 0 Video 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.

Grok Imagine 1 0 Video Возможности модели

Ключевой блок

Ключевые возможности и практическая ценность

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.

Как использовать API Grok Imagine 1 0 Video

  1. Select a mode (Text-to-Video / Image-to-Video / R2V / Video Edit).
  2. Fill prompt, references, and key parameters.
  3. Run, inspect output structure, then iterate.
  4. Move stable settings into production API.
Grok Imagine 1 0 Video

Когда использовать

  • When you need fast iteration across multiple generation modes.
  • When you need to validate parameters and error handling before integration.

Особенности работы API

  • This model guide page is optimized for interaction and parameter rehearsal.
  • The output panel demonstrates task result structure for integration guidance.
Grok Imagine 1 0 Video

Key Parameters

ParameterTypeRequiredDefaultRangeDescription
modelstringYesgrok-imagine-1-0-video-Model identifier. Use exact API value.
modeenumYestext-to-videotext-to-video | image-to-video | r2v | video-editSelects generation/edit workflow.
input.promptstringYes--Main instruction for output content and style.
input.durationintegerNo52-15Output duration in seconds.
input.seedintegerNo->=0Improves reproducibility across runs.

Common Errors

400 invalid_request_error

Trigger: Request payload misses required fields or has invalid field types.

Fix: Validate model, mode, and input schema before request.

Retry: Retry only after fixing payload; avoid blind retries.

401 authentication_error

Trigger: Missing Authorization header or invalid API key.

Fix: Verify Bearer token format and API key scope.

Retry: Retry after auth fix; rotate key if repeated failures continue.

429 rate_limit_exceeded

Trigger: Request rate, concurrency, or current quota hits upstream rate limiting.

Fix: Apply exponential backoff first, then review request rate, concurrency, and quota usage.

Retry: Use exponential backoff (e.g., 1s/2s/4s) with jitter; if it persists, reduce submission pressure.

500 internal_error

Trigger: Transient upstream error or internal processing failure.

Fix: Capture request id and trigger retry workflow.

Retry: Retry 2-3 times with short delays; escalate if persistent.

Grok Imagine 1 0 Video

FAQ

When should I use Grok Imagine 1 0 Video?

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 согласно документации.

Mode Notes

Text to Video with Grok Imagine 1 0 Video

Generate videos directly from prompts.

Mode Parameters

promptnegative_promptdurationratioseed

Best Scenarios

  • Ad storyboard preview
  • Shot draft generation
  • Social content prototyping

Image to Video with Grok Imagine 1 0 Video

Animate still images with motion prompts.

Mode Parameters

image_urlpromptdurationcamera_motionstrength

Best Scenarios

  • Product image animation
  • Character photo motion
  • Poster-to-video

R2V with Grok Imagine 1 0 Video

Reference-guided generation with stronger consistency.

Mode Parameters

reference_urlpromptstrengthdurationseed

Best Scenarios

  • Brand style consistency
  • Character consistency
  • Multi-shot continuity

Video Edit with Grok Imagine 1 0 Video

Edit and enhance existing video assets.

Mode Parameters

video_urlinstructiondurationedit_regionoutput_quality

Best Scenarios

  • Style transfer
  • Localized edit
  • Post enhancement

Related APIs

Готовы начать?

Зарегистрируйтесь бесплатно и испытайте мощь корпоративного API-шлюза для ИИ

ToAPIs

Корпоративный шлюз AI API. Доступ к GPT-5, Claude, Gemini и 50+ моделям через единый API.

Компания

Правовая информация

© 2026 ToAPIs. Все права защищены.

Все системы работают