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.
| Metric | Value |
|---|---|
| Context Length | 8,191 tokens |
| Embedding Dimensions | up to 3,072 |
| Multilingual | Yes |
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.
POST
https://hub.oxen.ai/api/ai/chat/completions