add model: qwen3-max-preview (#9959)
### What problem does this PR solve? add qwen3-max-preview model, ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
63781bde3f
commit
994517495f
1 changed files with 7 additions and 0 deletions
|
|
@ -337,6 +337,13 @@
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"is_tools": true
|
"is_tools": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "qwen3-max-preview",
|
||||||
|
"tags": "LLM,CHAT,256k",
|
||||||
|
"max_tokens": 256000,
|
||||||
|
"model_type": "chat",
|
||||||
|
"is_tools": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "qwen3-coder-480b-a35b-instruct",
|
"llm_name": "qwen3-coder-480b-a35b-instruct",
|
||||||
"tags": "LLM,CHAT,256k",
|
"tags": "LLM,CHAT,256k",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue