Model ID
qwen-3-8-27b
Model ID
qwen-3-8-27b
Publisher
Alibaba Cloud
| Specification | Value |
|---|---|
| API ID | qwen-3-8-27b |
| Parameter Count | 27B |
| Property | Value |
|---|---|
| Reasoning supported | Yes |
| Toggleable | Yes |
| How to toggle | chat_template_kwargs with {"enable_thinking": true} or {"enable_thinking": false} |
| Reasoning effort levels | low, medium, xhigh (default) |
| How to set effort | reasoning_effort parameter |
Set chat_template_kwargs.enable_thinking to true to turn reasoning on or false to turn it off. When reasoning is enabled, control the depth by setting reasoning_effort to "low", "medium", or "xhigh" (default). A model that does not support the requested level rejects the request and names the levels it does support.
For a full example, see Reasoning Example.