fix: [missing-model] google: veo-3.1-fast-generate-preview (#3679)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-07-23 18:30:49 -05:00
committed by GitHub
parent 2bcedfddcb
commit ebcf28f7be
2 changed files with 33 additions and 0 deletions
@@ -0,0 +1,18 @@
name = "Veo 3.1 Fast Preview"
description = "Video model for prompt-guided generation, editing, and motion workflows"
family = "veo"
release_date = "2025-10-15"
last_updated = "2026-01-01"
attachment = true
reasoning = false
temperature = false
tool_call = false
open_weights = false
[limit]
context = 1_024
output = 0
[modalities]
input = ["text", "image", "video"]
output = ["video"]
@@ -0,0 +1,15 @@
# Sources:
# - https://ai.google.dev/gemini-api/docs/veo
# Model code veo-3.1-fast-generate-preview; input text/image; output video with audio;
# text input limit 1,024 tokens; latest update January 2026. Veo 3.1 & Veo 3.1 Fast also
# support image/video reference inputs and video extension.
# - https://ai.google.dev/gemini-api/docs/models/veo-3.1-generate-preview
# Lists veo-3.1-fast-generate-preview alongside veo-3.1-generate-preview.
# - https://developers.googleblog.com/introducing-veo-3-1-and-new-creative-capabilities-in-the-gemini-api/
# Veo 3.1 and Veo 3.1 Fast paid preview released 2025-10-15.
# - https://aistudio.google.com/models/veo-3
# Veo 3.1 & 3.1 Fast input modalities: text, image, video.
# - https://cloud.google.com/vertex-ai/generative-ai/pricing
# Veo 3.1 Fast is billed per second of video (e.g. $0.10/s 720p video+audio), not per
# million tokens, so [cost] is omitted from this catalog entry.
base_model = "google/veo-3.1-fast-generate-preview"