Replies: 2 comments 3 replies
-
Does adding some (gptel-make-bedrock "AWS"
:stream t
:region "eu-west-1"
:models '(claude-sonnet-4-20250514)
:model-region 'eu
:request-params '( :thinking (:type "enabled"
:budget_tokens 2048)
:max_tokens 4096)) |
Beta Was this translation helpful? Give feedback.
-
Just to test it out I hacked some changes into
but I just get OK, now I'm very confused, back to unmodified, and still getting the 400s. I guess I'm not fixing this today ;) |
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.
-
Hi,
My work provides LLM access through Bedrock. That seems to be working great with gptel, thanks!
However, I'd like to use Sonnet's thinking mode. I see there is a way to set up a custom backend when using Anthropic's APIs directly in #663, but it also seems like the Bedrock request look quite different and so I'm guessing that specific backend stanza won't work? How could I do something similar with bedrock? At the very least, how can I generate the equivalent of the default bedrock equivalent as a new backend so I can try and hack it in myself?
This is my current config:
Beta Was this translation helpful? Give feedback.
All reactions