feat(providers): refresh direct catalogs for Qwen 3.7, North Mini Code, and Mistral Small 4#102488
Closed
evan-YM wants to merge 1 commit into
Closed
feat(providers): refresh direct catalogs for Qwen 3.7, North Mini Code, and Mistral Small 4#102488evan-YM wants to merge 1 commit into
evan-YM wants to merge 1 commit into
Conversation
…e, and Mistral Small 4 - Qwen: add qwen3.7-max and qwen3.7-plus to Standard catalog, exclude from Coding Plan and OAuth - Cohere: add north-mini-code-1-0 (256K context, 64K max tokens, free tier) - Mistral: update mistral-small-latest context/pricing to 256K/$0.15/$0.60, add pinned mistral-small-2603 entry - Update provider catalog tests for all three plugins Closes: openclaw#102460 Co-Authored-By: Claude <[email protected]>
Contributor
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: feat(providers): refresh direct catalogs for Qwen 3.7, North Mini Code, and Mistral Small 4 This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
Contributor
Author
|
Closed per author request. |
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.
What Problem This Solves
Closes #102460.
The official Qwen and Cohere plugins do not expose several current popular models, while the Mistral plugin still describes
mistral-small-latestwith the previous generation's context and pricing. Users must add custom model entries or accept incorrect cost/context reporting.Why This Change Was Made
qwen3.7-maxandqwen3.7-plusare the recommended text generation models per Alibaba Model Studio docs but absent from the catalog. Added to Standard catalog only (excluded from Coding Plan and OAuth, same as qwen3.6-plus).north-mini-code-1-0) is a free, open-weight agentic coding model per Cohere docs but not available in the compatibility API catalog.mistral-small-2603entry provides a stable reference point.User Impact
qwen3.7-maxandqwen3.7-plusavailable on Standard endpoints;north-mini-code-1-0available in Cohere catalog; Mistral Small latest aligned with Small 4 specs; pinnedmistral-small-2603added.Evidence
Files Changed (8 files, +140/-7)
extensions/qwen/models.tsextensions/qwen/api.tsextensions/qwen/openclaw.plugin.jsonextensions/qwen/provider-catalog.test.tsextensions/cohere/openclaw.plugin.jsonextensions/cohere/index.test.tsextensions/mistral/openclaw.plugin.jsonextensions/mistral/model-definitions.test.tsTest Results
🤖 Generated with Claude Code