Polish LLM Provider Usage #4
joe223
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thinking Mode Support by Provider
Whether reasoning/thinking mode can be disabled for major LLM providers and their models. All information below is verified against official provider documentation.
Quick Reference
reasoning_effort: low/medium/high(reduce only)reasoning_effort: low/medium/highreasoning_effort: none/low/medium/high/xhighthinking: {"type": "disabled"}thinking: {"type": "disabled"}thinking: {"type": "disabled"}thinkingConfig.thinkingBudget: 0thinkingLevel: "minimal"not supportedthinkingLevel: "low"extra_body={"thinking": {"type": "enabled"}}to opt-inthinking: {"type": "disabled"}accepted but forced by model designthinking: {"type": "disabled"}extra_body={"enable_thinking": false}-thinkingthinking: {"type": "disabled"}thinking: {"type": "disabled"}thinking: {"type": "disabled"}thinking: {"type": "disabled"}is accepted but ignoredAPI Parameter Details
OpenAI
Official docs: https://platform.openai.com/docs/guides/reasoning
Anthropic
Official docs: https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking
Google Gemini
Official docs: https://ai.google.dev/gemini-api/docs/thinking
thinkingBudgetthinkingBudget: 0thinkingLevel: "minimal"not supportedthinkingLevel: "low"DeepSeek
Official docs: https://api-docs.deepseek.com/guides/thinking_mode
Zhipu (智谱)
Official docs: https://docs.bigmodel.cn/cn/guide/capabilities/thinking
Qwen (通义千问)
Official docs: https://www.alibabacloud.com/help/en/model-studio/qwq
-thinkingByteDance (豆包)
Official docs: https://www.volcengine.com/docs/6492/2165101
MiniMax
Official docs: https://platform.minimax.io/docs/guides/text-m2-function-call
All reactions