mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 04:28:07 +00:00
docs(bedrock.md): clarify what version supports converse/invoke routes
This commit is contained in:
@@ -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>`.
|
||||
|
||||
Reference in New Issue
Block a user