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

# Veo 3.1 Fast

> Generate high-quality AI videos with Google's Veo model. Create stunning cinematic content from simple text prompts with realistic motion and detail.

## Model Description

Google's Text-to-Video Model (`veo`) brings exceptional visual quality, realistic physical motion, and integrated AI audio generation to your video production pipeline.

**Maximum Resolution:** 4K
**Pricing:** $0.75 per video at 720p / 1080p · $2.25 at 4K

### Key Capabilities

* **High-Quality Output:** Generate videos up to 4K resolution with crisp detail and vibrant colors.
* **Realistic Motion:** Natural physics and fluid motion that brings your scenes to life.
* **Audio Generation:** Veo 3 includes AI-generated audio and sound effects synced to your video.
* **Fast Generation:** Get your videos in minutes with priority queue processing.

### Use Cases

* **Marketing Videos:** Create professional product demos, social media ads, and promotional content.
* **Storytelling:** Bring narratives to life with cinematic scenes and visual storytelling.

***

## Quick Start

### 1. Generating a Video with Veo

```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": "veo",
    "prompt": "Cinematic shot of a golden retriever running through a field of tall grass during golden hour, 4k resolution.",
    "resolution": "1080p"
  }'
```

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

## FAQ

<AccordionGroup>
  <Accordion title="What is Veo?">
    Veo is Google's advanced AI video generation model that creates high-quality videos from text descriptions. It excels at understanding natural language prompts and generating realistic motion, lighting, and physics.
  </Accordion>

  <Accordion title="What's the difference between Veo 3 and Veo 3.1 Fast?">
    Veo 3 offers the highest quality output with AI-generated audio. Veo 3.1 Fast is optimized for speed, generating videos quickly at a lower price while maintaining good quality.
  </Accordion>
</AccordionGroup>
