Files
anomalyco--models.dev/providers/azure/models/cohere-embed-v3-multilingual.toml
2026-07-13 12:28:55 +08:00

23 lines
426 B
TOML

name = "Embed v3 Multilingual"
description = "Embedding model for semantic search, retrieval, clustering, and ranking pipelines"
family = "cohere-embed"
release_date = "2023-11-07"
last_updated = "2023-11-07"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = true
[cost]
input = 0.10
output = 0.00
[limit]
context = 512
output = 1_024
[modalities]
input = ["text"]
output = ["text"]