Skip to content

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

Closed
dvrd wants to merge 2 commits intoRightNow-AI:mainfrom
dvrd:pr/879
Closed

fix(model-catalog): correct qwen3.5-flash, qwen3.5-plus, qwen3-max entries#899
dvrd wants to merge 2 commits intoRightNow-AI:mainfrom
dvrd:pr/879

Conversation

@dvrd
Copy link
Copy Markdown

@dvrd dvrd commented Mar 28, 2026

Summary

Fixes 11 data errors in the three new Qwen model entries added in #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 Smart→Frontier (it's Alibaba's top-tier managed endpoint), context_window 252K→1M, supports_vision true→false, max_output_tokens 64K→8192
  • test: replace hardcoded provider count assertion (== 41) with named-provider checks

All three models are text-only (vision belongs to the separate qwen3.5-vl family). max_output_tokens: 64_000 does not appear in Alibaba Cloud docs for any of these models — all Qwen models in the catalog use 8_192.

Test plan

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

zhongxiong and others added 2 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
Copy link
Copy Markdown
Author

dvrd commented Mar 28, 2026

Closing — submitting against our fork instead.

@dvrd dvrd closed this 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