diff --git a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx index f4b6f539..934fef59 100644 --- a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx +++ b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx @@ -167,6 +167,10 @@ public class ChatPost { #### Bedrock + +Rerank 3.5 on bedrock is only supported with Rerank API v2, via `BedrockClientV2()` + + ```typescript TS const { BedrockClient } = require('cohere-ai');