thinking disables tools
When I send tools to it, I get:
{
"error": {
"message": "1 validation error for list[function-wrap[__log_extra_fields__()]]\n Invalid JSON: expected value at line 1 column 1 [type=json_invalid, input_value='<think>The user is askin..., \"sort\": \"updated\"} }]', input_type=str]\n For further information visit https://errors.pydantic.dev/2.12/v/json_invalid",
"type": "BadRequestError",
"param": null,
"code": 400
}
}
note this: type=json_invalid, input_value='<think>The user is askin...,
So, thinking interferes with tools. Any solution to this?
do you believe it's a specific issue with the REAP checkpoint? have you tried with vanilla MiniMax?
hm... cannot try the original. Actually this is the only one that fits into 2x rtx 6000 pro blackwell (96GB VRAM each).
Interesting. The above happens on non-stream connections. On stream connections thinking tags are sent properly, but it does not send tools at all.
I am downloading a quant to check if a 4bit version of the original works.
Found this vllm bug: https://github.com/vllm-project/vllm/issues/28852 - I commented there.
Thank you @lazarevich for the fast reply.
@ktsaou i've been using noctrex/MiniMax-M2-MXFP4_MOE-GGUF, HEAVILY over the last week on 2x RTX PRO 6000 Blackwell and it fits nicely. Using llama.cpp, only 92% VRAM used with --ctx-size 204800. I didn't specify any kv cache values in the start command, so I don't know what's being used. It's been SOLID, but I'll also checkout this REAP version to see how it works. When I say I've been using it HEAVILY, I mean exactly that. Mostly with OpenCode but also Cline and some others like Claude Code with CCR.