Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cohere-works-everywhere.mdx #208

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions fern/pages/deployment-options/cohere-works-everywhere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@ The table below summarizes the environments in which Cohere models can be deploy

The most complete set of features is found on the cohere platform, while each of the cloud platforms support subsets of these features. Please consult the platform-specific documentation for more information about the parameters that they support.

| Feature | Cohere Platform | Bedrock | Sagemaker | Azure | OCI | Cohere Toolkit |
| --------------- | --------------- | ----------- | ----------- | ----------- | ----------- | -------------- |
| chat_stream | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| generate_stream | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| generate | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| embed | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| rerank | ✅ | ⬜️ | ✅ | ✅ | ⬜️ | ✅ |
| classify | ✅ | ⬜️ | ⬜️ | ⬜️ | ⬜️ | ✅ |
| summarize | ✅ | ⬜️ | ⬜️ | ⬜️ | ⬜️ | ✅ |
| tokenize | ✅ | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) |
| detokenize | ✅ | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) |
| check_api_key | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Feature | Cohere Platform | Bedrock | Sagemaker | Azure | OCI | Cohere Toolkit |
| ------------- | --------------- | ------------ | ------------ | ------------ | ------------ | -------------- |
| chat_stream | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| embed | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| embed-jobs | ✅ | ⬜️ | ⬜️ | ⬜️ | ⬜️ | ⬜️ |
| rerank | ✅ | ⬜️ | ✅ | ✅ | ⬜️ | ✅ |
| classify | ✅ | ⬜️ | ⬜️ | ⬜️ | ⬜️ | ✅ |
| tokenize | ✅ | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) |
| detokenize | ✅ | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) | ✅ (offline) |
| check_api_key | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |


## Snippets

Expand Down
Loading