Skip to main content
Vincony
OP
OpenAI
Embedding

Text Embedding 3 Large

openai/text-embedding-3-large

1 credit / request
Compare with…Added 2026

Text Embedding 3 Large is OpenAI's most capable text embedding model, producing 3072-dimensional vectors that capture rich semantic meaning. It delivers state-of-the-art performance on retrieval benchmarks, making it the go-to choice for applications where embedding quality directly impacts user experience.

The model supports flexible dimensionality — you can truncate embeddings to smaller dimensions (e.g., 1536, 768, 256) with graceful quality degradation, allowing teams to tune the cost-quality tradeoff for their specific use case.

Key Features

3072-dimensional embeddings with state-of-the-art quality

Flexible dimensionality with Matryoshka representations

8191 token input limit per text

Superior retrieval and classification performance

Multilingual embedding support

Ideal Use Cases

1.

High-quality semantic search engines

2.

Enterprise RAG pipelines requiring top accuracy

3.

Fine-grained text classification and clustering

4.

Cross-lingual information retrieval

Technical Specifications

Dimensions3072 (flexible)
Max Input8191 tokens
ModalityText → Embedding
ProviderOpenAI
CategoryEmbedding
MultilingualYes

API Usage

1curl -X POST https://api.vincony.com/v1/chat/completions \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "model": "openai/text-embedding-3-large",
6 "messages": [
7 { "role": "user", "content": "Hello, Text Embedding 3 Large!" }
8 ]
9 }'

Replace YOUR_API_KEY with your Vincony API key. OpenAI-compatible endpoint — works with any OpenAI SDK.

Compare with Another Model

Or compare up to 3 models

Frequently Asked Questions

Try Text Embedding 3 Large now

Start using Text Embedding 3 Large instantly — 100 free credits, no credit card required. Access 343+ AI models through one platform.

Vincony — Access the World's Best AI Models