Spaces:
Running
Running
add qwen 4b instruct and thinking 2507
Browse files
README.md
CHANGED
@@ -73,6 +73,8 @@ python app.py
|
|
73 |
- ERNIE-4.5-VL (multimodal)
|
74 |
- MiniMax M1
|
75 |
- Qwen3-235B-A22B
|
|
|
|
|
76 |
- Qwen3-30B-A3B-Instruct-2507 (via DashScope)
|
77 |
- Qwen3-30B-A3B-Thinking-2507 (via DashScope)
|
78 |
- SmolLM3-3B
|
|
|
73 |
- ERNIE-4.5-VL (multimodal)
|
74 |
- MiniMax M1
|
75 |
- Qwen3-235B-A22B
|
76 |
+
- Qwen3-4B-Instruct-2507
|
77 |
+
- Qwen3-4B-Thinking-2507
|
78 |
- Qwen3-30B-A3B-Instruct-2507 (via DashScope)
|
79 |
- Qwen3-30B-A3B-Thinking-2507 (via DashScope)
|
80 |
- SmolLM3-3B
|
app.py
CHANGED
@@ -436,6 +436,16 @@ AVAILABLE_MODELS = [
|
|
436 |
"id": "Qwen/Qwen3-32B",
|
437 |
"description": "Qwen3-32B model for code generation and general tasks"
|
438 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
{
|
440 |
"name": "Qwen3-235B-A22B-Thinking",
|
441 |
"id": "Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
|
436 |
"id": "Qwen/Qwen3-32B",
|
437 |
"description": "Qwen3-32B model for code generation and general tasks"
|
438 |
},
|
439 |
+
{
|
440 |
+
"name": "Qwen3-4B-Instruct-2507",
|
441 |
+
"id": "Qwen/Qwen3-4B-Instruct-2507",
|
442 |
+
"description": "Qwen3-4B-Instruct-2507 model for code generation and general tasks"
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"name": "Qwen3-4B-Thinking-2507",
|
446 |
+
"id": "Qwen/Qwen3-4B-Thinking-2507",
|
447 |
+
"description": "Qwen3-4B-Thinking-2507 model with advanced reasoning capabilities for code generation and general tasks"
|
448 |
+
},
|
449 |
{
|
450 |
"name": "Qwen3-235B-A22B-Thinking",
|
451 |
"id": "Qwen/Qwen3-235B-A22B-Thinking-2507",
|