Skip to content

Commit

Permalink
Announcing multimodal models on Bedrock, plus docs changes. (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Fowler <trentfowler@Trent-Fowler.local>
  • Loading branch information
trentfowlercohere and Trent Fowler authored Jan 24, 2025
1 parent 847b2ef commit 4ef1e04
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions fern/pages/changelog/2025-01-24-multimodal-on-bedrock.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Cohere's Multimodal Embedding Models are on SageMaker!"
slug: "changelog/multimodal-models-on-bedrock"
createdAt: "Thu Jan 23 2025 12:51:00 (MST)"
hidden: false
description: >-
Release announcement for the ability to work with multimodal image models on the Amazon Bedrock platform.
---

In October, Cohere updated our embeddings models to be able to [process images](https://docs.cohere.com/v1/docs/embeddings#image-embeddings) in addition to text.

These enhanced models have been available through the Cohere API, but today we’re pleased to announce that they can also be utilized through the powerful Amazon Bedrock cloud computing platform!

You can find more information about using Cohere’s embedding models on Bedrock [here](https://docs.cohere.com/v1/docs/amazon-bedrock).
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ result = co.embed(
print(result)
```

Note that we've released multimodal embeddings models that are able to handle images in addition to text. Find [more information here](https://docs.cohere.com/docs/multimodal-embeddings).

## Text Generation

You can use this code to invoke either Command R (`cohere.command-r-v1:0`), Command R+ (`cohere.command-r-plus-v1:0`), Command (`cohere.command-text-v14`), or Command light (`cohere.command-light-text-v14`) on Amazon Bedrock:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ result = co.embed(
print(result)
```

Note that we've released multimodal embeddings models that are able to handle images in addition to text. Find [more information here](https://docs.cohere.com/docs/multimodal-embeddings).

## Text Generation

You can use this code to invoke either Command R (`cohere.command-r-v1:0`), Command R+ (`cohere.command-r-plus-v1:0`) on Amazon Bedrock:
Expand Down

0 comments on commit 4ef1e04

Please sign in to comment.