OneAPIKey
← All models
OpenAI

Text embedding 3 large

High-quality OpenAI embeddings.

embeddingsretrieval
Input price
per 1M tokens (with markup)
Output price
per 1M tokens (with markup)
Context window
tokens max input
About Text embedding 3 large

3072-dim embeddings for retrieval, clustering, classification. Best-in-class semantic quality.

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: "text-embedding-3-large",
  messages: [{ role: "user", content: "Hello!" }],
});

Compare Text embedding 3 large with