Llama 3.2 3B Instruct

model page · concurrency sweep 1–24 agents

Llama 3.2 3B Instruct

server model id: llama-3.2-3b-instruct
non-thinkingKV Q4_0ctx 32k3B params

The 3B anchor — only 95 tok/s solo, but the smoothest, most predictable scaling curve in the sweep (4.25x).

Key findings

  • Clean, all-content output: 0 reasoning tokens everywhere.
  • Steady, efficient scaling: combined throughput climbs nearly monotonically from 95 tok/s solo to 404 tok/s at 24 agents (4.25x) — a smooth, well-behaved curve with no rolloff and no stall (unlike falcon3's rolloff or the thinking models' swings).
  • Slower single-agent than the 1b siblings: 95 tok/s solo vs 196 for llama-3.2-1b — the extra params cost per-token speed.
  • TTFT grows steadily with load: 117ms solo, rising smoothly to 12–17s at 14+ agents as requests queue. No erratic 50s+ spikes, but high concurrency clearly serializes starts.
  • Per-agent speed: ~23–25 tok/s at 24 agents (vs 95 solo).
  • Errors: 0 across all 24 runs.

Sweep — total concurrency 1–24

agentswall (s)contentreasontotalcomb tok/scomb allper-agentper-agent allscale %TTFT meanTTFT maxoktimeouterr
160.05,69605,696959596.197.6100%117ms117ms010
260.09,13109,131152152103.1105.1160%118ms128ms020
360.010,791010,79118018084.185.9189%2.3s2.3s030
460.012,879012,87921521598.098.7226%2.0s2.0s040
560.013,437013,43722422476.676.9236%5.4s5.4s050
660.014,751014,75124624673.073.0259%5.4s5.4s060
760.015,621015,62126026076.876.8274%5.8s5.8s070
860.016,191016,19127027054.654.6284%8.7s8.7s080
960.017,569017,56929329353.053.0308%9.6s9.7s090
1060.018,737018,73731231256.556.5328%11.2s11.3s0100
1160.019,319019,31932232252.152.1339%11.3s11.3s0110
1260.019,959019,95933233242.542.5349%12.1s12.2s0120
1360.020,456020,45634134146.446.4359%12.9s13.0s0130
1460.021,708021,70836236245.645.6381%12.8s12.8s0140
1560.021,301021,30135535535.035.0374%14.2s14.4s0150
1660.022,483022,48337437434.934.9394%15.0s15.0s0160
1760.020,385020,38533933929.229.2357%16.2s16.3s0170
1860.022,609022,60937737728.128.1397%13.2s13.4s0180
1960.022,781022,78137937927.327.3399%13.8s13.9s0190
2060.022,689022,68937837825.925.9398%15.8s16.0s0200
2160.023,067023,06738438425.225.2404%15.6s15.8s0210
2260.123,090023,09038538524.324.3405%16.7s16.9s0220
2360.024,114024,11440240224.024.0423%15.5s15.7s0230
24 peak60.024,255024,25540440423.123.1425%16.1s16.3s0240

* 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