Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

update gcp model map - #36

Merged
jordanstephens merged 1 commit into
defangfrom
gcp-model-map-2026-04-01
Apr 1, 2026
Merged

update gcp model map#36
jordanstephens merged 1 commit into
defangfrom
gcp-model-map-2026-04-01

Conversation

@jordanstephens

@jordanstephens jordanstephens commented Apr 1, 2026

Copy link
Copy Markdown

Description

These can be collected by hitting this endpoint for each publisher:

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'    

Linked Issues

Checklist

  • I have performed a self-review of my code
  • I have added appropriate tests
  • I have updated the Defang CLI docs and/or README to reflect my changes, if necessary

@jordanstephens
jordanstephens temporarily deployed to AWS_ROLE_TO_ASSUME April 1, 2026 22:49 — with GitHub Actions Inactive
Comment thread src/data/modelmap.json Outdated
@lionello
lionello temporarily deployed to AWS_ROLE_TO_ASSUME April 1, 2026 22:51 — with GitHub Actions Inactive
@jordanstephens
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
jordanstephens force-pushed the gcp-model-map-2026-04-01 branch from 54dd0ae to ba4b7f1 Compare April 1, 2026 23:15
@jordanstephens
jordanstephens deployed to AWS_ROLE_TO_ASSUME April 1, 2026 23:16 — with GitHub Actions Active
@jordanstephens
jordanstephens merged commit 56ffd21 into defang Apr 1, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants