mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(bedrock.md): clarify what version supports converse/invoke routes
This commit is contained in:
parent
61192d1fea
commit
d37fbc2d59
1 changed files with 6 additions and 0 deletions
|
|
@ -714,6 +714,12 @@ print(response)
|
|||
|
||||
## Set 'converse' / 'invoke' route
|
||||
|
||||
:::info
|
||||
|
||||
Supported from LiteLLM Version `v1.53.5`
|
||||
|
||||
:::
|
||||
|
||||
LiteLLM defaults to the `invoke` route. LiteLLM uses the `converse` route for Bedrock models that support it.
|
||||
|
||||
To explicitly set the route, do `bedrock/converse/<model>` or `bedrock/invoke/<model>`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue