diff --git a/google/genai/_api_client.py b/google/genai/_api_client.py index 6b042e7e7..8950b5276 100644 --- a/google/genai/_api_client.py +++ b/google/genai/_api_client.py @@ -1246,7 +1246,7 @@ def _build_request( ) else: patched_http_options = self._http_options - # Skip adding project and locations when getting Vertex AI base models. + # Skip adding project and locations when getting Vertex AI base/publisher models. query_vertex_base_models = False if ( self.vertexai