- Text Embeddings
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.
Powered by Perplexity
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.
Output tokens per second · Higher is better
Seconds · Lower is better
USD per 1M tokens (blended) · Lower is better
About the model
Embed V1 4B is a 4B-parameter Perplexity text embedding model (pplx-embed-v1-4B) designed for state-of-the-art, real-world web-scale retrieval tasks. It is primarily used for dense text retrieval and semantic search over large corpora, benefiting applications like RAG systems, question answering, and document ranking. The model also serves general-purpose feature extraction and sentence similarity use cases, aided by long-context (32K) support and compact INT8/binary embeddings that reduce storage and retrieval costs. It is part of the pplx-embed-v1 family of diffusion-pretrained dense embedding models, offered alongside a smaller 0.6B version and related contextual variant pplx-embed-context-v1.
Model capabilities
Generates dense vector representations of text inputs, enabling efficient similarity search, retrieval, and downstream semantic applications.
Supports semantic retrieval by embedding queries and documents into a shared vector space for relevance ranking beyond keyword matching.
Embeds text from multiple languages into a unified vector space, enabling cross-lingual search and comparison tasks.
Facilitates grouping related documents or passages using vector similarity, aiding topic discovery and organization of large text corpora.
Enables content and item recommendations by comparing embedded user preferences with candidate items in high-dimensional vector space.
Use cases
Transparent pricing
LLM API offers the lowest cost-per-token and fastest embedding throughput versus comparable Embed V1 4B-class models.
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | 80ms | 120K tokens/s | 99.99% | $0.03 | $0.00 | 200K tokens |
| Perplexity | Global | ~140ms | ~60K tokens/s | ~99.9% | ~$0.05 | $0.00 | ~100K tokens |
| OpenAI | Global | ~120ms | ~80K tokens/s | 99.9% | ~$0.10 | $0.00 | 128K tokens |
| Azure AI | US East | ~150ms | ~70K tokens/s | 99.9% | ~$0.11 | $0.00 | ~100K tokens |
Performance benchmarks
| Metric | Embed V1 4B (Perplexity) | text-embedding-3-large (OpenAI) | Voyage-large-2 (Voyage AI) |
|---|---|---|---|
| Dimensions | 4096~estimate | 3072 | 3072~estimate |
| Max Input Tokens | 8K~estimate | 8K~estimate | 16K~estimate |
| Price per 1M Tokens | $0.10~estimate | $0.13~estimate | $0.12~estimate |
| Avg Latency | ~120ms~estimate | ~180ms~estimate | ~220ms~estimate |
| Throughput | 800 tps~estimate | 600 tps~estimate | 500 tps~estimate |
| Uptime | 99.9%~estimate | 99.9%~estimate | 99.9%~estimate |
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 model across providers based on latency, price, or quality—without changing your integration or redeploying code.
One endpoint, any modelControl spend with per-route budgets, tiered model selection, and real-time cost tracking so you can ship advanced AI features without surprise bills.
Lower cost, same qualityDefine fallback chains so requests transparently fail over to alternative models or providers, preserving uptime and UX even during outages or rate-limit spikes.
No single point of failureGet full visibility into every call with traces, metrics, and structured logs across all providers, making debugging and performance tuning straightforward.
See every token, everywhereDescribe intent—chat, extraction, classification, tools—while LLM.API picks and configures the right models, so your code stays clean and future-proof.
Code to tasks, not modelsSubmit large batches with built-in concurrency control, retries, and aggregation to process millions of tasks efficiently across providers with a single API.
Massive scale, simple APIDecision guide
FAQ
Embed V1 4B is a Perplexity embedding model accessible through LLM.API, designed to generate vector representations of text for search, retrieval, and similarity.
Embed V1 4B is best for semantic search, retrieval-augmented generation, clustering, deduplication, and recommendation systems where dense text embeddings are required.
Embed V1 4B pricing on LLM.API is usage-based per input token or character, with exact rates defined in your LLM.API pricing plan.
Embed V1 4B accepts moderately long text inputs suitable for typical search and retrieval use cases, but does not support extremely long document contexts.
Embed V1 4B is optimized for low-latency embedding generation, typically suitable for real-time or near real-time search and retrieval workloads.
Embed V1 4B is a text embedding model and supports only text inputs, not images, audio, or video.
You call Embed V1 4B via LLM.API by selecting the Perplexity provider and specifying the Embed V1 4B model name in your embedding requests.
Embed V1 4B typically offers a balance of quality and cost, trading some accuracy compared to larger models for better speed and lower pricing.
Embed V1 4B can handle multiple languages to some extent, but its strongest performance is usually in English-centric or high-resource language datasets.
Embed V1 4B may underperform on highly specialized domains, extremely long documents, or tasks requiring fine-grained reasoning beyond semantic similarity.
Compare
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.
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…
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…