- Text Embeddings
Qwen3 Embedding 4B is a 4-billion-parameter multilingual text embedding model from Qwen that produces 2560-dimensional vector representations over a context window of around 32K tokens. It…
Powered by Intfloat
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.
Output tokens per second · Higher is better
Seconds · Lower is better
USD per 1M tokens (blended) · Lower is better
About the model
E5-Base-v2 is a transformer-based text embedding model that maps English sentences and paragraphs to 768-dimensional vectors for semantic representation. It is mainly used for semantic search, document and passage retrieval, similarity scoring, and clustering in information retrieval systems. It also serves as a backbone encoder for downstream tasks such as reranking, retrieval-augmented generation, and domain-specific search applications. E5-Base-v2 belongs to Intfloat’s E5 family of embedding models, which includes earlier E5 variants and larger v2 models like E5-Large-v2.
Model capabilities
Encodes English sentences and paragraphs into 768-dimensional dense vectors for downstream machine learning and NLP applications.
Generates embeddings optimized for semantic search, enabling retrieval of relevant documents based on meaning rather than keywords.
Produces high-quality embeddings suitable for computing semantic similarity scores between sentences, queries, and documents.
Supports grouping related texts by embedding them in a shared vector space, facilitating unsupervised clustering and topic exploration.
Integrates into retrieval pipelines as a dense retriever model, powering vector databases and hybrid search systems.
Use cases
Transparent pricing
LLM API offers the lowest embedding costs and latency for E5-Base-v2–class models.
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | 120ms | 6000 tps | 99.99% | $0.05 | $0.00 | 4096 tokens |
| Intfloat | Global | ~220ms | ~2500 tps | ~99.9% | ~$0.10 | ~$0.00 | 4096 tokens |
| OpenAI (text-embedding-3-small) | Global | ~250ms | ~3000 tps | 99.9% | $0.02 | $0.00 | 8192 tokens |
| Azure OpenAI (embedding) | US East | ~260ms | ~2800 tps | 99.9% | ~$0.025 | $0.00 | 8192 tokens |
| AWS Bedrock (Cohere Embed) | US West | ~300ms | ~2200 tps | 99.9% | ~$0.03 | $0.00 | ~4096 tokens |
Performance benchmarks
| Metric | E5-Base-v2 (Intfloat) | text-embedding-3-small (OpenAI) | all-MiniLM-L6-v2 (SentenceTransformers) |
|---|---|---|---|
| Dimensions | 768 | 1536 | 384 |
| Max Input Tokens | ~512 | 8K | ~256 |
| Price per 1M Tokens | ~$0.10 | $0.02 | ~$0.05 |
| Throughput | ~1.5K tps | ~5K tps | ~2K tps |
| Avg Latency | ~80ms | ~50ms | ~60ms |
| 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.
Dynamically route each request to the best model across providers based on latency, cost, or quality. One integration, continuously optimized decisions.
One endpoint, all models.Control and minimize spend with per-model pricing visibility, routing policies, and automatic fallbacks to cheaper equivalents without code changes.
Reduce AI cost at scale.Keep your app online with built-in retries and cross-provider failover when a model or region degrades, no custom reliability code required.
Never ship single-vendor risk.Trace every call with latency, errors, tokens, and provider breakdowns in one place. Debug, optimize, and compare models with production-grade telemetry.
See every token, everywhere.Describe what you need—chat, generation, extraction, tools—and let LLM.API select and tune the right models and prompts for each task.
Think tasks, not providers.Submit thousands of requests in a single batch API call with smart chunking, parallelism, and retries to saturate provider capacity safely.
Batch at production scale.Decision guide
FAQ
E5-Base-v2 is an Intfloat text-embedding model designed for high-quality semantic search, retrieval, and clustering tasks.
E5-Base-v2 is best for dense retrieval, semantic similarity, reranking, and building vector search over documents, queries, and short passages.
E5-Base-v2 usage on LLM.API is billed per input token or character, following LLM.API’s unified metered pricing for embedding models.
E5-Base-v2 typically supports input texts up to a few thousand tokens, after which inputs should be chunked before embedding.
E5-Base-v2 generally provides low-latency embedding generation suitable for real-time or near-real-time search applications, depending on request size and concurrency.
E5-Base-v2 is a text-only model that converts text inputs into dense vector embeddings.
You can select the E5-Base-v2 model name in LLM.API’s embeddings endpoint, passing your text inputs and receiving embedding vectors in the response.
E5-Base-v2 generally offers a strong quality–performance tradeoff, with smaller size and lower cost than many larger embedding models while maintaining competitive retrieval quality.
E5-Base-v2 may struggle with very long documents, highly specialized domains, and tasks requiring generative output or multimodal understanding.
E5-Base-v2 is primarily optimized for English, so performance on other languages may be less reliable compared with dedicated multilingual embedding models.
Compare
Qwen3 Embedding 4B is a 4-billion-parameter multilingual text embedding model from Qwen that produces 2560-dimensional vector representations over a context window of around 32K tokens. It…
paraphrase-MiniLM-L6-v2 is a compact sentence-transformers embedding model from Sentence Transformers that maps text into 384-dimensional vectors. It is notable for offering a strong balance of quality…
text-embedding-ada-002 is an OpenAI embedding model that converts text into numerical vectors for measuring semantic similarity. It is an improved, more performant successor to earlier Ada-based…