- 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 BAAI
bge-large-en-v1.5 is a large English text embedding model from BAAI’s BGE (BAAI General Embedding) family that maps text into 1,024-dimensional dense vectors, optimized for semantic search and retrieval.
Output tokens per second · Higher is better
Seconds · Lower is better
USD per 1M tokens (blended) · Lower is better
About the model
bge-large-en-v1.5 is a 335M-parameter English sentence embedding model from BAAI that converts text into 1,024-dimensional vectors for similarity-based applications. It is mainly used for dense retrieval in retrieval-augmented generation (RAG) systems, semantic search, and document or passage ranking. The model is also applied to clustering, recommendation, and other tasks that rely on high-quality text similarity representations. It belongs to the BGE (BAAI General Embedding) series, a family that includes earlier English and Chinese variants and later multilingual successors such as bge-m3.
Model capabilities
Generates high-quality 1024-dimensional English text embeddings for sentences, paragraphs, and documents using an encoder-only architecture.
Supports high-precision semantic search and retrieval by mapping related English texts to nearby vectors in embedding space.
Enables retrieval-augmented generation and knowledge base lookup by encoding long English documents into dense representations.
Performs sentence and document similarity scoring, clustering, and reranking based on distances between embedding vectors.
Specialized for English language inputs, providing optimized performance for monolingual English NLP embedding tasks.
Use cases
Transparent pricing
LLM API offers the lowest embedding prices and best SLAs for bge-large-en-v1.5–class models.
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | 80ms | 6000 tps | 99.99% | $0.02 | $0.00 | 8K tokens |
| BAAI | Global | ~150ms | ~2000 tps | ~99.9% | $0.04 | $0.00 | 8K tokens |
| OpenAI | Global | ~180ms | ~3000 tps | 99.9% | $0.10 | $0.00 | 8K tokens |
| Azure AI | US East | ~200ms | ~2500 tps | 99.9% | $0.09 | $0.00 | 8K tokens |
| AWS Bedrock | US West | ~190ms | ~2200 tps | 99.9% | $0.08 | $0.00 | 8K tokens |
Performance benchmarks
| Metric | bge-large-en-v1.5 (BAAI) | text-embedding-3-large (OpenAI) | e5-large-v2 (intfloat) |
|---|---|---|---|
| Dimensions | 1024 | 3072 | 1024 |
| Max Input Tokens | 8K | 8K | 4K |
| Price per 1M Tokens | ~$0.10 | $0.13 | ~$0.10 |
| Avg Latency | ~120ms | ~180ms | ~140ms |
| Throughput | ~1.2K tps | ~1K tps | ~900 tps |
| 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.
Define policies once and let LLM.API route each request to the optimal model across providers based on latency, cost, and quality—no client changes required.
One policy, many modelsControl spend with per-project price caps, smart model selection, and detailed usage insights so you can scale traffic without surprise bills or manual tuning.
Optimize spend by defaultAutomatically fail over to backup models and regions on errors or timeouts, preserving SLAs and user experience without adding complex retry logic in your code.
Stay online, automaticallyTrace every request across models, providers, and regions with structured logs, metrics, and latency breakdowns to debug issues and tune performance in production.
See every token hopDescribe tasks like chat, tools, RAG, or scoring once and let LLM.API normalize prompts, parameters, and outputs across incompatible providers and model formats.
Task-first, not model-firstRun massive batch workloads through a single API with automatic chunking, concurrency limits, retries, and progress tracking, without maintaining custom pipelines.
Ship at batch scaleDecision guide
FAQ
bge-large-en-v1.5 is an English sentence-embedding model by BAAI optimized for high-quality semantic similarity, retrieval, and reranking tasks.
It is best for dense retrieval, semantic search, question-answer retrieval, and clustering English text by meaning rather than exact keywords.
bge-large-en-v1.5 outputs 1,024-dimensional embeddings for each input text chunk.
It is typically used on short to medium English texts, and long documents should be chunked before embedding for best performance.
Latency depends on hardware and request batch size, but as a large embedding model it is slower than small embedding models per request.
bge-large-en-v1.5 is a text-only model that converts English text into dense vector embeddings.
Use the LLM.API embeddings endpoint, specifying provider "BAAI" and model "bge-large-en-v1.5" in your request parameters.
Pricing is metered per token or character for embedding requests, and the exact rate is defined by LLM.API’s BAAI pricing schedule.
It generally offers higher retrieval accuracy and semantic quality than smaller embedding models at the cost of higher compute and latency.
It is primarily optimized for English; embeddings for other languages may be lower quality and are not the main target use case.
It does not generate text, only embeddings, and may underperform on very long documents or non-English content without careful preprocessing.
Yes, but you should benchmark latency on your infrastructure and consider batching or caching to meet strict real-time requirements.
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…
Gemini Embedding 2 is Google's natively multimodal embedding model that maps text, images, video, audio, and documents into a single semantic vector space. It is notable…
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…