You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `project` | GCP project ID. Falls back to `GOOGLE_CLOUD_PROJECT` env var |
148
+
| `location` | GCP region (e.g. `us-east5`, `us-central1`). Falls back to `GOOGLE_CLOUD_LOCATION` |
149
+
| `publisher` | Model publisher (e.g. `anthropic`, `meta`, `mistral`). Must not be `google` |
150
+
151
+
<div class="callout callout-info">
152
+
<div class="callout-title">ℹ️ Gemini models on Vertex AI
153
+
</div>
154
+
<p>Setting <code>publisher: google</code> (or omitting <code>publisher</code>) uses the native Gemini SDK path. The Model Garden endpoint is only used for non-Google publishers.</p>
0 commit comments