-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Support Qwen3-Coder-480B-A35B-Instruct on Google Vertex AI #7733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -294,6 +294,15 @@ export const vertexModels = { | |||||
| outputPrice: 1.15, | ||||||
| description: "Meta Llama 4 Maverick 17B Instruct model, 128K context.", | ||||||
| }, | ||||||
| "qwen/qwen3-coder-480b-a35b-instruct-maas": { | ||||||
| maxTokens: 65_536, | ||||||
| contextWindow: 262_144, | ||||||
| supportsImages: false, | ||||||
| supportsPromptCache: false, | ||||||
| inputPrice: 1, | ||||||
| outputPrice: 4, | ||||||
| description: "Qwen 3 Coder 480B Instruct", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we make the description more detailed to match the pattern of other models? Consider:
Suggested change
This would be consistent with the Llama model description above which includes the context window size. |
||||||
| }, | ||||||
| } as const satisfies Record<string, ModelInfo> | ||||||
|
|
||||||
| export const VERTEX_REGIONS = [ | ||||||
|
|
@@ -306,6 +315,7 @@ export const VERTEX_REGIONS = [ | |||||
| { value: "us-west2", label: "us-west2" }, | ||||||
| { value: "us-west3", label: "us-west3" }, | ||||||
| { value: "us-west4", label: "us-west4" }, | ||||||
| { value: "us-south1", label: "us-south1" }, | ||||||
| { value: "northamerica-northeast1", label: "northamerica-northeast1" }, | ||||||
| { value: "northamerica-northeast2", label: "northamerica-northeast2" }, | ||||||
| { value: "southamerica-east1", label: "southamerica-east1" }, | ||||||
|
|
||||||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed the model ID uses a namespace prefix
qwen/while the other MaaS modelllama-4-maverick-17b-128e-instruct-maasdoesn't use any prefix. Is this intentional? Should we maintain consistency across MaaS models, or is the namespace required for Qwen models specifically?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional. The model name to be passed to vertex ai is "qwen/qwen3-coder-480b-a35b-instruct-maas".
https://console.cloud.google.com/vertex-ai/publishers/qwen/model-garden/qwen3-coder-480b-a35b-instruct-maas