mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-11 10:56:10 +00:00
Google's compatibility layer has no word for off. Sending reasoning_effort "none" is refused outright, so choosing Thinking → Off made every cleanup fail and paste the raw transcript instead: HTTP 400: Request contains an invalid argument. (INVALID_ARGUMENT) Measured against gemini-3.5-flash-lite, asking it to reply "ok": nothing sent 50.59s reasoning_effort "none" 400 reasoning_effort "minimal" 15.40s reasoning_effort "low" 53.35s reasoning_effort "high" 63.83s So "none" lands on "minimal", which is both accepted and the quickest of them, and quickest is what cleanup wants. The thinking_config route the documentation offers is an SDK wrapper and is not a field this endpoint knows: sending it is "Unknown name \"google\"". Co-Authored-By: Claude Opus 5 <[email protected]>