OpenAI/text-embedding-3-large/Released Jan 2024

Text Embedding 3 - Large

High-quality text embeddings

Commercial use
Embeddings

About Text Embedding 3 - Large

Text Embedding 3 - Large is an embeddings model. It excels in generating high-quality embeddings for complex text analysis and multilingual applications.

MetricValue
Context Length8,191 tokens
Embedding Dimensionsup to 3,072
MultilingualYes

Ready to build with Text Embedding 3 - Large?

Try Text Embedding 3 - Large in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

curl -sSf -X POST https://hub.oxen.ai/api/ai/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "text-embedding-3-large",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'

API endpoint

See the API reference for request and response formats.

POSThttps://hub.oxen.ai/api/ai/chat/completions