Models / Google
Video

Google Veo 3.0 + Audio

AI video generation with synchronized audio

About model

Google Veo 3.0 + Audio creates complete video experiences with synchronized audio generation capabilities.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    google/veo-3.0-audio

    curl --request POST \
      --url https://api.together.xyz/v2/videos \
      --header "Authorization: Bearer $TOGETHER_API_KEY" \
      --header "Content-Type: application/json" \
      --data '{
        "model": "google/veo-3.0-audio",
        "prompt": "some penguins building a snowman"
      }'
    
    from together import Together
    
    client = Together()
    
    # Create a video generation job
    job = client.videos.create(
        prompt="A serene sunset over the ocean with gentle waves",
        model="google/veo-3.0-audio"
    )
    
    import Together from "together-ai";
    
    const together = new Together();
    
    async function main() {
      // Create a video generation job
      const job = await together.videos.create({
        prompt: "A serene sunset over the ocean with gentle waves",
        model: "google/veo-3.0-audio"
      });
    
  • Model card

    Architecture:
    • Video + audio generation
    • Synchronized output
    • Complete media creation

  • Applications & use cases

    Use Cases:
    • Complete video content
    • Social media posts
    • Multimedia presentations

Related models
  • Model provider
    Google
  • Type
    Video
  • Main use cases
    Text-to-Video
    Image-to-Video
  • Resolution/Duration
    720p / 8s
  • Deployment
    Serverless
  • Input price

    $3.20 / video

  • Input modalities
    Text
    Image
  • Output modalities
    Video
    Audio
  • Last updated
    October 20, 2025
  • Category
    Video