AI Models
52 models · 0 new in 60d
Live
- ▾text-embedding-3-large
OpenAI · 8K tokens · $0.13/M → N/A
Best for: RAG pipelines, semantic search, document retrieval
How: Set dimensions param to reduce size (e.g., 256 for fast search, 3072 for max quality).
Example: Index your internal docs and build a search API with pgvector + this model.
3072 dimensionsstrong retrievalmatryoshka supportAPI: api.openai.com — client.embeddings.create(model='text-embedding-3-large')