How to Enable Thinking/Reasoning for Claude Models in Custom Endpoints? #9466
Unanswered
abhishekag03-cb
asked this question in
Q&A
Replies: 1 comment
-
If you want reasoning always enabled, it's already possible and you need to make use of If you want to have a custom parameters UI or use the pre-existing one for anthropic, and have these parameters behave exactly as anthropic API would expect them to be formatted, then this is planned to implement and is discussed here: #8933 (comment) relevant links: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Context:
I'm running LibreChat v0.7.9 with custom endpoints to access Claude models through my LLM gateway. I'm trying to enable the thinking/reasoning functionality for Claude models but can't get it to work through custom endpoints.
My Configuration:
What I Expected:
claude-sonnet-4
,claude-3-5-sonnet
) should show thinking/reasoning controls in the UI settingsWhat I'm Seeing:
Questions:
librechat.yaml
to enable thinking for custom Claude endpoints?Additional Info:
Any guidance on how to properly configure thinking for Claude models in custom endpoints would be greatly appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions