Cohere Embed English Light Image 3
The cohere.embed-english-light-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.
Available in These Regions
- Brazil East (Sao Paulo) (dedicated AI cluster only)
- Germany Central (Frankfurt) (dedicated AI cluster only)
- Japan Central (Osaka) (dedicated AI cluster only)
- UAE East (Dubai) (dedicated AI cluster only)
- UK South (London) (dedicated AI cluster only)
- US Midwest (Chicago) (dedicated AI cluster only)
Key Features
- Use the Cohere Embed English models to generate text embeddings from English documents.
- 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.
- Light models are smaller and faster than the original models.
- English or multilingual.
- Model creates a 384-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.
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 |
---|---|---|---|---|
|
Not available for fine-tuning |
|
|
|
-
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.
Release and Retirement Dates
Model | Release Date | On-Demand Retirement Date | Dedicated Mode Retirement Date |
---|---|---|---|
cohere.embed-english-light-image-v3.0
|
2025-05-14 | At least one month after the release of the 1st replacement model. | At least 6 months after the release of the 1st replacement model. |
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.