diff --git a/fern/pages/changelog/2025-01-24-multimodal-on-bedrock.mdx b/fern/pages/changelog/2025-01-24-multimodal-on-bedrock.mdx new file mode 100644 index 000000000..108fea354 --- /dev/null +++ b/fern/pages/changelog/2025-01-24-multimodal-on-bedrock.mdx @@ -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). \ No newline at end of file diff --git a/fern/pages/deployment-options/cohere-on-aws/amazon-bedrock.mdx b/fern/pages/deployment-options/cohere-on-aws/amazon-bedrock.mdx index df76b7ff0..cc936628a 100644 --- a/fern/pages/deployment-options/cohere-on-aws/amazon-bedrock.mdx +++ b/fern/pages/deployment-options/cohere-on-aws/amazon-bedrock.mdx @@ -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: diff --git a/fern/pages/v2/deployment-options/cohere-on-aws/amazon-bedrock.mdx b/fern/pages/v2/deployment-options/cohere-on-aws/amazon-bedrock.mdx index 475adc08d..43261430d 100644 --- a/fern/pages/v2/deployment-options/cohere-on-aws/amazon-bedrock.mdx +++ b/fern/pages/v2/deployment-options/cohere-on-aws/amazon-bedrock.mdx @@ -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: