Add qwen3-coder-30b-a3b-instruct model to resolve_model_config.py#1903
Merged
juanmichelini merged 1 commit intomainfrom Feb 4, 2026
Merged
Add qwen3-coder-30b-a3b-instruct model to resolve_model_config.py#1903juanmichelini merged 1 commit intomainfrom
juanmichelini merged 1 commit intomainfrom
Conversation
- Add new model entry with id 'qwen3-coder-30b-a3b-instruct' - Model uses litellm_proxy/Qwen3-Coder-30B-A3B-Instruct - Add model to EXPECTED_MODELS in test file Fixes #1901 Co-authored-by: openhands <[email protected]>
xingyaoww
approved these changes
Feb 4, 2026
Collaborator
all-hands-bot
left a comment
There was a problem hiding this comment.
Overall, the changes look good! The model entry follows the correct structure and tests were properly updated. I have one minor observation about model path consistency.
| "qwen3-coder-30b-a3b-instruct": { | ||
| "id": "qwen3-coder-30b-a3b-instruct", | ||
| "display_name": "Qwen3 Coder 30B A3B Instruct", | ||
| "llm_config": {"model": "litellm_proxy/Qwen3-Coder-30B-A3B-Instruct"}, |
Collaborator
There was a problem hiding this comment.
🟡 Suggestion: The model path uses a direct format (litellm_proxy/Qwen3-Coder-30B-A3B-Instruct) without a provider prefix, while other Qwen models in this file use provider-specific paths:
qwen-3-coderuseslitellm_proxy/fireworks_ai/qwen3-coder-480b-a35b-instructqwen3-coder-nextuseslitellm_proxy/openrouter/qwen/qwen3-coder-next
Is Qwen3-Coder-30B-A3B-Instruct configured directly in the LiteLLM proxy, or should this follow the provider pattern like the other Qwen models? If the direct path is correct (e.g., it's a custom endpoint), then this is fine as-is.
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.
Summary
Adds the model
litellm_proxy/Qwen3-Coder-30B-A3B-Instructwith idqwen3-coder-30b-a3b-instructto the expected models inresolve_model_config.py.Fixes #1901
Changes
qwen3-coder-30b-a3b-instructto theMODELSdictionary in.github/run-eval/resolve_model_config.pyEXPECTED_MODELSlist intests/github_workflows/test_resolve_model_config.pyChecklist
@juanmichelini can click here to continue refining the PR