docs(bedrock.md): clarify what version supports converse/invoke routes
This commit is contained in:
parent
61192d1fea
commit
d37fbc2d59
@ -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…
Reference in New Issue
Block a user