Models / Google
Video

Google Veo 3.0 Fast + Audio

HD video with audio at speed

About model

Google Veo 3.0 Fast + Audio combines rapid HD video generation with synchronized audio for complete content.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    google/veo-3.0-fast-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-fast-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-fast-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-fast-audio"
      });
    
  • Model card

    Architecture:
    • Fast HD generation
    • Integrated audio
    • Complete output

  • Applications & use cases

    Use Cases:
    • Complete HD content
    • Social media videos
    • Marketing materials

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

    $1.20 / video

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