Back to all APIs

Cohere

embeddings

“Get API key” opens Cohere’s console where you can sign in, claim free credits, and generate your key. “Documentation” shows how to set it up and call the API.

Enterprise RAG and embeddings. Best-in-class reranking and multilingual support.

Free tier ended Jan 2025

Models

embed-english-v3.0embed-multilingual-v3.0rerank-english-v3.0

Details

Auth: api_key
Uptime: 100% uptime · 7d
Avg latency: 214ms
Checked: 2h ago
Pricing: $0.10 / 1M tokens (embed v3)
Rate limit: Trial: 100 calls/min, 1,000/month
Free credits: Rate-limited trial key, no card
SDKs: pythonjavascriptgo
Regions: useu
Tags: rag, embed, rerank

Code snippets

271ms avg
import cohere

co = cohere.Client("YOUR_KEY")
res = co.embed(
    texts=["Hello world"],
    model="embed-english-v3.0",
    input_type="search_document"
)
print(res.embeddings[0][:5])

Status history (7 days)

06-10
06-11
06-12
06-13
06-14
06-15
06-21