Pārlūkot izejas kodu

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)
tags/v0.20.0
TeslaZY pirms 3 mēnešiem
vecāks
revīzija
b26088ab70
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 35 papildinājumiem un 0 dzēšanām
  1. 35
    0
      conf/llm_factories.json

+ 35
- 0
conf/llm_factories.json Parādīt failu

@@ -281,6 +281,27 @@
"model_type": "chat",
"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",
"tags": "LLM,CHAT,128k",
@@ -288,6 +309,20 @@
"model_type": "chat",
"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",
"tags": "LLM,CHAT,128k",

Notiek ielāde…
Atcelt
Saglabāt