Skip to content

Commit bf490b8

Browse files
committed
Add gemini-2.5-flash to video models to test
1 parent 710c382 commit bf490b8

File tree

3 files changed

+250
-0
lines changed

3 files changed

+250
-0
lines changed

spec/fixtures/vcr_cassettes/chat_video_models_gemini_gemini-2_5-flash_can_understand_local_videos.yml

Lines changed: 90 additions & 0 deletions
Large diffs are not rendered by default.

spec/fixtures/vcr_cassettes/chat_video_models_gemini_gemini-2_5-flash_can_understand_remote_videos_without_extension.yml

Lines changed: 155 additions & 0 deletions
Large diffs are not rendered by default.

spec/support/models_to_test.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
{ provider: :vertexai, model: 'gemini-2.5-flash' }
3535
].freeze
3636

37+
VIDEO_MODELS = [
38+
{ provider: :gemini, model: 'gemini-2.0-flash' },
39+
{ provider: :gemini, model: 'gemini-2.5-flash' },
40+
]
41+
3742
AUDIO_MODELS = [
3843
{ provider: :openai, model: 'gpt-4o-mini-audio-preview' },
3944
{ provider: :gemini, model: 'gemini-2.5-flash' }

0 commit comments

Comments
 (0)