- Text Generation
Riverflow V2 Pro is Sourceful’s most powerful Riverflow 2.0 model, focused on high-quality, controllable image generation and perfect text rendering.
Powered by Cohere
Rerank 4 Fast is Cohere’s fourth-generation multilingual reranking model optimized for low-latency, high-throughput retrieval with a context window of around 32K–33K tokens. It is designed to quickly reorder candidate documents by semantic relevance to a query in production search and RAG pipelines.
Output tokens per second · Higher is better
Seconds · Lower is better
USD per 1M tokens (blended) · Lower is better
About the model
Rerank 4 Fast is a Cohere reranking model that scores and reorders candidate documents by their relevance to a user query, with support for long contexts and multilingual data. It is mainly used to improve result ordering in retrieval-augmented generation (RAG), enterprise search, and agent workflows where many documents must be ranked quickly. It also serves in high-traffic, latency-sensitive applications where it trades a bit of precision for speed relative to heavier rerankers. It belongs to Cohere’s Rerank 4 family, alongside Rerank 4 Pro and successors to earlier Rerank 3.x models.
Model capabilities
Reorders candidate documents or passages by relevance to a query, improving information retrieval quality over initial search results.
Assesses semantic similarity between queries and texts to surface contextually related results beyond simple keyword overlap.
Enhances search pipelines by providing relevance scores that can be integrated into ranking, filtering, or hybrid retrieval systems.
Handles queries and documents across multiple languages for ranking tasks, supporting diverse international search and retrieval scenarios.
Enables customized ranking strategies by incorporating additional metadata or signals alongside textual relevance scores when reranking results.
Use cases
Transparent pricing
Up to ~60% cheaper and faster than comparable rerank APIs
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | ~120ms | ~120 qps | 99.99% | ~$0.30 per 1M input tokens | $0.00 | 200K tokens |
| Cohere | Global | ~220ms | ~60 qps | 99.9% | ~$0.75 per 1M input tokens | $0.00 | 128K tokens |
| Azure AI | US East | ~260ms | ~80 qps | 99.9% | ~$0.90 per 1M input tokens | $0.00 | 128K tokens |
| AWS Bedrock | US West | ~280ms | ~70 qps | 99.9% | ~$0.95 per 1M input tokens | $0.00 | 128K tokens |
Performance benchmarks
| Metric | Rerank 4 Fast (Cohere) | text-embedding-3-large (OpenAI) | nomic-embed-text v1 (Nomic) |
|---|---|---|---|
| Task Type | Reranking | Embedding | Embedding/Reranking |
| Dimensions | ~1024 | 3072 | 768 |
| Max Input Tokens | ~8K | 8K | 8K |
| Avg Latency | ~120ms | ~180ms | ~200ms |
| Price per 1M Tokens | ~$0.15 | $0.13 | ~$0.10 |
| Throughput | ~150 QPS | ~200 QPS | ~120 QPS |
| Uptime | 99.9% | 99.9% | 99.5% |
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 across providers and models based on latency, cost, or quality. One endpoint lets you A/B test, roll out, and swap models safely.
One endpoint, any modelAutomatically pick the most cost-effective model per task while enforcing budgets and quotas. Reduce spend without rewriting app logic or touching provider settings.
Optimize spend by defaultDefine provider-agnostic fallback chains that retry, downgrade, or reroute on failures and timeouts. Keep production workloads up even when individual APIs break.
Designed for failureGet unified traces, logs, metrics, and payload insights across every provider. Debug latency spikes, failures, and regressions from a single, queryable view.
See every tokenDescribe intent as tasks—chat, generate, extract, score—instead of raw prompts. LLM.API normalizes parameters so you can swap models without rewriting integrations.
Code to tasks, not modelsSubmit massive batch jobs with automatic chunking, concurrency control, retries, and result aggregation. Maximize throughput while staying within rate limits and SLAs.
Millions of calls, one jobDecision guide
FAQ
Rerank 4 Fast is a Cohere model that scores and reorders candidate documents or passages for a query to improve retrieval relevance.
It is best for fast, low-cost reranking in search, RAG pipelines, recommendation systems, and retrieval-based question answering.
LLM.API usage is typically billed per input token or per item scored; check the LLM.API pricing page for exact current rates.
Rerank 4 Fast can handle relatively long queries and documents but is generally limited to a few thousand tokens per input item.
It is optimized for low-latency inference, so it typically returns relevance scores quickly even when ranking many candidates.
Rerank 4 Fast operates on text-only inputs, taking a text query and a list of text documents to score.
You select the Cohere provider and specify the Rerank 4 Fast model name in your LLM.API rerank request payload.
Compared to larger or more accurate variants, Rerank 4 Fast generally trades a bit of quality for better speed and lower cost.
No, it is a ranking model that scores documents against a query and does not generate free-form text.
Its relevance depends on the quality of candidate documents and it may underperform on highly domain-specific or out-of-distribution content.
Compare
Riverflow V2 Pro is Sourceful’s most powerful Riverflow 2.0 model, focused on high-quality, controllable image generation and perfect text rendering.
all-mpnet-base-v2 is a widely used English sentence-embedding model from Sentence Transformers that maps text to 768-dimensional vectors for semantic similarity tasks. It is built on Microsoft’s…
DeepSeek V3.2 is a large open-source Mixture-of-Experts language model from DeepSeek that emphasizes high reasoning performance and efficient long‑context inference. It is notable for its DeepSeek…