How to enable thinking kimi

,

What do I have to send that the response is able to think before answering?

all explain on model card

const payload = {
“model”: “moonshotai/kimi-k2.6”,
“messages”: [{“role”:“user”,“content”:“”}],
“max_tokens”: 16384,
“temperature”: 1.00,
“top_p”: 1.00,
“stream”: stream,
“chat_template_kwargs”: {“thinking”:true}, <= that is the way to enable thinking mode

};