Summary
Refresh OpenClaw's direct provider catalogs for Qwen 3.7 Max/Plus, Cohere North Mini Code 1.0, and Mistral Small 4.
Problem to solve
The official Qwen and Cohere plugins do not expose several current popular models, while the Mistral plugin still describes mistral-small-latest with the previous generation's context and pricing. Qwen's current Coding Plan allowlist has also moved forward, so OpenClaw hides supported Qwen 3.6/3.7 Plus models there.
Proposed solution
- Add
qwen3.7-max and qwen3.7-plus to the direct Qwen catalog; expose Plus and 3.6 Plus on current Coding Plan endpoints while keeping Max Standard-only.
- Add
north-mini-code-1-0 to the Cohere Compatibility API catalog without changing the Command A default.
- Add pinned
mistral-small-2603 coverage and align mistral-small-latest with Mistral Small 4's 256K context, current pricing, and binary reasoning controls.
- Update provider docs and focused catalog/transport tests.
- Preserve existing provider defaults and avoid new config or environment-variable surfaces.
Alternatives considered
- Custom user model entries work, but duplicate official provider metadata and bypass curated endpoint availability.
- OpenRouter routes expose these models, but do not replace direct-provider billing, credentials, or data paths.
- Live-only discovery would add request-time/provider-lifecycle complexity where current plugins intentionally use curated static catalogs.
Impact
- Affected: direct Qwen, Cohere, and Mistral users.
- Severity: medium; model selection is blocked for Qwen/Cohere and usage estimates are wrong for Mistral Small 4.
- Frequency: every catalog/model selection and cost-reporting flow involving these models.
- Consequence: manual configuration, provider switching, or incorrect token-cost/context expectations.
Evidence/examples
Additional information
This is provider-owned catalog metadata and compatibility work only. No provider default, auth flow, protocol, or configuration shape changes.
Summary
Refresh OpenClaw's direct provider catalogs for Qwen 3.7 Max/Plus, Cohere North Mini Code 1.0, and Mistral Small 4.
Problem to solve
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. Qwen's current Coding Plan allowlist has also moved forward, so OpenClaw hides supported Qwen 3.6/3.7 Plus models there.Proposed solution
qwen3.7-maxandqwen3.7-plusto the direct Qwen catalog; expose Plus and 3.6 Plus on current Coding Plan endpoints while keeping Max Standard-only.north-mini-code-1-0to the Cohere Compatibility API catalog without changing the Command A default.mistral-small-2603coverage and alignmistral-small-latestwith Mistral Small 4's 256K context, current pricing, and binary reasoning controls.Alternatives considered
Impact
Evidence/examples
Additional information
This is provider-owned catalog metadata and compatibility work only. No provider default, auth flow, protocol, or configuration shape changes.