You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update cohere-works-everywhere (v2) with OCI SDK support
- Remove stale "v2 not supported for OCI" note
- Change OCI Python from "soon" to "docs"
- Fix generate/generate_stream as unsupported on OCI
- Add OCI V2 code snippet section
Copy file name to clipboardExpand all lines: fern/pages/v2/deployment-options/cohere-works-everywhere.mdx
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ Note that the code snippets presented in this document should be more than enoug
21
21
The table below summarizes the environments in which Cohere models can be deployed. You'll notice it contains many links; the links in the "sdk" column take you to Github pages with more information on Cohere's language-specific SDKs, while all the others take you to relevant sections in this document.
22
22
23
23
<Notetitle="Note">
24
-
The Cohere v2 API is not yet supported for cloud deployments (Bedrock, SageMaker, Azure, and OCI) and will be coming soon. The code examples shown for these cloud deployments use the v1 API.
24
+
The Cohere v2 API is not yet supported for some cloud deployments (Bedrock, SageMaker, Azure). OCI supports the v2 API via `OciClientV2`. The code examples shown for Bedrock, SageMaker, and Azure use the v1 API.
0 commit comments