Commit c700008
chore: update model manifest (#1704)
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 7474bcc..d00c1d6 100755
--- a/components/manifests/base/core/models.json
+++ b/components/manifests/base/core/models.json
@@ -181,6 +181,14 @@
"provider": "google",
"available": false,
"featureGated": true
+ },
+ {
+ "id": "gemini-3.1-flash-lite-image",
+ "label": "Gemini 3.1 Flash Lite Image",
+ "vertexId": "gemini-3.1-flash-lite-image@default",
+ "provider": "google",
+ "available": false,
+ "featureGated": true
}
]
}
```
</details>
Co-authored-by: Gkrumbach07 <12587674+Gkrumbach07@users.noreply.github.com>1 parent 3215c8a commit c700008
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
184 | 192 | | |
185 | 193 | | |
186 | 194 | | |
0 commit comments