Simplifying swapping between Anthropic / Deepseek thinking models #8927
Replies: 2 comments
-
Note: |
Beta Was this translation helpful? Give feedback.
-
Hey all, Just listing here, it seems that the current implemented interfaces are:
Probably in the future, new providers will implement their own keywords, and it'll take a while until we have an accepted interface. I was wondering if
And |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting a discussion to understand how we can simplify swapping between anthropic and deepseek thinking models.
Problem:
thinking={"type": "enabled", "budget_tokens": [value]}
param to be passed inPotential Ideas:
anthropic/thinking_enabled/<model>
route -> automatically passes the flagThought: It would be interesting to expore how openrouter / other unified endpoints approach this, to see if there are learnings we can incorporate.
Ideal Interface
cc: @maykcaldas @iurimateus @xingyaoww
Beta Was this translation helpful? Give feedback.
All reactions