This error occurrs when I use any gemini models for chat/thinking.
400 [{
"error": {
"code": 400,
"message": "Invalid JSON payload received. Unknown name "include_think": Cannot bind query parameter. Field 'include_think' could not be found in request message.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "Invalid JSON payload received. Unknown name "include_think": Cannot bind query parameter. Field 'include_think' could not be found in request message."
}
]
}
]
}
}
]
This error occurrs when I use any gemini models for chat/thinking.