- Text Embeddings
Embed V1 4B is Perplexity’s 4-billion-parameter text embedding model optimized for high-quality, web‑scale dense retrieval, supporting long 32K-token inputs and efficient INT8/binary representations.
Powered by Sentence Transformers
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 and efficiency for 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
paraphrase-MiniLM-L6-v2 is a sentence-transformers model that encodes sentences and short paragraphs into 384-dimensional dense vector embeddings. It is mainly used for semantic search and information retrieval, where it helps find relevant texts based on meaning rather than keywords. It is also widely applied to clustering and paraphrase or similarity detection across large text collections. The model belongs to the MiniLM-based sentence-transformers family, related to models such as all-MiniLM-L6-v2 and paraphrase-multilingual-MiniLM-L12-v2.
Model capabilities
Maps sentences and short paragraphs into 384-dimensional dense vector embeddings that capture semantic meaning for downstream applications.
Computes similarity between sentence embeddings, enabling comparison of meaning for paraphrase detection and related text identification tasks.
Supports semantic search by embedding queries and documents into the same vector space for relevance-based retrieval using similarity scores.
Enables clustering of texts by encoding them as vectors, allowing grouping of semantically related sentences or documents together.
Compact transformer model with about 22.7M parameters, suitable for resource-constrained environments and real-time text embedding workloads.
Use cases
Transparent pricing
LLM API embeddings are priced lower and scale better than comparable MiniLM-based services.
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | ~120ms | ~8,000 tps | 99.99% | ~$0.02 per 1M tokens | ~$0.02 per 1M tokens | ~8K tokens |
| Sentence Transformers (Hosted) | Global | ~250ms | ~2,000 tps | ~99.9% | ~$0.10 per 1M tokens | ~$0.80 per 1M tokens | ~4K tokens |
| Hugging Face Inference Endpoints | US East | ~220ms | ~1.5k tps | 99.9% | ~$1.20 per 1M tokens | ~$1.20 per 1M tokens | ~8K tokens |
| AWS SageMaker (MiniLM-based endpoint) | US West | ~250ms | ~1k tps | 99.9% | ~$1.50 per 1M tokens | ~$1.50 per 1M tokens | ~8K tokens |
| Azure ML Online Endpoint (MiniLM-based) | EU West | ~260ms | ~900 tps | 99.9% | ~$1.60 per 1M tokens | ~$1.60 per 1M tokens | ~8K tokens |
Performance benchmarks
| Metric | paraphrase-MiniLM-L6-v2 (Sentence Transformers) | all-MiniLM-L6-v2 (Sentence Transformers) | text-embedding-3-small (OpenAI) |
|---|---|---|---|
| Dimensions | 384 | 384 | 1536 |
| Max Input Tokens | ~256 tokens | ~256 tokens | 8K tokens |
| Price per 1M Tokens | ~$0.05 | ~$0.05 | $0.02 |
| Throughput | ~1,500 tps | ~1,500 tps | ~2,500 tps |
| Avg Latency | ~40ms | ~40ms | ~80ms |
| Uptime | ~99.5% | ~99.5% | ~99.9% |
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 best-fit model across providers based on cost, latency, and quality—without changing your integration.
One endpoint, every modelOptimize spend by dynamically mixing premium and budget models, enforcing price caps, and simulating cost impact before changes hit production.
More output, less spendStay online during model or provider outages with automatic retries, failover routes, and graceful degradation tuned to your app’s SLAs.
Never go darkTrace every request across providers with logs, metrics, and evaluations so you can debug prompts, track regressions, and confidently ship changes.
See every tokenCall high-level tasks like chat, tools, embeddings, and rerankers through a consistent API so you can swap models without rewriting logic.
Tasks, not providersProcess large workloads efficiently with batched inference, parallel execution, and provider-aware rate limits for faster, cheaper bulk operations.
Scale jobs, not codeDecision guide
FAQ
paraphrase-MiniLM-L6-v2 is a Sentence Transformers model that encodes sentences into dense vectors optimized for semantic similarity and paraphrase detection.
It is best for semantic search, clustering, duplicate detection, and measuring sentence-level similarity in low-latency, resource-constrained applications.
LLM.API pricing is usage-based; check the paraphrase-MiniLM-L6-v2 entry in the LLM.API pricing page for the latest per-request and per-token rates.
paraphrase-MiniLM-L6-v2 is typically used with short texts or sentences, and does not support long-document context windows like large generative LLMs.
As a small MiniLM-based encoder, it provides low-latency embeddings, making it suitable for real-time or interactive use cases on LLM.API.
paraphrase-MiniLM-L6-v2 is a text-only model that produces fixed-size vector embeddings from input text.
Call the LLM.API embeddings endpoint with the model name paraphrase-MiniLM-L6-v2 and your text inputs, using your LLM.API authentication key.
It trades some embedding quality for significantly lower latency and memory usage, making it ideal when performance and cost are priorities.
paraphrase-MiniLM-L6-v2 is primarily optimized for English; performance on other languages may be inconsistent and should be empirically validated.
It may underperform on complex reasoning, domain-specific jargon, or long documents compared to larger, more specialized embedding or generative models.
Compare
Embed V1 4B is Perplexity’s 4-billion-parameter text embedding model optimized for high-quality, web‑scale dense retrieval, supporting long 32K-token inputs and efficient INT8/binary representations.
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.
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…