Skip to content

Commit e098d0e

Browse files
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

File tree

components/manifests/base/core/models.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,30 @@
157157
"provider": "google",
158158
"available": false,
159159
"featureGated": true
160+
},
161+
{
162+
"id": "claude-opus-4-8",
163+
"label": "Claude Opus 4.8",
164+
"vertexId": "claude-opus-4-8@default",
165+
"provider": "anthropic",
166+
"available": false,
167+
"featureGated": true
168+
},
169+
{
170+
"id": "gemini-3-pro-image",
171+
"label": "Gemini 3 Pro Image",
172+
"vertexId": "gemini-3-pro-image@default",
173+
"provider": "google",
174+
"available": false,
175+
"featureGated": true
176+
},
177+
{
178+
"id": "gemini-3.1-flash-image",
179+
"label": "Gemini 3.1 Flash Image",
180+
"vertexId": "gemini-3.1-flash-image@default",
181+
"provider": "google",
182+
"available": false,
183+
"featureGated": true
160184
}
161185
]
162186
}

0 commit comments

Comments
 (0)