Commit c5cae52
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
192 | 208 | | |
193 | 209 | | |
194 | 210 | | |
0 commit comments