Skip to content

Commit c5cae52

Browse files
chore: update model manifest (#1723)
Automated model discovery run. This PR updates `components/manifests/base/core/models.json` based on probing Vertex AI endpoints. Validation passed — safe to auto-merge. Unleash flags are synced automatically on deploy by the `sync-model-flags` Job. <details><summary>Diff</summary> ```diff diff --git a/components/manifests/base/core/models.json b/components/manifests/base/core/models.json index d00c1d6..ca5d666 100755 --- a/components/manifests/base/core/models.json +++ b/components/manifests/base/core/models.json @@ -189,6 +189,22 @@ "provider": "google", "available": false, "featureGated": true + }, + { + "id": "gemini-3.5-flash-lite", + "label": "Gemini 3.5 Flash Lite", + "vertexId": "gemini-3.5-flash-lite@default", + "provider": "google", + "available": false, + "featureGated": true + }, + { + "id": "gemini-3.6-flash", + "label": "Gemini 3.6 Flash", + "vertexId": "gemini-3.6-flash@default", + "provider": "google", + "available": false, + "featureGated": true } ] } ``` </details> Co-authored-by: Gkrumbach07 <12587674+Gkrumbach07@users.noreply.github.com>
1 parent 14ca00f commit c5cae52

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

components/manifests/base/core/models.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,22 @@
189189
"provider": "google",
190190
"available": false,
191191
"featureGated": true
192+
},
193+
{
194+
"id": "gemini-3.5-flash-lite",
195+
"label": "Gemini 3.5 Flash Lite",
196+
"vertexId": "gemini-3.5-flash-lite@default",
197+
"provider": "google",
198+
"available": false,
199+
"featureGated": true
200+
},
201+
{
202+
"id": "gemini-3.6-flash",
203+
"label": "Gemini 3.6 Flash",
204+
"vertexId": "gemini-3.6-flash@default",
205+
"provider": "google",
206+
"available": false,
207+
"featureGated": true
192208
}
193209
]
194210
}

0 commit comments

Comments
 (0)