Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 4.56 KB

File metadata and controls

79 lines (46 loc) · 4.56 KB
title slug hidden description image keywords createdAt updatedAt
Cohere on Oracle Cloud Infrastructure (OCI)
docs/oracle-cloud-infrastructure-oci
false
This page describes how to work with Cohere models on Oracle Cloud Infrastructure (OCI)
../../assets/images/f1cc130-cohere_meta_image.jpg
generative AI, large language models, Oracle Cloud Infrastructure, OCI
Mon Feb 22 2024 14:53:59 GMT+0000 (Coordinated Universal Time)
Wed May 31 2024 16:11:36 GMT+0000 (Coordinated Universal Time)

In an effort to make our language-model capabilities more widely available, we've partnered with a few major platforms to create hosted versions of our offerings.

Here, you'll learn how to use Oracle Cloud Infrastructure (OCI) to deploy both the Cohere Command and the Cohere Embed models on the AWS cloud computing platform. The following models are available on OCI:

  • Command R+
  • Command R
  • Embed English v3
  • Embed English v3 light
  • Embed Multilingual v3
  • Embed Multilingual v3 light

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.

For the most updated list of available models, see the OCI documentation.

Working With Cohere Models on OCI

On OCI, you can use Cohere models to perform the following tasks:

And OCI offers three ways to perform these tasks:

  • The console
  • The CLI
  • The API

In the sections that follow, we'll briefly outline how to use each, and link out to other documentation to fill in any remaining gaps.

The Console

OCI offers a console through which you can perform many generative AI tasks. It allows you to select your region and the model you wish to use, then pass a prompt to the underlying model, configuring parameters as you wish.

If you want to use the console for chat, text generation, summarization, and embeddings, visit those links and select "console."

The CLI

With OCI's command line interface (CLI), it's possible to use Cohere models to generate text, get embeddings, or extract information.

If you want to use the console for text generation, summarization, and embeddings, visit those links and select "CLI."

The API

If you're trying to use Cohere models on OCI programmatically -- i.e. as part of software development, or while building an application -- you'll likely want to use the API.

If you want to use the console for text generation, summarization, and embeddings, visit those links and select "API."