Sync arena dataset from djangodevreng.nl/arena/data.json
Browse files- README.md +4 -4
- models.csv +38 -19
- results.csv +379 -161
README.md
CHANGED
|
@@ -21,18 +21,18 @@ configs:
|
|
| 21 |
|
| 22 |
# DGX Spark LLM Arena benchmarks
|
| 23 |
|
| 24 |
-
Reproducible LLM inference benchmarks on an NVIDIA DGX Spark (GB10, 128 GB unified memory). The suite defines eleven tests: six closed-loop (llama-benchy) and five open-loop (vllm bench serve).
|
| 25 |
|
| 26 |
- **Hardware:** NVIDIA DGX Spark (GB10, 128 GB unified memory)
|
| 27 |
- **Creator:** Django de Vreng (https://djangodevreng.nl)
|
| 28 |
- **Visualised:** https://djangodevreng.nl/arena/
|
| 29 |
- **Raw runs:** https://github.com/djangodevreng/dgx-spark-benchmarks
|
| 30 |
-
- **Last updated:** 2026-
|
| 31 |
|
| 32 |
## Configs
|
| 33 |
|
| 34 |
-
- `models`: one row per model (
|
| 35 |
-
- `results`: long format, one row per measured (model, benchmark) pair. The suite has 11 benchmarks — 6 closed-loop (llama-benchy) and 5 open-loop (vllm bench serve) — of which
|
| 36 |
|
| 37 |
### Quality columns
|
| 38 |
|
|
|
|
| 21 |
|
| 22 |
# DGX Spark LLM Arena benchmarks
|
| 23 |
|
| 24 |
+
Reproducible LLM inference benchmarks on an NVIDIA DGX Spark (GB10, 128 GB unified memory). The suite defines eleven tests: six closed-loop (llama-benchy) and five open-loop (vllm bench serve). Results cover all eleven: the ten throughput tests under `results`, and the rate sweep under `rateSweep`, which reports sustained capacity in requests per second under a p95 TTFT ceiling of 2, 5 and 10 seconds (null on a threshold means the model never met it). Quality scores come from vendor model cards and are NOT normalised: each score carries the eval harness it came from (e.g. MMLU-Pro vs classic MMLU), because these are different scales. Compare across models only within the same harness.
|
| 25 |
|
| 26 |
- **Hardware:** NVIDIA DGX Spark (GB10, 128 GB unified memory)
|
| 27 |
- **Creator:** Django de Vreng (https://djangodevreng.nl)
|
| 28 |
- **Visualised:** https://djangodevreng.nl/arena/
|
| 29 |
- **Raw runs:** https://github.com/djangodevreng/dgx-spark-benchmarks
|
| 30 |
+
- **Last updated:** 2026-08-17
|
| 31 |
|
| 32 |
## Configs
|
| 33 |
|
| 34 |
+
- `models`: one row per model (38 rows). Metadata, quality scores and the leaderboard composite scores per use-case preset.
|
| 35 |
+
- `results`: long format, one row per measured (model, benchmark) pair. The suite has 11 benchmarks — 6 closed-loop (llama-benchy) and 5 open-loop (vllm bench serve) — of which 10 carry per-model figures here.
|
| 36 |
|
| 37 |
### Quality columns
|
| 38 |
|
models.csv
CHANGED
|
@@ -1,20 +1,39 @@
|
|
| 1 |
model_id,name,vendor,architecture,params_b,vram_gb,context_k,precision,knowledge,knowledge_bench,science,science_bench,coding,coding_bench,quality_avg,size_bucket,score_aggregate,score_chat,score_agent,score_batch,score_reasoning,detail_url,markdown_url
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
nemotron-3-
|
| 11 |
-
nemotron-3-nvfp4,Nemotron-3-
|
| 12 |
-
qwen-3.6-
|
| 13 |
-
|
| 14 |
-
qwen-3.
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
gemma-4-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
model_id,name,vendor,architecture,params_b,vram_gb,context_k,precision,knowledge,knowledge_bench,science,science_bench,coding,coding_bench,quality_avg,size_bucket,score_aggregate,score_chat,score_agent,score_batch,score_reasoning,detail_url,markdown_url
|
| 2 |
+
gemma-4-26b-a4b-it-bf16,Gemma-4 26B-A4B,google,MoE,26,52,256,BF16,82.6,MMLU-Pro,82.3,GPQA-Diamond,77.1,LiveCodeBench v6,80.7,mid,65.7,58.5,66.3,27,56.3,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-bf16/,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-bf16.md
|
| 3 |
+
gemma-4-26b-a4b-it-nvfp4,Gemma-4 26B-A4B,google,MoE,26,18,256,NVFP4,82.6,MMLU-Pro,82.3,GPQA-Diamond,77.1,LiveCodeBench v6,80.7,mid,68.1,61.4,70.3,32.8,58.4,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-nvfp4/,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-nvfp4.md
|
| 4 |
+
nemotron-3-bf16,Nemotron-3-Nano 30B-A3B,nvidia,MoE,30,62,256,BF16,77.3,MMLU-Pro,72.2,GPQA-Diamond,63.2,LiveCodeBench v5,70.9,mid,57.8,51.2,58,24,50.3,https://djangodevreng.nl/arena/nemotron-3-nano-30b-a3b-bf16/,https://djangodevreng.nl/arena/nemotron-3-nano-30b-a3b-bf16.md
|
| 5 |
+
nemotron-3-fp8,Nemotron-3-Nano 30B-A3B,nvidia,MoE,30,33,256,FP8,77.3,MMLU-Pro,72.2,GPQA-Diamond,63.2,LiveCodeBench v5,70.9,mid,59.6,54.4,60.2,29.2,51.7,https://djangodevreng.nl/arena/nemotron-3-nano-30b-a3b-fp8/,https://djangodevreng.nl/arena/nemotron-3-nano-30b-a3b-fp8.md
|
| 6 |
+
nemotron-3-nvfp4,Nemotron-3-Nano 30B-A3B,nvidia,MoE,30,21,256,NVFP4,77.3,MMLU-Pro,72.2,GPQA-Diamond,63.2,LiveCodeBench v5,70.9,mid,61.6,58.7,63.6,34.1,53.8,https://djangodevreng.nl/arena/nemotron-3-nano-30b-a3b-nvfp4/,https://djangodevreng.nl/arena/nemotron-3-nano-30b-a3b-nvfp4.md
|
| 7 |
+
qwen-3.6-fp8,Qwen-3.6 27B,alibaba,Hybrid,27,31,256,FP8,86.2,MMLU-Pro,87.8,GPQA-Diamond,83.9,LiveCodeBench v6,86,mid,68.5,61,69.3,22.5,59.4,https://djangodevreng.nl/arena/qwen-3-6-27b-fp8/,https://djangodevreng.nl/arena/qwen-3-6-27b-fp8.md
|
| 8 |
+
qwen-3.6-35b-a3b-fp8,Qwen-3.6 35B-A3B,alibaba,MoE,35,38,256,FP8,85.2,MMLU-Pro,86,GPQA-Diamond,80.4,LiveCodeBench v6,83.9,large,69.7,64.2,71.2,30.9,59.4,https://djangodevreng.nl/arena/qwen-3-6-35b-a3b-fp8/,https://djangodevreng.nl/arena/qwen-3-6-35b-a3b-fp8.md
|
| 9 |
+
qwen-3.5-0.8b-bf16,Qwen-3.5 0.8B,alibaba,Hybrid,0.8,2,256,BF16,29.7,MMLU-Pro,11.9,GPQA,,,20.8,small,46.2,53.9,46.2,84.6,53.9,https://djangodevreng.nl/arena/qwen-3-5-0-8b-bf16/,https://djangodevreng.nl/arena/qwen-3-5-0-8b-bf16.md
|
| 10 |
+
nemotron-3-nano-4b-bf16,Nemotron-3-Nano 4B,nvidia,Dense,4,8,256,BF16,18.1,MMLU-Pro,51.3,GPQA-Diamond,51.8,LiveCodeBench,40.4,small,38.5,39.9,38.8,29,32.2,https://djangodevreng.nl/arena/nemotron-3-nano-4b-bf16/,https://djangodevreng.nl/arena/nemotron-3-nano-4b-bf16.md
|
| 11 |
+
nemotron-3-super-nvfp4,Nemotron-3-Super 120B-A12B,nvidia,MoE,120,60,256,NVFP4,83.7,MMLU-Pro,79.2,GPQA,81.2,LiveCodeBench v5,81.4,large,65.3,58.3,66,23.4,56.3,https://djangodevreng.nl/arena/nemotron-3-super-120b-a12b-nvfp4/,https://djangodevreng.nl/arena/nemotron-3-super-120b-a12b-nvfp4.md
|
| 12 |
+
qwen-3.6-35b-a3b-bf16,Qwen-3.6 35B-A3B,alibaba,MoE,35,70,256,BF16,85.2,MMLU-Pro,86,GPQA-Diamond,80.4,LiveCodeBench v6,83.9,large,68,60.6,68.7,26.9,58,https://djangodevreng.nl/arena/qwen-3-6-35b-a3b-bf16/,https://djangodevreng.nl/arena/qwen-3-6-35b-a3b-bf16.md
|
| 13 |
+
gemma-4-31b-bf16,Gemma-4 31B,google,Dense,31,62,256,BF16,85.2,MMLU-Pro,84.3,GPQA-Diamond,80,LiveCodeBench v6,83.2,mid,65.5,56.6,65.7,20.7,56.6,https://djangodevreng.nl/arena/gemma-4-31b-it-bf16/,https://djangodevreng.nl/arena/gemma-4-31b-it-bf16.md
|
| 14 |
+
qwen-3.5-2b-bf16,Qwen-3.5 2B,alibaba,Hybrid,2,4,256,BF16,55.3,MMLU-Pro,30.4,SuperGPQA,,,42.8,small,46.7,48.5,46,46.2,44.2,https://djangodevreng.nl/arena/qwen-3-5-2b-bf16/,https://djangodevreng.nl/arena/qwen-3-5-2b-bf16.md
|
| 15 |
+
ministral-3-3b-instruct-bf16,Ministral-3 3B,mistral,Dense,3,8,256,BF16,70.7,MMLU,53.4,GPQA-Diamond,54.8,LiveCodeBench,59.6,small,55.6,60.4,57.6,32.9,45.5,https://djangodevreng.nl/arena/ministral-3-3b-instruct-bf16/,https://djangodevreng.nl/arena/ministral-3-3b-instruct-bf16.md
|
| 16 |
+
ministral-3-8b-instruct-bf16,Ministral-3 8B,mistral,Dense,8,18,256,BF16,76.1,MMLU,66.8,GPQA-Diamond,61.6,LiveCodeBench,68.2,mid,58.6,55.7,58.3,30.3,50,https://djangodevreng.nl/arena/ministral-3-8b-instruct-bf16/,https://djangodevreng.nl/arena/ministral-3-8b-instruct-bf16.md
|
| 17 |
+
gemma-4-bf16,Gemma-4 26B-A4B,google,MoE,26,52,256,BF16,82.6,MMLU-Pro,82.3,GPQA-Diamond,77.1,LiveCodeBench v6,80.7,mid,65.7,58.8,66.3,27.1,56.3,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-bf16-v23/,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-bf16-v23.md
|
| 18 |
+
gemma-4-nvfp4,Gemma-4 26B-A4B,google,MoE,26,24,256,NVFP4,84.8,MMLU-Pro,79.9,GPQA-Diamond,79.8,LiveCodeBench v6,81.5,mid,68.7,62.2,70.5,33,58.9,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-nvfp4-v23/,https://djangodevreng.nl/arena/gemma-4-26b-a4b-it-nvfp4-v23.md
|
| 19 |
+
gpt-oss-20b-mxfp4,gpt-oss-20b,openai,MoE,21,14,128,MXFP4,85.3,MMLU,71.5,GPQA-Diamond,,,78.4,mid,67.2,62.4,70.1,37.2,58.9,https://djangodevreng.nl/arena/gpt-oss-20b-mxfp4/,https://djangodevreng.nl/arena/gpt-oss-20b-mxfp4.md
|
| 20 |
+
qwen-3.5-9b-bf16,Qwen-3.5 9B,alibaba,Dense,9,18,256,BF16,82.5,MMLU-Pro,81.7,GPQA-Diamond,65.6,LiveCodeBench v6,76.6,mid,63.4,58,65.1,27.3,54.1,https://djangodevreng.nl/arena/qwen-3-5-9b-bf16/,https://djangodevreng.nl/arena/qwen-3-5-9b-bf16.md
|
| 21 |
+
gemma-4-31b-it-nvfp4,Gemma-4 31B,google,Dense,31,22,256,NVFP4,85.2,MMLU-Pro,84.3,GPQA-Diamond,80,LiveCodeBench v6,83.2,mid,66,57.6,66.4,21.7,57.1,https://djangodevreng.nl/arena/gemma-4-31b-it-nvfp4/,https://djangodevreng.nl/arena/gemma-4-31b-it-nvfp4.md
|
| 22 |
+
gemma-4-e2b-it-bf16,Gemma-4 E2B,google,Dense,2.3,5,128,BF16,60,MMLU-Pro,43.4,GPQA-Diamond,44,LiveCodeBench v6,49.1,small,49.7,48.1,51.6,44,46.3,https://djangodevreng.nl/arena/gemma-4-e2b-it-bf16/,https://djangodevreng.nl/arena/gemma-4-e2b-it-bf16.md
|
| 23 |
+
gemma-4-e4b-it-bf16,Gemma-4 E4B,google,Dense,4.5,9,128,BF16,69.4,MMLU-Pro,58.6,GPQA-Diamond,52,LiveCodeBench v6,60,small,51.9,47.7,52.6,27.9,45.2,https://djangodevreng.nl/arena/gemma-4-e4b-it-bf16/,https://djangodevreng.nl/arena/gemma-4-e4b-it-bf16.md
|
| 24 |
+
granite-4-1-8b-bf16,Granite-4.1 8B,ibm,Dense,8,16,128,BF16,55.99,MMLU-Pro,41.96,GPQA,85.37,HumanEval,61.1,mid,50.4,44.1,51,22,43.3,https://djangodevreng.nl/arena/granite-4-1-8b-bf16/,https://djangodevreng.nl/arena/granite-4-1-8b-bf16.md
|
| 25 |
+
kat-coder-v2-5-bf16,KAT-Coder V2.5,kwaipilot,MoE,35,70,256,BF16,,,,,,,0,large,2.5,4.1,2.7,7.9,1.9,https://djangodevreng.nl/arena/kat-coder-v2-5-bf16/,https://djangodevreng.nl/arena/kat-coder-v2-5-bf16.md
|
| 26 |
+
lfm2-5-2-6b-bf16,LFM2.5 2.6B,liquidai,Hybrid,2.7,5,32,BF16,,,,,59.41,LiveCodeBench v6,59.4,small,58.2,62,58.4,45.5,51.6,https://djangodevreng.nl/arena/lfm2-5-2-6b-bf16/,https://djangodevreng.nl/arena/lfm2-5-2-6b-bf16.md
|
| 27 |
+
mistral-small-4-119b-nvfp4,Mistral-Small 4 119B,mistral,MoE,119,83,256,NVFP4,,,71.2,GPQA-Diamond,,,71.2,large,58,51.9,59,23.2,49,https://djangodevreng.nl/arena/mistral-small-4-119b-nvfp4/,https://djangodevreng.nl/arena/mistral-small-4-119b-nvfp4.md
|
| 28 |
+
muse-glimmer-30b-bf16,Muse-Glimmer 30B,meta,Dense,30,60,128,BF16,,,83.5,GPQA-Diamond,,,83.5,mid,66.3,58,66.5,22.4,56.8,https://djangodevreng.nl/arena/muse-glimmer-30b-bf16/,https://djangodevreng.nl/arena/muse-glimmer-30b-bf16.md
|
| 29 |
+
muse-glimmer-30b-bf16-spec,Muse-Glimmer 30B,meta,Dense,30,60,128,BF16,,,83.5,GPQA-Diamond,,,83.5,mid,67.1,60.4,68.9,23.9,57.2,https://djangodevreng.nl/arena/muse-glimmer-30b-bf16-spec/,https://djangodevreng.nl/arena/muse-glimmer-30b-bf16-spec.md
|
| 30 |
+
nemotron-3-nano-4b-fp8,Nemotron-3-Nano 4B,nvidia,Dense,4,4,256,FP8,18.1,MMLU-Pro,51.3,GPQA-Diamond,51.8,LiveCodeBench,40.4,small,42,46.1,41.7,37.8,35.3,https://djangodevreng.nl/arena/nemotron-3-nano-4b-fp8/,https://djangodevreng.nl/arena/nemotron-3-nano-4b-fp8.md
|
| 31 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,Nemotron-3 Nano Omni 30B-A3B,nvidia,MoE,30,60,256,BF16,,,,,,,0,mid,2.5,3.9,2.6,8.1,2.4,https://djangodevreng.nl/arena/nemotron-3-nano-omni-30b-a3b-reasoning-bf16/,https://djangodevreng.nl/arena/nemotron-3-nano-omni-30b-a3b-reasoning-bf16.md
|
| 32 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,Nemotron-3 Nano Omni 30B-A3B,nvidia,MoE,30,33,256,FP8,,,,,,,0,mid,4.6,7.9,5.2,14.1,3.9,https://djangodevreng.nl/arena/nemotron-3-nano-omni-30b-a3b-reasoning-fp8/,https://djangodevreng.nl/arena/nemotron-3-nano-omni-30b-a3b-reasoning-fp8.md
|
| 33 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,Nemotron-3 Nano Omni 30B-A3B,nvidia,MoE,30,21,256,NVFP4,,,,,,,0,mid,6.4,12,6.9,18.6,7.9,https://djangodevreng.nl/arena/nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4/,https://djangodevreng.nl/arena/nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4.md
|
| 34 |
+
nemotron-cascade-2-30b-a3b-bf16,Nemotron-Cascade-2 30B-A3B,nvidia,MoE,30,60,1000,BF16,79.8,MMLU-Pro,76.1,GPQA-Diamond,87.2,LiveCodeBench v6,81,mid,65.7,58.2,66,26.1,56,https://djangodevreng.nl/arena/nemotron-cascade-2-30b-a3b-bf16/,https://djangodevreng.nl/arena/nemotron-cascade-2-30b-a3b-bf16.md
|
| 35 |
+
qwen-3-5-4b-bf16,Qwen-3.5 4B,alibaba,Hybrid,4,8,256,BF16,79.1,MMLU-Pro,76.2,GPQA-Diamond,55.8,LiveCodeBench v6,70.4,small,61.7,59.5,65.1,33.3,51.7,https://djangodevreng.nl/arena/qwen-3-5-4b-bf16/,https://djangodevreng.nl/arena/qwen-3-5-4b-bf16.md
|
| 36 |
+
qwen-3-6-27b-bf16,Qwen-3.6 27B,alibaba,Hybrid,27,54,256,BF16,86.2,MMLU-Pro,87.8,GPQA-Diamond,83.9,LiveCodeBench v6,86,mid,68.1,59.6,68.3,22.4,58.4,https://djangodevreng.nl/arena/qwen-3-6-27b-bf16/,https://djangodevreng.nl/arena/qwen-3-6-27b-bf16.md
|
| 37 |
+
qwen-3-6-35b-a3b-nvfp4,Qwen-3.6 35B-A3B,alibaba,MoE,35,24,256,NVFP4,85.2,MMLU-Pro,86,GPQA-Diamond,80.4,LiveCodeBench v6,83.9,large,71.1,66.8,73,35,60,https://djangodevreng.nl/arena/qwen-3-6-35b-a3b-nvfp4/,https://djangodevreng.nl/arena/qwen-3-6-35b-a3b-nvfp4.md
|
| 38 |
+
qwen-3-8-27b-bf16,Qwen-3.8 27B,alibaba,Dense,27,54,256,BF16,,,89.2,GPQA-Diamond,90.3,LiveCodeBench v6,89.8,mid,71.1,62.1,71.6,23.2,61,https://djangodevreng.nl/arena/qwen-3-8-27b-bf16/,https://djangodevreng.nl/arena/qwen-3-8-27b-bf16.md
|
| 39 |
+
qwen-3-8-27b-fp8,Qwen-3.8 27B,alibaba,Dense,27,30,256,FP8,,,89.2,GPQA-Diamond,90.3,LiveCodeBench v6,89.8,mid,71.5,63.6,72.8,23.4,61.9,https://djangodevreng.nl/arena/qwen-3-8-27b-fp8/,https://djangodevreng.nl/arena/qwen-3-8-27b-fp8.md
|
results.csv
CHANGED
|
@@ -1,163 +1,381 @@
|
|
| 1 |
model_id,benchmark_id,benchmark_num,benchmark_title,mode,tokens_per_sec_per_user,tokens_per_sec_total,ttft_ms
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
ministral-3-3b-instruct-bf16,sharegpt,08,08-sharegpt,open,18,18,69
|
| 27 |
-
ministral-3-3b-instruct-bf16,reasoning,09,09-reasoning,open,
|
| 28 |
-
ministral-3-3b-instruct-bf16,monday-peak,10,10-monday-peak,open,
|
| 29 |
-
ministral-3-8b-instruct-bf16,chat,01,01-chat,closed,
|
| 30 |
-
ministral-3-8b-instruct-bf16,rag-8k,02,02-rag-8k,closed,
|
| 31 |
-
ministral-3-8b-instruct-bf16,long-output,03,03-long-output,closed,
|
| 32 |
-
ministral-3-8b-instruct-bf16,multi-turn,04,04-multi-turn,closed,
|
| 33 |
-
ministral-3-8b-instruct-bf16,big-context,05,05-big-context,closed,
|
| 34 |
-
ministral-3-8b-instruct-bf16,
|
| 35 |
-
ministral-3-8b-instruct-bf16,
|
| 36 |
-
ministral-3-8b-instruct-bf16,
|
| 37 |
-
ministral-3-8b-instruct-bf16,
|
| 38 |
-
|
| 39 |
-
gemma-4-bf16,
|
| 40 |
-
gemma-4-bf16,
|
| 41 |
-
gemma-4-bf16,
|
| 42 |
-
gemma-4-bf16,
|
| 43 |
-
gemma-4-bf16,
|
| 44 |
-
gemma-4-bf16,
|
| 45 |
-
gemma-4-bf16,
|
| 46 |
-
gemma-4-
|
| 47 |
-
gemma-4-
|
| 48 |
-
gemma-4-
|
| 49 |
-
gemma-4-nvfp4,
|
| 50 |
-
gemma-4-nvfp4,
|
| 51 |
-
gemma-4-nvfp4,
|
| 52 |
-
gemma-4-nvfp4,
|
| 53 |
-
gemma-4-nvfp4,
|
| 54 |
-
gemma-4-
|
| 55 |
-
gemma-4-
|
| 56 |
-
gemma-4-
|
| 57 |
-
gemma-4-
|
| 58 |
-
gemma-4-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
mistral-small-
|
| 140 |
-
mistral-small-
|
| 141 |
-
mistral-small-
|
| 142 |
-
mistral-small-
|
| 143 |
-
mistral-small-
|
| 144 |
-
mistral-small-
|
| 145 |
-
mistral-small-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
model_id,benchmark_id,benchmark_num,benchmark_title,mode,tokens_per_sec_per_user,tokens_per_sec_total,ttft_ms
|
| 2 |
+
gemma-4-26b-a4b-it-bf16,chat,01,01-chat,closed,11,85,1473
|
| 3 |
+
gemma-4-26b-a4b-it-bf16,rag-8k,02,02-rag-8k,closed,9,75,8806
|
| 4 |
+
gemma-4-26b-a4b-it-bf16,long-output,03,03-long-output,closed,12,81,524
|
| 5 |
+
gemma-4-26b-a4b-it-bf16,multi-turn,04,04-multi-turn,closed,10,90,2405
|
| 6 |
+
gemma-4-26b-a4b-it-bf16,big-context,05,05-big-context,closed,9,80,4327
|
| 7 |
+
gemma-4-26b-a4b-it-bf16,concurrency-stress,06,06-concurrency-stress,closed,3,29,77388
|
| 8 |
+
gemma-4-26b-a4b-it-bf16,office-baseline,07,07-office-baseline,open,31,31,1435
|
| 9 |
+
gemma-4-26b-a4b-it-bf16,sharegpt,08,08-sharegpt,open,8,8,364
|
| 10 |
+
gemma-4-26b-a4b-it-bf16,reasoning,09,09-reasoning,open,5,5,602
|
| 11 |
+
gemma-4-26b-a4b-it-bf16,monday-peak,10,10-monday-peak,open,41,41,1246
|
| 12 |
+
gemma-4-26b-a4b-it-nvfp4,chat,01,01-chat,closed,21,135,1347
|
| 13 |
+
gemma-4-26b-a4b-it-nvfp4,rag-8k,02,02-rag-8k,closed,16,122,8118
|
| 14 |
+
gemma-4-26b-a4b-it-nvfp4,long-output,03,03-long-output,closed,23,169,353
|
| 15 |
+
gemma-4-26b-a4b-it-nvfp4,multi-turn,04,04-multi-turn,closed,20,175,2077
|
| 16 |
+
gemma-4-26b-a4b-it-nvfp4,big-context,05,05-big-context,closed,17,139,3894
|
| 17 |
+
gemma-4-26b-a4b-it-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,4,33,74374
|
| 18 |
+
gemma-4-26b-a4b-it-nvfp4,office-baseline,07,07-office-baseline,open,82,82,1096
|
| 19 |
+
gemma-4-26b-a4b-it-nvfp4,sharegpt,08,08-sharegpt,open,13,13,148
|
| 20 |
+
gemma-4-26b-a4b-it-nvfp4,reasoning,09,09-reasoning,open,9,9,343
|
| 21 |
+
gemma-4-26b-a4b-it-nvfp4,monday-peak,10,10-monday-peak,open,69,69,969
|
| 22 |
+
nemotron-3-bf16,chat,01,01-chat,closed,8,72,1506
|
| 23 |
+
nemotron-3-bf16,rag-8k,02,02-rag-8k,closed,7,68,6283
|
| 24 |
+
nemotron-3-bf16,long-output,03,03-long-output,closed,8,66,612
|
| 25 |
+
nemotron-3-bf16,multi-turn,04,04-multi-turn,closed,8,74,2119
|
| 26 |
+
nemotron-3-bf16,big-context,05,05-big-context,closed,8,69,3575
|
| 27 |
+
nemotron-3-bf16,concurrency-stress,06,06-concurrency-stress,closed,4,48,36554
|
| 28 |
+
nemotron-3-bf16,office-baseline,07,07-office-baseline,open,28,28,1232
|
| 29 |
+
nemotron-3-bf16,sharegpt,08,08-sharegpt,open,8,8,435
|
| 30 |
+
nemotron-3-bf16,reasoning,09,09-reasoning,open,6,6,662
|
| 31 |
+
nemotron-3-bf16,monday-peak,10,10-monday-peak,open,39,39,1113
|
| 32 |
+
nemotron-3-fp8,chat,01,01-chat,closed,14,130,1959
|
| 33 |
+
nemotron-3-fp8,rag-8k,02,02-rag-8k,closed,13,111,5224
|
| 34 |
+
nemotron-3-fp8,long-output,03,03-long-output,closed,16,117,733
|
| 35 |
+
nemotron-3-fp8,multi-turn,04,04-multi-turn,closed,14,129,2159
|
| 36 |
+
nemotron-3-fp8,big-context,05,05-big-context,closed,13,116,3099
|
| 37 |
+
nemotron-3-fp8,concurrency-stress,06,06-concurrency-stress,closed,6,68,29327
|
| 38 |
+
nemotron-3-fp8,office-baseline,07,07-office-baseline,open,54,54,1022
|
| 39 |
+
nemotron-3-fp8,sharegpt,08,08-sharegpt,open,11,11,217
|
| 40 |
+
nemotron-3-fp8,reasoning,09,09-reasoning,open,9,9,620
|
| 41 |
+
nemotron-3-fp8,monday-peak,10,10-monday-peak,open,60,60,986
|
| 42 |
+
nemotron-3-nvfp4,chat,01,01-chat,closed,22,206,1195
|
| 43 |
+
nemotron-3-nvfp4,rag-8k,02,02-rag-8k,closed,19,151,6580
|
| 44 |
+
nemotron-3-nvfp4,long-output,03,03-long-output,closed,25,192,445
|
| 45 |
+
nemotron-3-nvfp4,multi-turn,04,04-multi-turn,closed,21,196,2066
|
| 46 |
+
nemotron-3-nvfp4,big-context,05,05-big-context,closed,19,157,3553
|
| 47 |
+
nemotron-3-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,7,61,38514
|
| 48 |
+
nemotron-3-nvfp4,office-baseline,07,07-office-baseline,open,89,89,884
|
| 49 |
+
nemotron-3-nvfp4,sharegpt,08,08-sharegpt,open,15,15,138
|
| 50 |
+
nemotron-3-nvfp4,reasoning,09,09-reasoning,open,13,13,455
|
| 51 |
+
nemotron-3-nvfp4,monday-peak,10,10-monday-peak,open,84,84,903
|
| 52 |
+
qwen-3.6-fp8,chat,01,01-chat,closed,7,65,11411
|
| 53 |
+
qwen-3.6-fp8,rag-8k,02,02-rag-8k,closed,4,28,70196
|
| 54 |
+
qwen-3.6-fp8,long-output,03,03-long-output,closed,7,53,3715
|
| 55 |
+
qwen-3.6-fp8,multi-turn,04,04-multi-turn,closed,6,53,19440
|
| 56 |
+
qwen-3.6-fp8,big-context,05,05-big-context,closed,5,29,36643
|
| 57 |
+
qwen-3.6-fp8,concurrency-stress,06,06-concurrency-stress,closed,1,7,411608
|
| 58 |
+
qwen-3.6-fp8,office-baseline,07,07-office-baseline,open,3,3,419516
|
| 59 |
+
qwen-3.6-fp8,sharegpt,08,08-sharegpt,open,7,7,760
|
| 60 |
+
qwen-3.6-fp8,reasoning,09,09-reasoning,open,4,4,2947
|
| 61 |
+
qwen-3.6-fp8,monday-peak,10,10-monday-peak,open,16,16,8869
|
| 62 |
+
qwen-3.6-35b-a3b-fp8,chat,01,01-chat,closed,15,150,1652
|
| 63 |
+
qwen-3.6-35b-a3b-fp8,rag-8k,02,02-rag-8k,closed,13,101,10739
|
| 64 |
+
qwen-3.6-35b-a3b-fp8,long-output,03,03-long-output,closed,18,136,654
|
| 65 |
+
qwen-3.6-35b-a3b-fp8,multi-turn,04,04-multi-turn,closed,15,141,2995
|
| 66 |
+
qwen-3.6-35b-a3b-fp8,big-context,05,05-big-context,closed,13,106,5371
|
| 67 |
+
qwen-3.6-35b-a3b-fp8,concurrency-stress,06,06-concurrency-stress,closed,5,37,66864
|
| 68 |
+
qwen-3.6-35b-a3b-fp8,office-baseline,07,07-office-baseline,open,54,54,1656
|
| 69 |
+
qwen-3.6-35b-a3b-fp8,sharegpt,08,08-sharegpt,open,13,13,188
|
| 70 |
+
qwen-3.6-35b-a3b-fp8,reasoning,09,09-reasoning,open,7,7,493
|
| 71 |
+
qwen-3.6-35b-a3b-fp8,monday-peak,10,10-monday-peak,open,55,55,1542
|
| 72 |
+
qwen-3.5-0.8b-bf16,chat,01,01-chat,closed,102,564,234
|
| 73 |
+
qwen-3.5-0.8b-bf16,rag-8k,02,02-rag-8k,closed,74,585,1630
|
| 74 |
+
qwen-3.5-0.8b-bf16,long-output,03,03-long-output,closed,106,484,119
|
| 75 |
+
qwen-3.5-0.8b-bf16,multi-turn,04,04-multi-turn,closed,96,757,417
|
| 76 |
+
qwen-3.5-0.8b-bf16,big-context,05,05-big-context,closed,80,636,809
|
| 77 |
+
qwen-3.5-0.8b-bf16,concurrency-stress,06,06-concurrency-stress,closed,23,196,11497
|
| 78 |
+
qwen-3.5-0.8b-bf16,office-baseline,07,07-office-baseline,open,227,227,213
|
| 79 |
+
qwen-3.5-0.8b-bf16,sharegpt,08,08-sharegpt,open,22,22,36
|
| 80 |
+
qwen-3.5-0.8b-bf16,reasoning,09,09-reasoning,open,63,63,82
|
| 81 |
+
qwen-3.5-0.8b-bf16,monday-peak,10,10-monday-peak,open,294,294,252
|
| 82 |
+
nemotron-3-nano-4b-bf16,chat,01,01-chat,closed,24,224,883
|
| 83 |
+
nemotron-3-nano-4b-bf16,rag-8k,02,02-rag-8k,closed,20,161,5546
|
| 84 |
+
nemotron-3-nano-4b-bf16,long-output,03,03-long-output,closed,25,158,345
|
| 85 |
+
nemotron-3-nano-4b-bf16,multi-turn,04,04-multi-turn,closed,23,211,1458
|
| 86 |
+
nemotron-3-nano-4b-bf16,big-context,05,05-big-context,closed,20,169,2756
|
| 87 |
+
nemotron-3-nano-4b-bf16,concurrency-stress,06,06-concurrency-stress,closed,7,66,34588
|
| 88 |
+
nemotron-3-nano-4b-bf16,office-baseline,07,07-office-baseline,open,88,88,800
|
| 89 |
+
nemotron-3-nano-4b-bf16,sharegpt,08,08-sharegpt,open,13,13,129
|
| 90 |
+
nemotron-3-nano-4b-bf16,reasoning,09,09-reasoning,open,10,10,281
|
| 91 |
+
nemotron-3-nano-4b-bf16,monday-peak,10,10-monday-peak,open,89,89,823
|
| 92 |
+
nemotron-3-super-nvfp4,chat,01,01-chat,closed,8,73,6115
|
| 93 |
+
nemotron-3-super-nvfp4,rag-8k,02,02-rag-8k,closed,6,44,34652
|
| 94 |
+
nemotron-3-super-nvfp4,long-output,03,03-long-output,closed,9,60,2396
|
| 95 |
+
nemotron-3-super-nvfp4,multi-turn,04,04-multi-turn,closed,8,64,10061
|
| 96 |
+
nemotron-3-super-nvfp4,big-context,05,05-big-context,closed,7,46,18265
|
| 97 |
+
nemotron-3-super-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,3,13,198114
|
| 98 |
+
nemotron-3-super-nvfp4,office-baseline,07,07-office-baseline,open,5,5,339387
|
| 99 |
+
nemotron-3-super-nvfp4,sharegpt,08,08-sharegpt,open,7,7,1089
|
| 100 |
+
nemotron-3-super-nvfp4,reasoning,09,09-reasoning,open,4,4,284459
|
| 101 |
+
nemotron-3-super-nvfp4,monday-peak,10,10-monday-peak,open,24,24,38453
|
| 102 |
+
qwen-3.6-35b-a3b-bf16,chat,01,01-chat,closed,9,85,1903
|
| 103 |
+
qwen-3.6-35b-a3b-bf16,rag-8k,02,02-rag-8k,closed,8,68,11775
|
| 104 |
+
qwen-3.6-35b-a3b-bf16,long-output,03,03-long-output,closed,10,79,844
|
| 105 |
+
qwen-3.6-35b-a3b-bf16,multi-turn,04,04-multi-turn,closed,9,82,3178
|
| 106 |
+
qwen-3.6-35b-a3b-bf16,big-context,05,05-big-context,closed,8,68,6028
|
| 107 |
+
qwen-3.6-35b-a3b-bf16,concurrency-stress,06,06-concurrency-stress,closed,4,31,73974
|
| 108 |
+
qwen-3.6-35b-a3b-bf16,office-baseline,07,07-office-baseline,open,26,26,2316
|
| 109 |
+
qwen-3.6-35b-a3b-bf16,sharegpt,08,08-sharegpt,open,8,8,389
|
| 110 |
+
qwen-3.6-35b-a3b-bf16,reasoning,09,09-reasoning,open,4,4,698
|
| 111 |
+
qwen-3.6-35b-a3b-bf16,monday-peak,10,10-monday-peak,open,37,37,1849
|
| 112 |
+
gemma-4-31b-bf16,chat,01,01-chat,closed,3,18,6385
|
| 113 |
+
gemma-4-31b-bf16,rag-8k,02,02-rag-8k,closed,3,18,45869
|
| 114 |
+
gemma-4-31b-bf16,long-output,03,03-long-output,closed,4,20,2447
|
| 115 |
+
gemma-4-31b-bf16,multi-turn,04,04-multi-turn,closed,3,22,12127
|
| 116 |
+
gemma-4-31b-bf16,big-context,05,05-big-context,closed,3,23,23792
|
| 117 |
+
gemma-4-31b-bf16,concurrency-stress,06,06-concurrency-stress,closed,1,6,367913
|
| 118 |
+
gemma-4-31b-bf16,office-baseline,07,07-office-baseline,open,3,3,248552
|
| 119 |
+
gemma-4-31b-bf16,sharegpt,08,08-sharegpt,open,3,3,1050
|
| 120 |
+
gemma-4-31b-bf16,reasoning,09,09-reasoning,open,2,2,2091
|
| 121 |
+
gemma-4-31b-bf16,monday-peak,10,10-monday-peak,open,13,13,5630
|
| 122 |
+
qwen-3.5-2b-bf16,chat,01,01-chat,closed,50,321,435
|
| 123 |
+
qwen-3.5-2b-bf16,rag-8k,02,02-rag-8k,closed,38,286,2738
|
| 124 |
+
qwen-3.5-2b-bf16,long-output,03,03-long-output,closed,52,245,199
|
| 125 |
+
qwen-3.5-2b-bf16,multi-turn,04,04-multi-turn,closed,48,379,712
|
| 126 |
+
qwen-3.5-2b-bf16,big-context,05,05-big-context,closed,42,332,1359
|
| 127 |
+
qwen-3.5-2b-bf16,concurrency-stress,06,06-concurrency-stress,closed,14,118,17847
|
| 128 |
+
qwen-3.5-2b-bf16,office-baseline,07,07-office-baseline,open,135,135,371
|
| 129 |
+
qwen-3.5-2b-bf16,sharegpt,08,08-sharegpt,open,19,19,73
|
| 130 |
+
qwen-3.5-2b-bf16,reasoning,09,09-reasoning,open,28,28,142
|
| 131 |
+
qwen-3.5-2b-bf16,monday-peak,10,10-monday-peak,open,184,184,432
|
| 132 |
+
ministral-3-3b-instruct-bf16,chat,01,01-chat,closed,42,357,864
|
| 133 |
+
ministral-3-3b-instruct-bf16,rag-8k,02,02-rag-8k,closed,17,158,3403
|
| 134 |
+
ministral-3-3b-instruct-bf16,long-output,03,03-long-output,closed,50,239,461
|
| 135 |
+
ministral-3-3b-instruct-bf16,multi-turn,04,04-multi-turn,closed,35,329,1210
|
| 136 |
+
ministral-3-3b-instruct-bf16,big-context,05,05-big-context,closed,25,224,1704
|
| 137 |
+
ministral-3-3b-instruct-bf16,concurrency-stress,06,06-concurrency-stress,closed,3,44,31187
|
| 138 |
+
ministral-3-3b-instruct-bf16,office-baseline,07,07-office-baseline,open,95,95,660
|
| 139 |
ministral-3-3b-instruct-bf16,sharegpt,08,08-sharegpt,open,18,18,69
|
| 140 |
+
ministral-3-3b-instruct-bf16,reasoning,09,09-reasoning,open,11,11,423
|
| 141 |
+
ministral-3-3b-instruct-bf16,monday-peak,10,10-monday-peak,open,80,80,803
|
| 142 |
+
ministral-3-8b-instruct-bf16,chat,01,01-chat,closed,24,184,1248
|
| 143 |
+
ministral-3-8b-instruct-bf16,rag-8k,02,02-rag-8k,closed,15,124,6335
|
| 144 |
+
ministral-3-8b-instruct-bf16,long-output,03,03-long-output,closed,25,118,647
|
| 145 |
+
ministral-3-8b-instruct-bf16,multi-turn,04,04-multi-turn,closed,22,206,1966
|
| 146 |
+
ministral-3-8b-instruct-bf16,big-context,05,05-big-context,closed,18,152,3191
|
| 147 |
+
ministral-3-8b-instruct-bf16,concurrency-stress,06,06-concurrency-stress,closed,3,41,45792
|
| 148 |
+
ministral-3-8b-instruct-bf16,office-baseline,07,07-office-baseline,open,72,72,1287
|
| 149 |
+
ministral-3-8b-instruct-bf16,sharegpt,08,08-sharegpt,open,13,13,136
|
| 150 |
+
ministral-3-8b-instruct-bf16,reasoning,09,09-reasoning,open,9,9,592
|
| 151 |
+
ministral-3-8b-instruct-bf16,monday-peak,10,10-monday-peak,open,69,69,1219
|
| 152 |
+
gemma-4-bf16,chat,01,01-chat,closed,11,91,1555
|
| 153 |
+
gemma-4-bf16,rag-8k,02,02-rag-8k,closed,9,76,8795
|
| 154 |
+
gemma-4-bf16,long-output,03,03-long-output,closed,11,81,511
|
| 155 |
+
gemma-4-bf16,multi-turn,04,04-multi-turn,closed,10,89,2316
|
| 156 |
+
gemma-4-bf16,big-context,05,05-big-context,closed,9,79,4257
|
| 157 |
+
gemma-4-bf16,concurrency-stress,06,06-concurrency-stress,closed,3,29,76760
|
| 158 |
+
gemma-4-bf16,office-baseline,07,07-office-baseline,open,30,30,1433
|
| 159 |
+
gemma-4-bf16,sharegpt,08,08-sharegpt,open,8,8,354
|
| 160 |
+
gemma-4-bf16,reasoning,09,09-reasoning,open,5,5,570
|
| 161 |
+
gemma-4-bf16,monday-peak,10,10-monday-peak,open,41,41,1235
|
| 162 |
+
gemma-4-nvfp4,chat,01,01-chat,closed,21,141,1278
|
| 163 |
+
gemma-4-nvfp4,rag-8k,02,02-rag-8k,closed,16,123,8173
|
| 164 |
+
gemma-4-nvfp4,long-output,03,03-long-output,closed,23,161,382
|
| 165 |
+
gemma-4-nvfp4,multi-turn,04,04-multi-turn,closed,20,172,2017
|
| 166 |
+
gemma-4-nvfp4,big-context,05,05-big-context,closed,17,138,3854
|
| 167 |
+
gemma-4-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,4,33,73575
|
| 168 |
+
gemma-4-nvfp4,office-baseline,07,07-office-baseline,open,82,82,1057
|
| 169 |
+
gemma-4-nvfp4,sharegpt,08,08-sharegpt,open,13,13,154
|
| 170 |
+
gemma-4-nvfp4,reasoning,09,09-reasoning,open,9,9,339
|
| 171 |
+
gemma-4-nvfp4,monday-peak,10,10-monday-peak,open,69,69,958
|
| 172 |
+
gpt-oss-20b-mxfp4,chat,01,01-chat,closed,24,180,878
|
| 173 |
+
gpt-oss-20b-mxfp4,rag-8k,02,02-rag-8k,closed,22,162,6113
|
| 174 |
+
gpt-oss-20b-mxfp4,long-output,03,03-long-output,closed,24,204,287
|
| 175 |
+
gpt-oss-20b-mxfp4,multi-turn,04,04-multi-turn,closed,25,141,1637
|
| 176 |
+
gpt-oss-20b-mxfp4,big-context,05,05-big-context,closed,24,140,2943
|
| 177 |
+
gpt-oss-20b-mxfp4,concurrency-stress,06,06-concurrency-stress,closed,6,48,50054
|
| 178 |
+
gpt-oss-20b-mxfp4,office-baseline,07,07-office-baseline,open,94,94,765
|
| 179 |
+
gpt-oss-20b-mxfp4,sharegpt,08,08-sharegpt,open,15,15,120
|
| 180 |
+
gpt-oss-20b-mxfp4,reasoning,09,09-reasoning,open,13,13,256
|
| 181 |
+
gpt-oss-20b-mxfp4,monday-peak,10,10-monday-peak,open,99,99,749
|
| 182 |
+
qwen-3.5-9b-bf16,chat,01,01-chat,closed,13,123,1823
|
| 183 |
+
qwen-3.5-9b-bf16,rag-8k,02,02-rag-8k,closed,10,84,11334
|
| 184 |
+
qwen-3.5-9b-bf16,long-output,03,03-long-output,closed,13,123,637
|
| 185 |
+
qwen-3.5-9b-bf16,multi-turn,04,04-multi-turn,closed,12,113,3131
|
| 186 |
+
qwen-3.5-9b-bf16,big-context,05,05-big-context,closed,11,86,5938
|
| 187 |
+
qwen-3.5-9b-bf16,concurrency-stress,06,06-concurrency-stress,closed,4,32,71438
|
| 188 |
+
qwen-3.5-9b-bf16,office-baseline,07,07-office-baseline,open,38,38,1865
|
| 189 |
+
qwen-3.5-9b-bf16,sharegpt,08,08-sharegpt,open,9,9,251
|
| 190 |
+
qwen-3.5-9b-bf16,reasoning,09,09-reasoning,open,6,6,531
|
| 191 |
+
qwen-3.5-9b-bf16,monday-peak,10,10-monday-peak,open,49,49,1651
|
| 192 |
+
gemma-4-31b-it-nvfp4,chat,01,01-chat,closed,6,37,8404
|
| 193 |
+
gemma-4-31b-it-nvfp4,rag-8k,02,02-rag-8k,closed,4,26,57922
|
| 194 |
+
gemma-4-31b-it-nvfp4,long-output,03,03-long-output,closed,7,36,2707
|
| 195 |
+
gemma-4-31b-it-nvfp4,multi-turn,04,04-multi-turn,closed,6,43,16586
|
| 196 |
+
gemma-4-31b-it-nvfp4,big-context,05,05-big-context,closed,5,32,29898
|
| 197 |
+
gemma-4-31b-it-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,1,6,419863
|
| 198 |
+
gemma-4-31b-it-nvfp4,office-baseline,07,07-office-baseline,open,3,3,219174
|
| 199 |
+
gemma-4-31b-it-nvfp4,sharegpt,08,08-sharegpt,open,6,6,671
|
| 200 |
+
gemma-4-31b-it-nvfp4,reasoning,09,09-reasoning,open,3,3,2147
|
| 201 |
+
gemma-4-31b-it-nvfp4,monday-peak,10,10-monday-peak,open,17,17,5964
|
| 202 |
+
gemma-4-e2b-it-bf16,chat,01,01-chat,closed,43,254,515
|
| 203 |
+
gemma-4-e2b-it-bf16,rag-8k,02,02-rag-8k,closed,33,261,4320
|
| 204 |
+
gemma-4-e2b-it-bf16,long-output,03,03-long-output,closed,45,268,200
|
| 205 |
+
gemma-4-e2b-it-bf16,multi-turn,04,04-multi-turn,closed,42,375,1005
|
| 206 |
+
gemma-4-e2b-it-bf16,big-context,05,05-big-context,closed,36,288,1974
|
| 207 |
+
gemma-4-e2b-it-bf16,concurrency-stress,06,06-concurrency-stress,closed,8,59,42854
|
| 208 |
+
gemma-4-e2b-it-bf16,office-baseline,07,07-office-baseline,open,122,122,493
|
| 209 |
+
gemma-4-e2b-it-bf16,sharegpt,08,08-sharegpt,open,19,19,90
|
| 210 |
+
gemma-4-e2b-it-bf16,reasoning,09,09-reasoning,open,25,25,187
|
| 211 |
+
gemma-4-e2b-it-bf16,monday-peak,10,10-monday-peak,open,154,154,504
|
| 212 |
+
gemma-4-e4b-it-bf16,chat,01,01-chat,closed,21,134,1051
|
| 213 |
+
gemma-4-e4b-it-bf16,rag-8k,02,02-rag-8k,closed,16,118,6935
|
| 214 |
+
gemma-4-e4b-it-bf16,long-output,03,03-long-output,closed,22,126,403
|
| 215 |
+
gemma-4-e4b-it-bf16,multi-turn,04,04-multi-turn,closed,21,145,1806
|
| 216 |
+
gemma-4-e4b-it-bf16,big-context,05,05-big-context,closed,18,136,3371
|
| 217 |
+
gemma-4-e4b-it-bf16,concurrency-stress,06,06-concurrency-stress,closed,5,41,55760
|
| 218 |
+
gemma-4-e4b-it-bf16,office-baseline,07,07-office-baseline,open,82,82,889
|
| 219 |
+
gemma-4-e4b-it-bf16,sharegpt,08,08-sharegpt,open,13,13,165
|
| 220 |
+
gemma-4-e4b-it-bf16,reasoning,09,09-reasoning,open,10,10,318
|
| 221 |
+
gemma-4-e4b-it-bf16,monday-peak,10,10-monday-peak,open,86,86,809
|
| 222 |
+
granite-4-1-8b-bf16,chat,01,01-chat,closed,12,60,1887
|
| 223 |
+
granite-4-1-8b-bf16,rag-8k,02,02-rag-8k,closed,9,69,10825
|
| 224 |
+
granite-4-1-8b-bf16,long-output,03,03-long-output,closed,13,76,710
|
| 225 |
+
granite-4-1-8b-bf16,multi-turn,04,04-multi-turn,closed,12,100,3158
|
| 226 |
+
granite-4-1-8b-bf16,big-context,05,05-big-context,closed,10,84,5566
|
| 227 |
+
granite-4-1-8b-bf16,concurrency-stress,06,06-concurrency-stress,closed,2,26,74995
|
| 228 |
+
granite-4-1-8b-bf16,office-baseline,07,07-office-baseline,open,31,31,1751
|
| 229 |
+
granite-4-1-8b-bf16,sharegpt,08,08-sharegpt,open,9,9,255
|
| 230 |
+
granite-4-1-8b-bf16,reasoning,09,09-reasoning,open,5,5,523
|
| 231 |
+
granite-4-1-8b-bf16,monday-peak,10,10-monday-peak,open,44,44,1490
|
| 232 |
+
kat-coder-v2-5-bf16,chat,01,01-chat,closed,10,76,2010
|
| 233 |
+
kat-coder-v2-5-bf16,rag-8k,02,02-rag-8k,closed,8,66,9445
|
| 234 |
+
kat-coder-v2-5-bf16,long-output,03,03-long-output,closed,11,65,739
|
| 235 |
+
kat-coder-v2-5-bf16,multi-turn,04,04-multi-turn,closed,9,78,3071
|
| 236 |
+
kat-coder-v2-5-bf16,big-context,05,05-big-context,closed,9,75,5104
|
| 237 |
+
kat-coder-v2-5-bf16,concurrency-stress,06,06-concurrency-stress,closed,4,38,54142
|
| 238 |
+
kat-coder-v2-5-bf16,office-baseline,07,07-office-baseline,open,26,26,1617
|
| 239 |
+
kat-coder-v2-5-bf16,sharegpt,08,08-sharegpt,open,8,8,386
|
| 240 |
+
kat-coder-v2-5-bf16,reasoning,09,09-reasoning,open,4,4,712
|
| 241 |
+
kat-coder-v2-5-bf16,monday-peak,10,10-monday-peak,open,37,37,1366
|
| 242 |
+
lfm2-5-2-6b-bf16,chat,01,01-chat,closed,38,370,750
|
| 243 |
+
lfm2-5-2-6b-bf16,rag-8k,02,02-rag-8k,closed,30,255,3345
|
| 244 |
+
lfm2-5-2-6b-bf16,long-output,03,03-long-output,closed,39,243,214
|
| 245 |
+
lfm2-5-2-6b-bf16,multi-turn,04,04-multi-turn,closed,37,345,1044
|
| 246 |
+
lfm2-5-2-6b-bf16,big-context,05,05-big-context,closed,32,266,1764
|
| 247 |
+
lfm2-5-2-6b-bf16,concurrency-stress,06,06-concurrency-stress,closed,10,102,21230
|
| 248 |
+
lfm2-5-2-6b-bf16,office-baseline,07,07-office-baseline,open,122,122,467
|
| 249 |
+
lfm2-5-2-6b-bf16,sharegpt,08,08-sharegpt,open,19,19,86
|
| 250 |
+
lfm2-5-2-6b-bf16,reasoning,09,09-reasoning,open,22,22,174
|
| 251 |
+
lfm2-5-2-6b-bf16,monday-peak,10,10-monday-peak,open,149,149,454
|
| 252 |
+
mistral-small-4-119b-nvfp4,chat,01,01-chat,closed,12,80,2136
|
| 253 |
+
mistral-small-4-119b-nvfp4,rag-8k,02,02-rag-8k,closed,9,61,11125
|
| 254 |
+
mistral-small-4-119b-nvfp4,long-output,03,03-long-output,closed,12,83,697
|
| 255 |
+
mistral-small-4-119b-nvfp4,multi-turn,04,04-multi-turn,closed,10,89,3512
|
| 256 |
+
mistral-small-4-119b-nvfp4,big-context,05,05-big-context,closed,9,72,5946
|
| 257 |
+
mistral-small-4-119b-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,3,22,73818
|
| 258 |
+
mistral-small-4-119b-nvfp4,office-baseline,07,07-office-baseline,open,21,21,1984
|
| 259 |
+
mistral-small-4-119b-nvfp4,sharegpt,08,08-sharegpt,open,10,10,402
|
| 260 |
+
mistral-small-4-119b-nvfp4,reasoning,09,09-reasoning,open,3,3,763
|
| 261 |
+
mistral-small-4-119b-nvfp4,monday-peak,10,10-monday-peak,open,35,35,1549
|
| 262 |
+
muse-glimmer-30b-bf16,chat,01,01-chat,closed,4,41,4927
|
| 263 |
+
muse-glimmer-30b-bf16,rag-8k,02,02-rag-8k,closed,4,32,28816
|
| 264 |
+
muse-glimmer-30b-bf16,long-output,03,03-long-output,closed,4,34,1598
|
| 265 |
+
muse-glimmer-30b-bf16,multi-turn,04,04-multi-turn,closed,4,40,8327
|
| 266 |
+
muse-glimmer-30b-bf16,big-context,05,05-big-context,closed,4,36,15501
|
| 267 |
+
muse-glimmer-30b-bf16,concurrency-stress,06,06-concurrency-stress,closed,2,14,167973
|
| 268 |
+
muse-glimmer-30b-bf16,office-baseline,07,07-office-baseline,open,3,3,17039
|
| 269 |
+
muse-glimmer-30b-bf16,sharegpt,08,08-sharegpt,open,5,5,763
|
| 270 |
+
muse-glimmer-30b-bf16,reasoning,09,09-reasoning,open,2,2,1507
|
| 271 |
+
muse-glimmer-30b-bf16,monday-peak,10,10-monday-peak,open,18,18,3842
|
| 272 |
+
muse-glimmer-30b-bf16-spec,chat,01,01-chat,closed,13,86,5667
|
| 273 |
+
muse-glimmer-30b-bf16-spec,rag-8k,02,02-rag-8k,closed,7,44,29450
|
| 274 |
+
muse-glimmer-30b-bf16-spec,long-output,03,03-long-output,closed,12,90,1896
|
| 275 |
+
muse-glimmer-30b-bf16-spec,multi-turn,04,04-multi-turn,closed,13,64,9079
|
| 276 |
+
muse-glimmer-30b-bf16-spec,big-context,05,05-big-context,closed,7,49,15699
|
| 277 |
+
muse-glimmer-30b-bf16-spec,concurrency-stress,06,06-concurrency-stress,closed,2,14,171624
|
| 278 |
+
muse-glimmer-30b-bf16-spec,office-baseline,07,07-office-baseline,open,2,2,59120
|
| 279 |
+
muse-glimmer-30b-bf16-spec,sharegpt,08,08-sharegpt,open,10,10,941
|
| 280 |
+
muse-glimmer-30b-bf16-spec,reasoning,09,09-reasoning,open,3,3,2602
|
| 281 |
+
muse-glimmer-30b-bf16-spec,monday-peak,10,10-monday-peak,open,13,13,4857
|
| 282 |
+
nemotron-3-nano-4b-fp8,chat,01,01-chat,closed,35,308,931
|
| 283 |
+
nemotron-3-nano-4b-fp8,rag-8k,02,02-rag-8k,closed,28,225,3853
|
| 284 |
+
nemotron-3-nano-4b-fp8,long-output,03,03-long-output,closed,37,197,331
|
| 285 |
+
nemotron-3-nano-4b-fp8,multi-turn,04,04-multi-turn,closed,33,300,1246
|
| 286 |
+
nemotron-3-nano-4b-fp8,big-context,05,05-big-context,closed,29,243,1918
|
| 287 |
+
nemotron-3-nano-4b-fp8,concurrency-stress,06,06-concurrency-stress,closed,10,91,24235
|
| 288 |
+
nemotron-3-nano-4b-fp8,office-baseline,07,07-office-baseline,open,102,102,733
|
| 289 |
+
nemotron-3-nano-4b-fp8,sharegpt,08,08-sharegpt,open,17,17,107
|
| 290 |
+
nemotron-3-nano-4b-fp8,reasoning,09,09-reasoning,open,15,15,467
|
| 291 |
+
nemotron-3-nano-4b-fp8,monday-peak,10,10-monday-peak,open,113,113,774
|
| 292 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,chat,01,01-chat,closed,9,73,1477
|
| 293 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,rag-8k,02,02-rag-8k,closed,8,67,6258
|
| 294 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,long-output,03,03-long-output,closed,10,63,688
|
| 295 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,multi-turn,04,04-multi-turn,closed,8,74,2130
|
| 296 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,big-context,05,05-big-context,closed,8,69,3460
|
| 297 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,concurrency-stress,06,06-concurrency-stress,closed,4,45,36919
|
| 298 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,office-baseline,07,07-office-baseline,open,29,29,1214
|
| 299 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,sharegpt,08,08-sharegpt,open,8,8,433
|
| 300 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,reasoning,09,09-reasoning,open,5,5,650
|
| 301 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-bf16,monday-peak,10,10-monday-peak,open,41,41,1111
|
| 302 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,chat,01,01-chat,closed,17,145,1416
|
| 303 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,rag-8k,02,02-rag-8k,closed,13,117,5156
|
| 304 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,long-output,03,03-long-output,closed,19,121,863
|
| 305 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,multi-turn,04,04-multi-turn,closed,15,137,1998
|
| 306 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,big-context,05,05-big-context,closed,14,122,2871
|
| 307 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,concurrency-stress,06,06-concurrency-stress,closed,6,71,26828
|
| 308 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,office-baseline,07,07-office-baseline,open,54,54,1280
|
| 309 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,sharegpt,08,08-sharegpt,open,13,13,196
|
| 310 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,reasoning,09,09-reasoning,open,8,8,816
|
| 311 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-fp8,monday-peak,10,10-monday-peak,open,65,65,1225
|
| 312 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,chat,01,01-chat,closed,24,219,1475
|
| 313 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,rag-8k,02,02-rag-8k,closed,20,153,5974
|
| 314 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,long-output,03,03-long-output,closed,29,159,821
|
| 315 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,multi-turn,04,04-multi-turn,closed,24,207,2143
|
| 316 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,big-context,05,05-big-context,closed,20,160,3351
|
| 317 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,7,68,32651
|
| 318 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,office-baseline,07,07-office-baseline,open,89,89,1089
|
| 319 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,sharegpt,08,08-sharegpt,open,15,15,130
|
| 320 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,reasoning,09,09-reasoning,open,16,16,588
|
| 321 |
+
nemotron-3-nano-omni-30b-a3b-reasoning-nvfp4,monday-peak,10,10-monday-peak,open,87,87,1005
|
| 322 |
+
nemotron-cascade-2-30b-a3b-bf16,chat,01,01-chat,closed,8,75,1497
|
| 323 |
+
nemotron-cascade-2-30b-a3b-bf16,rag-8k,02,02-rag-8k,closed,7,67,6215
|
| 324 |
+
nemotron-cascade-2-30b-a3b-bf16,long-output,03,03-long-output,closed,9,68,673
|
| 325 |
+
nemotron-cascade-2-30b-a3b-bf16,multi-turn,04,04-multi-turn,closed,8,74,2127
|
| 326 |
+
nemotron-cascade-2-30b-a3b-bf16,big-context,05,05-big-context,closed,8,70,3454
|
| 327 |
+
nemotron-cascade-2-30b-a3b-bf16,concurrency-stress,06,06-concurrency-stress,closed,4,49,35919
|
| 328 |
+
nemotron-cascade-2-30b-a3b-bf16,office-baseline,07,07-office-baseline,open,25,25,1298
|
| 329 |
+
nemotron-cascade-2-30b-a3b-bf16,sharegpt,08,08-sharegpt,open,7,7,489
|
| 330 |
+
nemotron-cascade-2-30b-a3b-bf16,reasoning,09,09-reasoning,open,4,4,706
|
| 331 |
+
nemotron-cascade-2-30b-a3b-bf16,monday-peak,10,10-monday-peak,open,36,36,1140
|
| 332 |
+
qwen-3-5-4b-bf16,chat,01,01-chat,closed,22,216,987
|
| 333 |
+
qwen-3-5-4b-bf16,rag-8k,02,02-rag-8k,closed,18,142,7145
|
| 334 |
+
qwen-3-5-4b-bf16,long-output,03,03-long-output,closed,22,219,389
|
| 335 |
+
qwen-3-5-4b-bf16,multi-turn,04,04-multi-turn,closed,21,199,1732
|
| 336 |
+
qwen-3-5-4b-bf16,big-context,05,05-big-context,closed,18,149,3348
|
| 337 |
+
qwen-3-5-4b-bf16,concurrency-stress,06,06-concurrency-stress,closed,6,51,44648
|
| 338 |
+
qwen-3-5-4b-bf16,office-baseline,07,07-office-baseline,open,82,82,961
|
| 339 |
+
qwen-3-5-4b-bf16,sharegpt,08,08-sharegpt,open,13,13,146
|
| 340 |
+
qwen-3-5-4b-bf16,reasoning,09,09-reasoning,open,9,9,318
|
| 341 |
+
qwen-3-5-4b-bf16,monday-peak,10,10-monday-peak,open,84,84,980
|
| 342 |
+
qwen-3-6-27b-bf16,chat,01,01-chat,closed,4,40,5883
|
| 343 |
+
qwen-3-6-27b-bf16,rag-8k,02,02-rag-8k,closed,3,27,37902
|
| 344 |
+
qwen-3-6-27b-bf16,long-output,03,03-long-output,closed,4,31,2112
|
| 345 |
+
qwen-3-6-27b-bf16,multi-turn,04,04-multi-turn,closed,4,36,10386
|
| 346 |
+
qwen-3-6-27b-bf16,big-context,05,05-big-context,closed,3,28,19417
|
| 347 |
+
qwen-3-6-27b-bf16,concurrency-stress,06,06-concurrency-stress,closed,1,10,231009
|
| 348 |
+
qwen-3-6-27b-bf16,office-baseline,07,07-office-baseline,open,4,4,82171
|
| 349 |
+
qwen-3-6-27b-bf16,sharegpt,08,08-sharegpt,open,3,3,989
|
| 350 |
+
qwen-3-6-27b-bf16,reasoning,09,09-reasoning,open,2,2,1777
|
| 351 |
+
qwen-3-6-27b-bf16,monday-peak,10,10-monday-peak,open,16,16,5422
|
| 352 |
+
qwen-3-6-35b-a3b-nvfp4,chat,01,01-chat,closed,20,196,1214
|
| 353 |
+
qwen-3-6-35b-a3b-nvfp4,rag-8k,02,02-rag-8k,closed,17,135,7729
|
| 354 |
+
qwen-3-6-35b-a3b-nvfp4,long-output,03,03-long-output,closed,22,176,466
|
| 355 |
+
qwen-3-6-35b-a3b-nvfp4,multi-turn,04,04-multi-turn,closed,20,184,2208
|
| 356 |
+
qwen-3-6-35b-a3b-nvfp4,big-context,05,05-big-context,closed,17,138,3995
|
| 357 |
+
qwen-3-6-35b-a3b-nvfp4,concurrency-stress,06,06-concurrency-stress,closed,6,48,50719
|
| 358 |
+
qwen-3-6-35b-a3b-nvfp4,office-baseline,07,07-office-baseline,open,82,82,1083
|
| 359 |
+
qwen-3-6-35b-a3b-nvfp4,sharegpt,08,08-sharegpt,open,15,15,144
|
| 360 |
+
qwen-3-6-35b-a3b-nvfp4,reasoning,09,09-reasoning,open,8,8,380
|
| 361 |
+
qwen-3-6-35b-a3b-nvfp4,monday-peak,10,10-monday-peak,open,72,72,1074
|
| 362 |
+
qwen-3-8-27b-bf16,chat,01,01-chat,closed,4,39,6086
|
| 363 |
+
qwen-3-8-27b-bf16,rag-8k,02,02-rag-8k,closed,3,27,37787
|
| 364 |
+
qwen-3-8-27b-bf16,long-output,03,03-long-output,closed,4,38,2141
|
| 365 |
+
qwen-3-8-27b-bf16,multi-turn,04,04-multi-turn,closed,4,36,10259
|
| 366 |
+
qwen-3-8-27b-bf16,big-context,05,05-big-context,closed,3,28,19383
|
| 367 |
+
qwen-3-8-27b-bf16,concurrency-stress,06,06-concurrency-stress,closed,1,10,228576
|
| 368 |
+
qwen-3-8-27b-bf16,office-baseline,07,07-office-baseline,open,4,4,87195
|
| 369 |
+
qwen-3-8-27b-bf16,sharegpt,08,08-sharegpt,open,4,4,1008
|
| 370 |
+
qwen-3-8-27b-bf16,reasoning,09,09-reasoning,open,2,2,1797
|
| 371 |
+
qwen-3-8-27b-bf16,monday-peak,10,10-monday-peak,open,15,15,5394
|
| 372 |
+
qwen-3-8-27b-fp8,chat,01,01-chat,closed,7,67,10863
|
| 373 |
+
qwen-3-8-27b-fp8,rag-8k,02,02-rag-8k,closed,4,28,70145
|
| 374 |
+
qwen-3-8-27b-fp8,long-output,03,03-long-output,closed,7,66,3688
|
| 375 |
+
qwen-3-8-27b-fp8,multi-turn,04,04-multi-turn,closed,6,53,19286
|
| 376 |
+
qwen-3-8-27b-fp8,big-context,05,05-big-context,closed,5,29,36226
|
| 377 |
+
qwen-3-8-27b-fp8,concurrency-stress,06,06-concurrency-stress,closed,1,7,409504
|
| 378 |
+
qwen-3-8-27b-fp8,office-baseline,07,07-office-baseline,open,3,3,426055
|
| 379 |
+
qwen-3-8-27b-fp8,sharegpt,08,08-sharegpt,open,7,7,908
|
| 380 |
+
qwen-3-8-27b-fp8,reasoning,09,09-reasoning,open,4,4,3069
|
| 381 |
+
qwen-3-8-27b-fp8,monday-peak,10,10-monday-peak,open,16,16,8814
|