This repository was archived by the owner on Apr 20, 2026. It is now read-only.
update gcp model map - #36
Merged
Merged
Conversation
jordanstephens
temporarily deployed
to
AWS_ROLE_TO_ASSUME
April 1, 2026 22:49 — with
GitHub Actions
Inactive
lionello
approved these changes
Apr 1, 2026
lionello
temporarily deployed
to
AWS_ROLE_TO_ASSUME
April 1, 2026 22:51 — with
GitHub Actions
Inactive
jordanstephens
temporarily deployed
to
AWS_ROLE_TO_ASSUME
April 1, 2026 23:01 — with
GitHub Actions
Inactive
collect model ids by running PUBLISHER_ID=google curl -s \ -H "Authorization: Bearer $(gcloud auth print-access-token)" \ -H "x-goog-user-project: defang-playground-prod" \ "https://us-central1-aiplatform.googleapis.com/v1beta1/publishers/$PUBLISHER_ID/models" \ | jq '.publisherModels.[].name' for each publisher
jordanstephens
force-pushed
the
gcp-model-map-2026-04-01
branch
from
April 1, 2026 23:15
54dd0ae to
ba4b7f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
These can be collected by hitting this endpoint for each publisher:
Linked Issues
Checklist