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
Copy file name to clipboardExpand all lines: fern/pages/v2/text-generation/compatibility-api.mdx
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ The Compatibility API allows developers to use Cohere’s models through OpenAI
14
14
15
15
It makes it easy to switch existing OpenAI-based applications to use Cohere’s models while still maintaining the use of OpenAI SDK — no big refactors needed.
16
16
17
+
The supported libraries are:
18
+
- TypeScript / JavaScript
19
+
- Python
20
+
- .NET
21
+
- Java (beta)
22
+
- Go (beta)
23
+
17
24
This is a quickstart guide to help you get started with the Compatibility API.
18
25
19
26
## Installation
@@ -835,4 +842,21 @@ The following parameters are not supported in the Compatibility API:
835
842
### Embeddings
836
843
837
844
-`dimensions`
838
-
-`user`
845
+
-`user`
846
+
847
+
### Cohere-specific parameters
848
+
849
+
Parameters that are uniquely available on the Cohere API but not on the OpenAI SDK are not supported.
0 commit comments