feat(catalog): add qwen3.7-max to alibaba + alibaba-coding-plan model lists#33129
Merged
Conversation
… lists Alibaba's latest flagship Qwen model is released but not yet present in the DashScope (alibaba) or Alibaba Coding Plan curated catalogs. Add it so it shows up in the /model picker and setup wizard for those providers. OpenCode Go routing for qwen3.7-max already landed via #32780 (commit 2fc77c5). OpenRouter + Nous catalog entries already landed via #32809 (commit ccd3d04). This salvage picks up the remaining alibaba / alibaba-coding-plan entries from #32806 — the AI Gateway entry is dropped because Vercel AI Gateway was removed in #33067.
Contributor
🔎 Lint report:
|
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
Salvages the alibaba / alibaba-coding-plan catalog additions from @orcool's PR #32806 onto current main.
What landed elsewhere first
What's left from #32806
Just the alibaba and alibaba-coding-plan catalog entries. The Vercel AI Gateway entry from the original PR was dropped because Vercel AI Gateway was removed in #33067.
Changes
hermes_cli/models.pyqwen3.7-maxto_PROVIDER_MODELS["alibaba"]and_PROVIDER_MODELS["alibaba-coding-plan"]scripts/release.pyValidation
scripts/run_tests.sh tests/hermes_cli/test_model_validation.py→ 81/81scripts/run_tests.sh tests/hermes_cli/test_models.py→ 73/73Credit to @orcool — original PR #32806.