Skip to content

Commit 19a6a05

Browse files
speedstorm1copybara-github
authored andcommitted
test: Update video generation tests to use Veo 3.1 Lite
PiperOrigin-RevId: 952485190
1 parent 3d3850a commit 19a6a05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/genai/tests/shared/models/test_generate_videos.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
from .... import types
1919
from ... import pytest_helper
2020

21-
VEO_MODEL_LATEST_VERTEX = "veo-2.0-generate-001"
22-
VEO_MODEL_LATEST_GEMINI = "veo-3.1-generate-preview"
21+
VEO_MODEL_LATEST_VERTEX = "veo-3.1-lite-generate-001"
22+
VEO_MODEL_LATEST_GEMINI = "veo-3.1-lite-generate-preview"
2323

2424

2525
test_table: list[pytest_helper.TestTableItem] = [
@@ -30,7 +30,7 @@
3030
prompt="Man with a dog",
3131
),
3232
exception_if_mldev=(
33-
"models/veo-2.0-generate-001 is not found for API version v1beta"
33+
"models/veo-3.1-lite-generate-001 is not found for API version v1beta"
3434
),
3535
),
3636
pytest_helper.TestTableItem(

0 commit comments

Comments
 (0)