- Text Embeddings
E5-Base-v2 is an English sentence and paragraph embedding model from Intfloat that encodes text into a 768-dimensional dense vector space, optimized for high-quality semantic similarity tasks.
Powered by Intfloat
E5-Large-v2 by Intfloat is a 335M-parameter English text-embedding transformer that maps text into 1024-dimensional vectors for high-accuracy semantic search and similarity tasks.
Output tokens per second · Higher is better
Seconds · Lower is better
USD per 1M tokens (blended) · Lower is better
About the model
E5-Large-v2 is a large English text embedding model trained with weakly supervised contrastive pre-training to produce 1024-dimensional sentence and document embeddings. It is mainly used for semantic search and retrieval, where queries and passages are embedded and compared to find relevant results. It is also widely applied to tasks like clustering, reranking, and classification that rely on dense semantic representations. E5-Large-v2 belongs to the E5 family of text embedding models, improving on earlier variants such as e5-base-v2 and e5-small-v2.
Model capabilities
Generates 1024-dimensional dense vector embeddings for English text, suitable for downstream machine learning and representation learning applications.
Supports high-quality semantic search by encoding queries and documents for vector similarity retrieval across large text corpora.
Computes meaningful similarity between sentences or passages by comparing their embeddings, enabling clustering and paraphrase detection.
Optimized for passage retrieval tasks, including ad-hoc document ranking and open-domain question answering pipelines using dense vectors.
Provides strong performance on benchmarks like BEIR and MTEB for diverse retrieval, classification, and semantic similarity tasks.
Use cases
Transparent pricing
LLM API offers the lowest embedding prices and best performance for E5-Large-v2–class models.
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | ~120ms | ~8K tps | 99.99% | $0.02 per 1M tokens | $0.02 per 1M tokens | 64K tokens |
| Intfloat | Global | ~220ms | ~3K tps | 99.9% | ~$0.10 per 1M tokens | ~$0.10 per 1M tokens | 32K tokens |
| OpenAI (text-embedding-3-large) | Global | ~250ms | ~4K tps | 99.9% | $0.13 per 1M tokens | $0.13 per 1M tokens | 100K tokens |
| Cohere (embed-multilingual-light-v3) | Global | ~260ms | ~2.5K tps | 99.9% | ~$0.20 per 1M tokens | ~$0.20 per 1M tokens | 4K tokens |
| Azure OpenAI (embedding equivalent) | US East | ~240ms | ~3.5K tps | 99.9% | ~$0.16 per 1M tokens | ~$0.16 per 1M tokens | 16K tokens |
Performance benchmarks
| Metric | E5-Large-v2 (Intfloat) | text-embedding-3-large (OpenAI) | bge-large-en-v1.5 (BAAI) |
|---|---|---|---|
| Dimensions | 1024 | 3072 | 1024 |
| Max Input Tokens | ~4K | 8K | ~4K |
| Price per 1M Tokens | $0.10 | $0.13 | $0.05 |
| Throughput | ~2K tps | ~4K tps | ~2.5K tps |
| Avg Latency | ~120ms | ~100ms | ~130ms |
| Uptime | 99.5% | 99.9% | 99.0% |
30-day usage via LLM API
Architecture & Integration
One unified API. Every major model. Built-in reliability, cost control, and observability.
Automatically route each request to the optimal model across providers based on latency, cost, and performance—without changing your integration or redeploying.
One endpoint, every modelMix premium and budget models with dynamic routing, hard spend guards, and usage insights so you can scale AI without unpredictable cloud bills.
Optimize quality per dollarDefine provider-agnostic failover rules so if a model or region degrades, traffic is transparently retried on backups—no downtime, no manual switches.
Stay online, automaticallyGet end-to-end traces, latency and error metrics, cost breakdowns, and structured logs for every call so you can debug and tune AI traffic in minutes.
See every token and traceDescribe tasks at a higher level—chat, tools, evals, workflows—and let LLM.API select models, parameters, and prompts consistently across providers.
Tasks, not model glueSubmit large batches of prompts to run asynchronously across multiple models and regions with built-in retries, partial failure handling, and cost reporting.
Millions of calls, one jobDecision guide
FAQ
E5-Large-v2 is a text embedding model by Intfloat optimized for high-quality semantic search, retrieval, and clustering tasks.
E5-Large-v2 is best for generating dense vector representations for semantic search, question answering, duplicate detection, and recommendation systems.
E5-Large-v2 typically supports input sequences up to around 512 tokens, after which text is truncated before embedding.
E5-Large-v2 is a text-only model that accepts natural language or short text strings and returns numeric embedding vectors.
LLM.API exposes E5-Large-v2 with token-based pricing, where you pay per input token embedded; check the LLM.API pricing page for exact rates.
For typical short texts, E5-Large-v2 usually responds in tens to a few hundreds of milliseconds, depending on load and batch size.
You call the LLM.API embeddings endpoint, specifying the E5-Large-v2 model name and passing your input texts in the request body.
E5-Large-v2 generally offers strong retrieval performance versus smaller E5 variants, with higher accuracy but more compute and latency.
E5-Large-v2 cannot generate text, handle images or audio, and its performance may degrade on very long, noisy, or domain-specific inputs.
E5-Large-v2 primarily targets English, and performance on other languages may be weaker compared with dedicated multilingual embedding models.
Compare
E5-Base-v2 is an English sentence and paragraph embedding model from Intfloat that encodes text into a 768-dimensional dense vector space, optimized for high-quality semantic similarity tasks.
Codestral Embed 2505 is an embedding model from Mistral AI designed for creating vector representations of text, with a focus on code-related content. It offers an…
bge-base-en-v1.5 is a base-sized English text embedding model from BAAI’s BGE (BAAI General Embedding) series, optimized for semantic similarity and retrieval. It generates 768-dimensional embeddings for…