Next-gen Cohere multilingual embedding model after Embed v3. Expected to improve cross-lingual retrieval and introduce compressed int8 outputs.
Next-gen Cohere multilingual embedding model after Embed v3. Expected to improve cross-lingual retrieval and introduce compressed int8 outputs.
Why it matters: Enterprise search teams track Cohere Embed as the go-to for multilingual RAG.
Expected pricing: ~$0.10 per 1M tokens (unconfirmed)
Closest production embedding model currently routed on SkillBoss.
We'll auto-switch your API calls to Cohere Embed v4 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "openai/text-embedding-3-large",
"input": {
"prompt": "Say hello from Cohere Embed v4 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account