← all models · full run →

qwen3-coder-next-fp8

Qwen's official FP8 build of Qwen3-Coder-Next. A/B partner to the NVFP4 variant — FP8 kernels are better-tested on SM120 than NVFP4.

Qwen/Qwen3-Coder-Next-FP8 FP8 80 GB 3B active 80B total parser · qwen3_coder

Transcripts

simple

Reply with exactly the five words: hello from hermes on spark.
hello from hermes on spark
category · trivial elapsed · 64.13s exit · 0

math

What is 127 times 49? Answer with just the number.
6223
category · reasoning elapsed · 14.1s exit · 0

reasoning

A farmer has 17 sheep. All but 9 die. How many remain? Answer with one short sentence.
9 sheep remain.
category · reasoning elapsed · 7.45s exit · 0

tool_ls

Use the shell tool to list files in /tmp. Tell me only how many there are.
559 files in /tmp.
category · tool-use elapsed · 21.25s exit · 0

code

Write a one-line Python expression that returns the sum of squares from 1 to 10.
```python sum(i**2 for i in range(1, 11)) ```
category · coding elapsed · 8.19s exit · 0