MXFP4
Compare performance across different hardware configurations. See each full report for detailed metrics.
Per-user generation speed across context lengths. The top edge of each band shows single-user performance; the bottom edge shows performance at maximum tested concurrency.
Time until the first token is generated. The bottom edge of each band shows single-user TTFT; the top edge shows TTFT at maximum tested concurrency. Lower is better for responsive user experience.
Maximum concurrent requests while maintaining acceptable user experience. Thresholds vary by use case. See individual reports for details.
"+" indicates capacity exceeded tested concurrency range. "~" indicates estimated from available data.
Benchmark methodology →Get a custom recommendation based on your specific workload, budget, and performance requirements.
1x RTX Pro 6000 Blackwell
January 28, 2026
Infrastructure decisions require real performance data. This report measures user-facing performance, showing how many concurrent users a configuration can support at a given context length before performance degrades.
This benchmark evaluates gpt-oss-20b (OpenAI, 21B parameters, Mixture-of-Experts) running in MXFP4 precision on 1x RTX Pro 6000 Blackwell (96GB VRAM).
Test parameters: Context lengths from 1K - 128K tokens. Concurrency from 1 - 5 requests. 1024 output tokens per request. No prompt caching. No speculative decoding. Full-precision KV cache.
| Metric | Result |
|---|---|
| Peak System Throughput | 642.5 tok/s @ 5 concurrent requests, 1K context |
| TTFT Single Request | 35ms (1K context) → 21.4s (128K context) |
| Generation Speed Single Request | 250.0 tok/s (1K context) → 105.5 tok/s (128K context) |
| Chatbot Capacity | 8 concurrent requests @ 32K context |
| Throughput Scaling | 3.3× from 1 to 5 concurrent requests |
| Success Rate | 99.5% across 8.3K requests |
The table below maps this configuration's performance to common deployment scenarios. Capacity limits are where TTFT or generation speed falls below accepted thresholds for a comfortable user experience.
| Use Case | TTFT Threshold | Speed Threshold | Notes | Details |
|---|---|---|---|---|
| Code Completion | 2s e2e | N/A | Supports 43 concurrent requests within accepted thresholds. | View details |
| Short-form Chatbot | 10s | 10 tok/s | Supports 125+ concurrent requests with fast responses. Additional capacity likely available. | View details |
| General Chatbot | 8s | 15 tok/s | Supports 8 concurrent requests within accepted thresholds. | View details |
| Long Document Processing | 12s | 15 tok/s | Supports 3 concurrent requests within accepted thresholds. | View details |
| Automated Coding Assistant | 12s | 20 tok/s | Response times too slow for agentic workflows without caching; enable prompt caching or consider a smaller model. | View details |
The limits shown are conservative. Beyond these points, the system continues functioning with slower response times that may still be acceptable for your specific use case.
Want to validate your specific configuration?
Aggregate token generation across all concurrent requests. Measures output tokens only. Prompt tokens processed during prefill are excluded.
Average system throughput across 1K - 128K tokens context at 1 - 5 concurrent requests.
| Condition | Throughput |
|---|---|
| Peak (1K context, 5 requests) | 642.5 tok/s |
| 32K context, 5 requests | 222.1 tok/s |
| 128K context, 5 requests | 32.9 tok/s |
At peak throughput, this configuration produces approximately 2.3 million tokens per hour. This is relevant for batch workloads like document processing, synthetic data generation, or offline analysis. Higher concurrency or shorter contexts can increase this further.
Token generation rate experienced by each individual user. This is the speed at which text streams into their response, also referred to as "decode speed" or "decode throughput." As concurrency increases, per-user speed decreases since GPU resources are shared across requests.
Average per-user generation speed across 1K - 128K tokens context at 1 - 5 concurrent requests.
| Speed | User Experience |
|---|---|
| < 15 tok/s | Slow; may be slower than reading speed |
| 15–25 tok/s | Acceptable; keeps pace with reading |
| 25–50 tok/s | Fast; exceeds reading speed |
| > 50 tok/s | Very fast; text appears nearly instantly |
At 15.8 tok/s (the lowest measured point: 128K context, 5 concurrent requests), this configuration stays at acceptable speeds across all tested scenarios. Single-user performance at 1K context reaches 250.0 tok/s.
Time from request submission to first response token. The primary metric for perceived responsiveness. TTFT has two components:
At low concurrency, prefill dominates. Under load, queue wait becomes the larger factor. See Queue Wait Times and Prefill Speed in Technical Analysis.
Average TTFT across 1K - 128K tokens context at 1 - 5 concurrent requests.
| TTFT | User Experience |
|---|---|
| < 500ms | Feels instant |
| 500ms–2s | Feels responsive |
| 2–5s | Noticeable but still acceptable |
| 5–10s | Feels slow; generally acceptable at higher context lengths |
| > 10s | Can be frustrating; users may retry or abandon |
How many concurrent requests can this configuration handle for different workloads? Each chart below shows performance metrics as concurrency increases at a specific context length. Dashed lines indicate quality thresholds, the point where user experience degrades below acceptable levels. The "capacity limit" is the tested or estimated point where the first threshold is reached.
Inline code suggestions in IDEs, like autocomplete. Responsiveness is critical. This test generates 128 output tokens per request (vs. 1024 elsewhere) to match typical autocomplete length. The key metric is end-to-end latency, not TTFT.
Threshold: End-to-end latency < 2,000ms
Average end-to-end latency and throughput at 1K context. Dashed line indicates quality threshold.
| Metric | @ 1 request | @ 43 requests | @ 100 requests |
|---|---|---|---|
| End-to-end latency | 547ms | 1,952ms | 3511ms (threshold exceeded) |
| Throughput | 250 tok/s | 71 tok/s | 44 tok/s |
Capacity limit: 43 concurrent requests
At 43 concurrent requests, end-to-end latency reaches 1952ms, just under the 2,000ms threshold.
Quick conversational exchanges: customer support queries, simple Q&A, single-turn requests. 8K context accommodates a few back-and-forth messages plus system prompt. User expectations are more forgiving for these scenarios. 10+ tok/s is acceptable for reading streamed responses from a support chatbot.
Thresholds: TTFT < 10s, generation speed > 10 tok/s
Average per-user generation speed and TTFT at 8K context.
| Metric | @ 1 request | @ 75 requests | @ 125 requests |
|---|---|---|---|
| TTFT | 0.3s | 4.5s | 6.4s |
| Generation speed | 238 tok/s | 30 tok/s | 19 tok/s |
Capacity limit: 125+ concurrent requests
At 125 concurrent requests, TTFT is 6.4 seconds and generation speed is 19 tok/s, both well within acceptable bounds. Capacity likely extends higher.
ChatGPT-style chatbot. If you're deploying a multi-turn conversational chatbot, this benchmark shows how many concurrent requests you can support while matching acceptable responsiveness. 32K context matches ChatGPT's limit.
Thresholds: TTFT < 8s, generation speed > 15 tok/s
Average per-user generation speed and TTFT at 32K context. Dashed lines indicate quality thresholds.
| Metric | @ 1 request | @ 8 requests | @ 10 requests |
|---|---|---|---|
| TTFT | 1.9s | 8.0s | 10.0s (threshold exceeded) |
| Generation speed | 182 tok/s | 62 tok/s | 47 tok/s |
Capacity limit: 8 concurrent requests
At 8 concurrent requests, TTFT reaches 8.0 seconds, right at the threshold. Generation speed at this concurrency is 62 tok/s, above the 15 tok/s minimum.
Summarizing reports, extracting data from contracts, analyzing lengthy documents. 64K tokens handles documents up to roughly 125-160 pages depending on formatting and density.
Users typically tolerate higher latency for document processing since they understand large inputs require more processing time. However, generation speed still needs to stay at or above reading speed.
Thresholds: TTFT < 12s, generation speed > 15 tok/s
Average per-user generation speed and TTFT at 64K context. Dashed lines indicate quality thresholds.
| Metric | @ 1 request | @ 3 requests | @ 5 requests |
|---|---|---|---|
| TTFT | 6.2s | 11.8s | 17.7s (threshold exceeded) |
| Generation speed | 145 tok/s | 64 tok/s | 41 tok/s |
Capacity limit: 3 concurrent requests
At 3 concurrent requests, TTFT reaches 11.8 seconds, just under the 12-second threshold. Generation speed at this concurrency is 64 tok/s, above the 15 tok/s minimum.
Agentic coding workloads: AI assistants that read large portions of a codebase to answer questions, refactor code, or implement features. 96K tokens handles roughly 8,000-9,000 lines of code, enough for significant repository context.
Agentic workflows chain multiple LLM calls (tool use, retrieval, iterative refinement). With caching properly configured, context persists between requests and only new tokens require processing, dramatically reducing TTFT for each step. These results represent worst-case TTFT where all context is processed at once.
Thresholds: TTFT < 12s, generation speed > 20 tok/s
Average per-user generation speed and TTFT at 96K context. Dashed lines indicate quality thresholds.
| Metric | @ 1 request | @ 3 requests | @ 5 requests |
|---|---|---|---|
| TTFT | 12.8s (threshold exceeded) | 24.5s (threshold exceeded) | 37.4s (threshold exceeded) |
| Generation speed | 141 tok/s | 42 tok/s | 26 tok/s |
Capacity limit: Not recommended for this use case
This configuration doesn't meet agentic coding requirements at 96K context. Even at single-user load, performance falls below acceptable thresholds. To improve performance, enable prompt caching, reduce context length, or consider a smaller model.
Infrastructure-level metrics that explain user-facing performance. Queue depth, prefill throughput, token generation latency, and scaling efficiency across load conditions. These help diagnose bottlenecks and validate infrastructure decisions.
Time a request waits for GPU availability before processing begins. At low concurrency, queue wait is near zero. As load increases, requests queue and wait times grow.
Queue wait is included in TTFT. Breaking it out separately helps identify whether latency is caused by GPU saturation (high queue wait) or context processing (high prefill time).
Average queue wait time across 1K - 128K tokens context at 1 - 5 concurrent requests.
At single concurrency, queue wait is effectively zero regardless of context length. At 5 concurrent requests with 128K context, queue wait reaches 38.9 seconds. Rising queue times signal GPU saturation, meaning requests are waiting for resources rather than being processed immediately.
Rate at which the model processes input context before generating output. Prefill speed determines the non-queue portion of TTFT. Higher prefill speeds mean faster time-to-first-token at a given context length.
Average per-user prefill speed across 1K - 128K tokens context at 1 - 5 concurrent requests.
| Concurrent Requests | Peaks At | Peak Speed |
|---|---|---|
| 1 | 8K context | 30,301 tok/s |
| 2 | 8K context | 30,162 tok/s |
| 3 | 1K context | 27,941 tok/s |
| 5 | 8K context | 29,001 tok/s |
Prefill speed peaks at a certain context length and then declines as additional context increases computational overhead. This peak can reflect GPU saturation (compute or memory bandwidth fully utilized) or engine configuration such as chunked prefill limits, which cap tokens processed per forward pass to maintain responsiveness under load. On the chart, this appears as lines that peak before reaching the longest context.
Time between consecutive tokens during generation. Determines the smoothness of streaming responses. Lower latency produces more fluid text output. ITL helps diagnose the underlying token-level behavior.
Average inter-token latency across 1K - 128K tokens context at 1 - 5 concurrent requests.
At single-user short context, inter-token latency is imperceptible (4ms). The highest latency observed was 64ms at 128K context with 5 concurrent requests, still smooth for most users.
Percentage of ideal linear scaling achieved as concurrency increases. 100% efficiency means doubling concurrent requests doubles total throughput with no per-user degradation. Real-world efficiency is always lower due to shared GPU resources.
Scaling efficiency across 1K - 128K tokens context at 1 - 5 concurrent requests.
Efficiency remains high at low concurrency where there are sufficient GPU resources to serve requests without contention. At higher concurrency, efficiency drops as requests compete for shared resources. High efficiency at your target concurrency indicates headroom for more users. Sharply dropping efficiency signals diminishing returns.
This page shows averages. Full percentile breakdowns (P50–P99) and GPU metrics (utilization, VRAM, temperature) available on request
GPU power draw under varying load conditions. Relevant for operational cost estimation, cooling requirements, and data center power budgeting.
Average GPU power draw across 1K - 128K tokens context at 1 - 5 concurrent requests.
Power consumption scales with both context length and concurrency. The highest power draw observed was 500W at 128K context with 5 concurrent requests, costing approximately $0.05/hour at $0.10/kWh. Higher concurrency or sustained load beyond tested conditions may increase power consumption further. For infrastructure planning, budget for peak power draw.
Get a custom benchmark for your configuration, or talk through your requirements with our team.