> ## Documentation Index
> Fetch the complete documentation index at: https://veogenstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Grok Video 1

> Create stunning AI videos in seconds with xAI's Grok Imagine model. Ultra-fast generation with native audio-video sync, smooth 24fps motion, and intelligent camera work.

## Model Description

xAI's Ultra-Fast Video Generation (`grok-video-1`). Enjoy unmatched generation speeds, returning a fully orchestrated 24fps animated video with seamlessly integrated audio effects in under 15 seconds.

**Maximum Resolution:** 720p
**Pricing:** Starts at \$0.03 per second

### Key Capabilities

* **Ultra-Fast Generation:** Complete video generation within 15 seconds — faster than any other model on Veogen.
* **Audio-Video Sync:** Native integrated audio generation with automatic sound effects and background music.
* **Creative Modes:** Choose from Normal, Fun, or Spicy modes to match your creative intent.
* **Image Animation:** Transform static images into professional-grade short videos with matching audio.

### Use Cases

* **Social Media Content:** Create viral-ready short videos for TikTok, Instagram Reels, and YouTube Shorts.
* **Quick Prototyping:** Generate video concepts in seconds for rapid creative iteration.

***

## Quick Start

### 1. Generating a Video with Grok Video 1

```bash theme={null}
curl --request POST \
  --url https://api.veogen.studio/api/v1/generations \
  --header 'Authorization: Bearer <API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "grok-video-1",
    "prompt": "A comical cartoon cat chasing a laser pointer.",
    "duration": 5
  }'
```

<ResponseExample>
  ```json theme={null}
  {
    "data": {
      "id": "vid_89012ijklm",
      "model": "grok-video-1",
      "status": "pending",
      "created_at": "2026-04-11T12:00:00Z"
    }
  }
  ```
</ResponseExample>

## FAQ

<AccordionGroup>
  <Accordion title="How fast is Grok Video compared to other models?">
    Grok Video is one of the fastest AI video generators available, completing generation within 15 seconds — significantly faster than models like Sora or Veo.
  </Accordion>

  <Accordion title="Can I generate video from an image?">
    Yes! Grok supports image-to-video generation. Upload a static image and Grok will animate it into a dynamic video with matching audio and sound effects.
  </Accordion>
</AccordionGroup>
