Cohere Embed Multilingual Image 3

The cohere.embed-multilingual-image-v3.0 is a multimodal model that can create text embeddings either from text inputs or from an image. Image input isn't available in the Console and you must use the API. For API, input a base64 encoded image in each run. For example, a 512 x 512 image is converted to about 1,610 tokens.

Regions for this Model

Important

For supported regions, endpoint types (on-demand or dedicated AI clusters), and hosting (OCI Generative AI or external calls) for this model, see the Models by Region page. For details about the regions, see the Generative AI Regions page.

Key Features

  • Input text or image, but not both.
  • To get embeddings for an image, only one image is allowed. You can't combine text and image for the same embedding. Image input through API only.
  • English or multilingual.
  • Model creates a 1,024-dimensional vector for each embedding.
  • Maximum 128,000 tokens per embedding.
  • For API, input a base64 encoded image in each run. For example, a 512 x 512 image is converted to about 1,610 tokens.
  • Use the Cohere Embed Multilingual models when:

On-Demand Mode

See the following table for this model's on-demand product name on the pricing page.

Model Name OCI Model Name Pricing Page Product Name
Cohere Embed Multilingual Image 3 cohere.embed-multilingual-image-v3.0 Embed Cohere

Dedicated AI Cluster for the Model

To reach a model through a dedicated AI cluster in any listed region, you must create an endpoint for that model on a dedicated AI cluster. For the cluster unit size that matches this model, see the following table.

Base Model Fine-Tuning Cluster Hosting Cluster Pricing Page Information Request Cluster Limit Increase
  • Model Name: Cohere Embed Multilingual Image 3
  • OCI Model Name: cohere.embed-multilingual-image-v3.0
Not available for fine-tuning
  • Unit Size: Embed Cohere
  • Required Units: 1
  • Pricing Page Product Name: Embed Cohere - Dedicated
  • For Hosting, Multiply the Unit Price: x1
  • Limit Name: dedicated-unit-embed-cohere-count
  • For Hosting, Request Limit Increase by: 1
Tip

  • In the preceding region list, models in regions that aren't marked with (dedicated AI cluster only) have both on-demand and dedicated AI cluster options. For on-demand mode, you don't need clusters and you can reach the model in the Console playground or through the API.

  • If you don't have enough cluster limits in your tenancy for hosting an Embed model on a dedicated AI cluster, request the dedicated-unit-embed-cohere-count limit to increase by 1.

  • Review the Cohere Embed Multilingual Image 3 cluster performance benchmarks for different use cases.

Embedding Model Parameter

When using the embedding models, you can get a different output by changing the following parameter.

Truncate

Whether to truncate the start or end tokens in a sentence, when that sentence exceeds the maximum number of allowed tokens. For example, a sentence has 516 tokens, but the maximum token size is 512. If you select to truncate the end, the last 4 tokens of that sentence are cut off.