litellm/tests/unified_google_tests/test_vertex_ai_native.py
2026-04-17 13:02:59 -07:00

11 lines
258 B
Python

from base_google_test import BaseGoogleGenAITest
class TestVertexAIGenerateContent(BaseGoogleGenAITest):
"""Test Vertex AI"""
@property
def model_config(self):
return {
"model": "vertex_ai/gemini-2.5-flash-lite",
}