docs(bedrock.md): clarify what version supports converse/invoke routes

This commit is contained in:
Krrish Dholakia
2024-12-04 15:42:21 -08:00
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>`.