Qwen2.5 1.5B

model page · concurrency sweep 1–24 agents

Qwen2.5 1.5B

server model id: qwen2.5-1.5b
non-thinkingKV F16ctx 32k1.5B params

Best latency at low concurrency (108ms TTFT) and 3.3x scaling — but an erratic mid-range TTFT curve.

Key findings

  • Clean, all-content output: 0 reasoning tokens everywhere — every token is visible content.
  • Good scaling: combined throughput 173 tok/s solo → 577 tok/s at 20 agents (3.3x), plateauing around 520–577 from 10–24 agents.
  • Best latency of the lot at low concurrency: TTFT just 108ms at 1–2 agents. It degrades in the mid-range (11–16s at 3–9 agents — likely server batching transitions) then recovers to sub-second at 10+ agents. This erratic profile mirrors what we saw with the other models.
  • Per-agent speed: ~30–46 tok/s at high concurrency (vs 173 solo) — the usual slot-contention erosion.
  • Errors: 0 across all 24 runs.

Sweep — total concurrency 1–24

agentswall (s)contentreasontotalcomb tok/scomb allper-agentper-agent allscale %TTFT meanTTFT maxoktimeouterr
160.010,404010,404173173173.7173.7100%108ms108ms010
260.017,603017,603293293222.6223.1169%108ms111ms020
360.019,106019,1063183182,947.5*2,959.4184%11.0s11.0s030
460.023,185023,185386386201.0201.8223%10.8s10.8s040
560.023,088023,0883853852,756.1*2,756.7223%12.9s13.0s050
660.025,347025,3474224222,503.8*2,504.2244%14.6s14.6s060
760.023,636023,6363943941,205.5*1,205.5228%16.1s16.1s070
860.025,334025,334422422498.2499.4244%13.7s13.8s080
960.029,086029,08648448473.073.7280%15.4s15.4s090
1060.132,245032,24553753758.265.5310%427ms457ms190
1160.031,875031,87553153153.760.8307%729ms748ms1100
1260.031,067031,06751751748.657.5299%523ms567ms480
1360.130,341030,34150550545.255.1292%711ms761ms2110
1460.131,634031,63452752745.655.2305%794ms891ms4100
1560.031,487031,48752452440.148.0303%1.3s1.4s4110
1660.034,284034,28457157146.157.1330%675ms725ms5110
1760.031,246031,24652052039.048.2301%3.2s3.2s5120
1860.133,595033,59555955940.046.5323%2.3s2.4s7110
1960.132,812032,81254654634.743.3316%1.6s1.8s5140
20 peak60.134,622034,62257757738.446.1334%626ms716ms7130
2160.134,535034,53557557534.642.4332%3.5s3.6s6150
2260.130,720030,72051151129.137.2295%432ms631ms5170
2360.133,437033,43755755730.939.1322%1.9s2.0s7160
2460.133,615033,61556056029.637.1324%1.2s1.5s8160

* burst artifact — agents queued ~11–16s then generated in a short burst; the per-agent timer inflates the number. Trust combined throughput and TTFT columns. Peak row = highest combined (all-token) throughput.

Charts

Whole sweep at a glance — combined throughput, scaling efficiency, per-agent throughput and outcomes across every concurrency level.
Whole sweep at a glance — combined throughput, scaling efficiency, per-agent throughput and outcomes across every concurrency level.
Combined throughput (all tokens) vs concurrent agents. Annotated peak with the concurrency level where it occurred.
Combined throughput (all tokens) vs concurrent agents. Annotated peak with the concurrency level where it occurred.
Per-agent throughput erosion as slots contend. Red stars mark burst-timing artifacts (queued ≥ 10s then generated in a burst — inflated values, not real throughput).
Per-agent throughput erosion as slots contend. Red stars mark burst-timing artifacts (queued ≥ 10s then generated in a burst — inflated values, not real throughput).
Scaling efficiency relative to the single-agent baseline (100%).
Scaling efficiency relative to the single-agent baseline (100%).
Time to first token — mean (solid) and max (dashed). Log scale. Gaps mean no visible content ever arrived within the 60s window.
Time to first token — mean (solid) and max (dashed). Log scale. Gaps mean no visible content ever arrived within the 60s window.
Total tokens per 60s run — all tokens vs visible content only.
Total tokens per 60s run — all tokens vs visible content only.
How each run of N agents finished: completed, timed out (60s budget), or errored.
How each run of N agents finished: completed, timed out (60s budget), or errored.
The concurrency trade-off on one chart — combined throughput rises while per-agent speed falls.
The concurrency trade-off on one chart — combined throughput rises while per-agent speed falls.

Raw data & downloads