Назад к моделям
Cohere Embed V4
coherecohere/embed-v4
Multilingual multimodal embedding model capable of transforming images, texts, and interleaved content into vector representations. State-of-the-art performance with byte/binary quantization and matryoshka embeddings for compression.
Размер контекста
8K
Максимальный вывод
--
Цена Входза 1M токенов
$0.120за 1 млн токенов
Модальности
ТекстИзображение→embedding
Разбивка цен
| Тип | Ставка |
|---|---|
| Вход | $0.120 за 1 млн токенов |
Поддерживаемые параметры
input_typedimensionstruncate
Примеры API
Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "cohere/embed-v4",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'