← All models
Cohere
Embed English v3
1024-dim embeddings tuned for search.
embeddingsretrieval
Input price
—
per 1M tokens (with markup)
Output price
—
per 1M tokens (with markup)
Context window
—
tokens max input
About Embed English v3
Cohere's retrieval-optimized English embeddings.
Capabilities
—Streaming
—Tool calling / function calls
—Vision input
—JSON mode
Use it through OneAPIKey
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.ONEAPIKEY_API_KEY,
baseURL: "https://oneapikey.app/v1",
});
const res = await client.chat.completions.create({
model: "embed-english-v3",
messages: [{ role: "user", content: "Hello!" }],
});