Update config.py
Browse files
config.py
CHANGED
|
@@ -50,19 +50,21 @@ class AppConfig:
|
|
| 50 |
"name": "Qwen3-VL 235B A22B Thinking",
|
| 51 |
"description": "Vision-Language reasoning model (Qwen), strong multimodal understanding",
|
| 52 |
"size": "235B",
|
| 53 |
-
"context_length":
|
| 54 |
"supports_reasoning": True,
|
| 55 |
"supports_tool_calling": True,
|
| 56 |
-
"is_gpt_oss": False
|
|
|
|
| 57 |
},
|
| 58 |
"Qwen/Qwen3-VL-235B-A22B-Instruct": {
|
| 59 |
"name": "Qwen3-VL 235B A22B Instruct",
|
| 60 |
"description": "Vision-Language instruct-tuned model (Qwen)",
|
| 61 |
"size": "235B",
|
| 62 |
-
"context_length":
|
| 63 |
"supports_reasoning": True,
|
| 64 |
"supports_tool_calling": True,
|
| 65 |
-
"is_gpt_oss": False
|
|
|
|
| 66 |
}
|
| 67 |
}
|
| 68 |
|
|
|
|
| 50 |
"name": "Qwen3-VL 235B A22B Thinking",
|
| 51 |
"description": "Vision-Language reasoning model (Qwen), strong multimodal understanding",
|
| 52 |
"size": "235B",
|
| 53 |
+
"context_length": 256000,
|
| 54 |
"supports_reasoning": True,
|
| 55 |
"supports_tool_calling": True,
|
| 56 |
+
"is_gpt_oss": False,
|
| 57 |
+
"active_params": "22B"
|
| 58 |
},
|
| 59 |
"Qwen/Qwen3-VL-235B-A22B-Instruct": {
|
| 60 |
"name": "Qwen3-VL 235B A22B Instruct",
|
| 61 |
"description": "Vision-Language instruct-tuned model (Qwen)",
|
| 62 |
"size": "235B",
|
| 63 |
+
"context_length": 256000,
|
| 64 |
"supports_reasoning": True,
|
| 65 |
"supports_tool_calling": True,
|
| 66 |
+
"is_gpt_oss": False,
|
| 67 |
+
"active_params": "22B"
|
| 68 |
}
|
| 69 |
}
|
| 70 |
|