Skip to content

Commit ca275a5

Browse files
committed
update descriptions
1 parent e942aea commit ca275a5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/ai-studio/how-to/deploy-models-cohere-embed.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Cohere Embed English is a multimodal (text and image) representation model used
3737
* Context window of the model is 512 tokens
3838
* Embed English accepts images as a base64 encoded data url
3939

40+
Image embeddings consume a fixed number of tokens per image—1,000 tokens per image—which translates to a price of $0.0001 per image embedded. The size or resolution of the image doesn't affect the number of tokens consumed, provided the image is within the accepted dimensions, file size, and formats.
41+
4042

4143
# [Cohere Embed v3 - Multilingual](#tab/cohere-embed-v3-multilingual)
4244

@@ -46,6 +48,7 @@ Cohere Embed Multilingual is a multimodal (text and image) representation model
4648
* Context window of the model is 512 tokens
4749
* Embed Multilingual accepts images as a base64 encoded data url
4850

51+
Image embeddings consume a fixed number of tokens per image—1,000 tokens per image—which translates to a price of $0.0001 per image embedded. The size or resolution of the image doesn't affect the number of tokens consumed, provided the image is within the accepted dimensions, file size, and formats.
4952

5053
---
5154

articles/machine-learning/how-to-deploy-models-cohere-embed.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ Cohere Embed English is a multimodal (text and image) representation model used
421421
* Context window of the model is 512 tokens
422422
* Embed English accepts images as a base64 encoded data url
423423

424+
Image embeddings consume a fixed number of tokens per image—1,000 tokens per image—which translates to a price of $0.0001 per image embedded. The size or resolution of the image doesn't affect the number of tokens consumed, provided the image is within the accepted dimensions, file size, and formats.
424425

425426
# [Cohere Embed v3 - Multilingual](#tab/cohere-embed-v3-multilingual)
426427

@@ -430,6 +431,7 @@ Cohere Embed Multilingual is a multimodal (text and image) representation model
430431
* Context window of the model is 512 tokens
431432
* Embed Multilingual accepts images as a base64 encoded data url
432433

434+
Image embeddings consume a fixed number of tokens per image—1,000 tokens per image—which translates to a price of $0.0001 per image embedded. The size or resolution of the image doesn't affect the number of tokens consumed, provided the image is within the accepted dimensions, file size, and formats.
433435

434436
---
435437

0 commit comments

Comments
 (0)