Add a series of qwen3 latest SOTA models (#9140)

### What problem does this PR solve?

Add a series of qwen3 latest SOTA models:
qwen3-coder-480b-a35b-instruct, qwen3-30b-a3b-instruct-2507,
qwen3-30b-a3b-thinking-2507, qwen3-235b-a22b-instruct-2507,
qwen3-235b-a22b-thinking-2507
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
TeslaZY
2025-08-01 15:19:51 +08:00
committed by GitHub
parent 2a79f4fc7f
commit b26088ab70

View File

@ -281,6 +281,27 @@
"model_type": "chat", "model_type": "chat",
"is_tools": true "is_tools": true
}, },
{
"llm_name": "qwen3-coder-480b-a35b-instruct",
"tags": "LLM,CHAT,256k",
"max_tokens": 256000,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "qwen3-30b-a3b-instruct-2507",
"tags": "LLM,CHAT,128k",
"max_tokens": 128000,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "qwen3-30b-a3b-thinking-2507",
"tags": "LLM,CHAT,128k",
"max_tokens": 128000,
"model_type": "chat",
"is_tools": true
},
{ {
"llm_name": "qwen3-30b-a3b", "llm_name": "qwen3-30b-a3b",
"tags": "LLM,CHAT,128k", "tags": "LLM,CHAT,128k",
@ -288,6 +309,20 @@
"model_type": "chat", "model_type": "chat",
"is_tools": true "is_tools": true
}, },
{
"llm_name": "qwen3-235b-a22b-instruct-2507",
"tags": "LLM,CHAT,128k",
"max_tokens": 128000,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "qwen3-235b-a22b-thinking-2507",
"tags": "LLM,CHAT,128k",
"max_tokens": 128000,
"model_type": "chat",
"is_tools": true
},
{ {
"llm_name": "qwen3-235b-a22b", "llm_name": "qwen3-235b-a22b",
"tags": "LLM,CHAT,128k", "tags": "LLM,CHAT,128k",