Reasoning Levels

#6
by Felixkruemel - opened

I noticed that the model does not always start thinking immediately. I was already confused as I enabled thinking in vLLM through the --default-chat-template-kwargs '{"enable_thinking": true}' param but it didn't start to think until I had thrown a more complex task at it. From Qwen3.6 models I expected it to think always, so that was quite a surprise which I also couldn't find in the Readme.
Does it support some kind of reasoning effort as well? Sending it to vLLM somehow doesn't really do anything for me.

Honestly, I think it is awesome this way, why waste reasoning for simple Tasks.

Yeah I agree, however it feels like the reasoning traces when it actually does reasoning are quite short. Not sure if that's intended or some config issue on my end.

Honestly, I think it is awesome this way, why waste reasoning for simple Tasks.

Sign up or log in to comment