Add qwen3.5-flash, qwen3.5-plus, qwen3-max model#879
Add qwen3.5-flash, qwen3.5-plus, qwen3-max model#879shilkazx wants to merge 1 commit intoRightNow-AI:mainfrom
Conversation
|
Reviewed. Please provide a documentation link proving qwen3.5-flash, qwen3.5-plus, and qwen3-max exist in Alibaba's API. The model names don't match any known public Qwen releases. Also: qwen3.5-flash has a self-referencing alias (alias = model ID), and the relationship between new qwen3-max and existing qwen-max needs clarification. |
OK. I'll paste each model's link here. Please note that the web page is written in Chinese, but it contains the API code example in Python. Qwen3-max is the next-generation model of qwen-max. Based on the official intro, qwen-max is a 2.5 generation model, and qwen3-max is a 3rd generation model. If you have any further questions, please let me know. |
A further question is why not let a config file(like a toml/json) take responsibility for model spec(but provider spec should be retained in source code for security concerns). |
Summary
Changes
Testing
cargo clippy --workspace --all-targets -- -D warningspassescargo test --workspacepassesSecurity