Back to Models
OpenAI: Text Embedding 3 Large
openai/text-embedding-3-largeOct 30, 20258.2K context$0.13/M in · —/M out
Description
text-embedding-3-large is OpenAI's most capable embedding model for both english and non-english tasks. Embeddings are a numerical representation of text that can be used to measure the relatedness between two pieces of text. Embeddings are useful for search, clustering, recommendations, anomaly detection, and classification tasks.
Specifications
Provider
openai
Context Length
8.2K
Max Output
—
Modality
Intext
Outembeddings
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.13 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/text-embedding-3-large",
"messages": [{"role": "user", "content": "Hello!"}]
}'