Skip to content

Qwen 3.8 27B

Model ID

qwen-3-8-27b

Publisher

Alibaba Cloud

SpecificationValue
API IDqwen-3-8-27b
Parameter Count27B
PropertyValue
Reasoning supportedYes
ToggleableYes
How to togglechat_template_kwargs with {"enable_thinking": true} or {"enable_thinking": false}
Reasoning effort levelslow, medium, xhigh (default)
How to set effortreasoning_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.