Sync GPU availability by region with the platform matrix#302
Open
kylegani wants to merge 2 commits into
Open
Conversation
Add BLACKWELL_RTX6000 to us-east-1 and eu-north-1, and drop the us-west-2 and ap-south-1 rows: neither region is currently deployable. Both remain in the available-on-request list. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Brings the GPU Availability by Region table in line with the backend
GPUAvailabilityMatrix(go-build-service), which is what create/update validation actually enforces.Changes
BLACKWELL_RTX6000(live in the matrix since the RTX6000 rollout; the hardware page already documents it as Standard plan).BLACKWELL_RTX6000(same), and move the row up with the other live regions.us-west-2(mothballed June 2026) andap-south-1(removed from the platform) are no longer deployable, so listing per-GPU availability for them is misleading. Both stay in the available on request region list above, which is the accurate framing.Notes for reviewer
BLACKWELL_B300is listed here and on the hardware page but is not in the validation matrix, so a B300 deploy is rejected today. Left as-is on the assumption it's deliberately pre-announced; flagging in case it isn't.🤖 Generated with Claude Code