Skip to content

fix(model-catalog): correct qwen3.5-flash, qwen3.5-plus, qwen3-max entries#51

Merged
dvrd merged 3 commits intomainfrom
pr/879
Mar 28, 2026
Merged

fix(model-catalog): correct qwen3.5-flash, qwen3.5-plus, qwen3-max entries#51
dvrd merged 3 commits intomainfrom
pr/879

Conversation

@dvrd
Copy link
Copy Markdown
Owner

@dvrd dvrd commented Mar 28, 2026

Summary

Fixes 11 data errors in the three new Qwen model entries added in RightNow-AI#879:

  • qwen3.5-flash: output_cost_per_m 2.00→0.60 (3.3× overcharge), context_window 991K→1M, removed self-alias, supports_vision true→false, max_output_tokens 64K→8192
  • qwen3.5-plus: output_cost_per_m 4.80→3.20 (published Alibaba rate), context_window 991K→1M, supports_vision true→false, max_output_tokens 64K→8192
  • qwen3-max: tier Frontier (top-tier managed endpoint), context_window 1M, supports_vision false, max_output_tokens 64K→8192
  • test: replace hardcoded provider count assertion (== 41) with named-provider checks

Test plan

  • cargo test -p openfang-runtime — 846 passed, 0 failed
  • cargo build --workspace --lib — clean build

zhongxiong and others added 3 commits March 27, 2026 22:49
…tries

- qwen3.5-flash: output_cost 2.00→0.60, context_window 991K→1M, remove self-alias,
  supports_vision true→false, max_output_tokens 64K→8192
- qwen3.5-plus: output_cost 4.80→3.20, context_window 991K→1M,
  supports_vision true→false, max_output_tokens 64K→8192
- qwen3-max: tier Frontier (not Smart), context_window 1M (not 252K or 131K),
  supports_vision false, max_output_tokens 64K→8192
- test_catalog_has_providers: replace brittle hardcoded count (41) with
  named-provider assertions
@dvrd dvrd merged commit 495c8e1 into main Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant