Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
14 changes: 14 additions & 0 deletions fern/pages/changelog/2025-02-24-multimodal-models-on-oci.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Cohere's Multimodal Embedding Models are on Oracle!"
slug: "changelog/multimodal-models-on-oci"
createdAt: "Mon Feb 24 2025 12:51:00 (MST)"
hidden: false
description: >-
Release announcement for the ability to work with multimodal image models on the Oracle Cloud Infrastructure platform.
---

In October 2024, Cohere updated our embeddings models to be able to [process images](https://docs.cohere.com/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 Oracle Cloud Infrastructure (OCI) computing platform!

You can find more information about using Cohere’s embedding models on OCI [here](https://docs.cohere.com/v2/docs/oracle-cloud-infrastructure-oci).
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ Here, you'll learn how to use Oracle Cloud Infrastructure (OCI) to deploy both t
- Embed Multilingual v3
- Embed Multilingual v3 light

We also support fine-tuning for Command R (`command-r-04-2024` and `command-r-08-2024`) on OCI.
Note that, when hosted on OCI, several of our Command R models (`command-r-04-2024`, `command-r-08-2024`) can be fine-tuned and, as of February 2025, our primary Embed models (`embed-english-v3.0`, embed-english-light-v3.0, `embed-multilingual-v3.0`, `embed-multilingual-light-v3.0`) support [multimodal embeddings](https://docs.cohere.com/v2/docs/multimodal-embeddings).

For the most updated list of available models, see the [OCI documentation](https://docs.oracle.com/en-us/iaas/Content/generative-ai/pretrained-models.htm).

## Working With Cohere Models on OCI

- [Embeddings generation](https://docs.oracle.com/en-us/iaas/Content/generative-ai/use-playground-embed.htm#playground-embed)
On OCI, you can use Cohere models to perform the following tasks:

And OCI offers three ways to perform these workloads:
- [Embeddings generation](https://docs.oracle.com/en-us/iaas/Content/generative-ai/use-playground-embed.htm)
- [Text generation](https://docs.oracle.com/en-us/iaas/Content/generative-ai/use-playground-generate.htm)
- [Chat](https://docs.oracle.com/en-us/iaas/Content/generative-ai/use-playground-chat.htm)
- [Summarization](https://docs.oracle.com/en-us/iaas/Content/generative-ai/use-playground-summarize.htm)

And OCI offers three ways to perform these tasks:

- The console
- The CLI
Expand Down