Commit e098d0e
chore: update model manifest (#1616)
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 605b7d5..7474bcc 100755
--- a/components/manifests/base/core/models.json
+++ b/components/manifests/base/core/models.json
@@ -157,6 +157,30 @@
"provider": "google",
"available": false,
"featureGated": true
+ },
+ {
+ "id": "claude-opus-4-8",
+ "label": "Claude Opus 4.8",
+ "vertexId": "claude-opus-4-8@default",
+ "provider": "anthropic",
+ "available": false,
+ "featureGated": true
+ },
+ {
+ "id": "gemini-3-pro-image",
+ "label": "Gemini 3 Pro Image",
+ "vertexId": "gemini-3-pro-image@default",
+ "provider": "google",
+ "available": false,
+ "featureGated": true
+ },
+ {
+ "id": "gemini-3.1-flash-image",
+ "label": "Gemini 3.1 Flash Image",
+ "vertexId": "gemini-3.1-flash-image@default",
+ "provider": "google",
+ "available": false,
+ "featureGated": true
}
]
}
```
</details>
Co-authored-by: Gkrumbach07 <12587674+Gkrumbach07@users.noreply.github.com>1 parent 804d8cf commit e098d0e
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
160 | 184 | | |
161 | 185 | | |
162 | 186 | | |
0 commit comments