Falcon3 1B Instruct

model page · concurrency sweep 1–24 agents

Falcon3 1B Instruct

server model id: falcon3-1b-instruct
non-thinkingKV F16ctx 8k1B params

Fastest pure-content scorer — 839 tok/s at 13 agents, then rolls off as the 8k context saturates.

Key findings

  • Clean, all-content output: 0 reasoning tokens everywhere.
  • Strong scaling, with a peak and then a rolloff: combined throughput climbs from 187 tok/s solo to 839 tok/s at 13 agents (4.5x), holds ~730–840 through 18, then *declines* to 522 at 24 — unlike the other models, which plateaued. Under heavy contention with a small context/output cap, throughput rolls off.
  • Latency stays sane: TTFT 72ms–2.7s across the whole sweep (no 10s+ spikes like the thinking models).
  • Per-agent speed: falls from ~200 tok/s solo to ~24 at 24 agents.
  • Errors: 0 across all 24 runs.

Sweep — total concurrency 1–24

agentswall (s)contentreasontotalcomb tok/scomb allper-agentper-agent allscale %TTFT meanTTFT maxoktimeouterr
160.011,214011,214187187202.5206.8100%1.0s1.0s010
260.016,684016,684278278146.8159.2149%72ms91ms020
360.020,889020,889348348126.6135.8186%1.2s1.2s030
460.024,587024,587409409116.5124.7219%1.5s1.6s040
560.028,624028,624477477101.1106.2255%1.9s1.9s050
660.135,788035,788596596108.7114.0319%748ms785ms060
760.138,712038,71264564599.1105.1345%1.0s1.0s070
860.140,292040,29267167192.499.0359%1.0s1.1s080
960.144,005044,00573373388.397.6392%1.8s1.9s090
1060.143,719043,71972872877.086.1389%1.3s1.3s0100
1160.146,032046,03276676678.489.0410%1.3s1.4s0110
1260.148,643048,64381081071.882.8433%2.0s2.1s0120
13 peak60.150,382050,38283983970.982.8449%677ms704ms1120
1460.147,925047,92579879861.773.4427%1.3s1.4s0140
1560.148,906048,90681481459.371.5435%1.9s2.0s0150
1660.149,630049,63082682657.470.6442%1.7s1.7s0160
1760.147,629047,62979379350.563.5424%2.7s2.7s0170
1860.148,878048,87881481448.862.8435%596ms624ms0180
1960.143,822043,82273073042.559.6390%2.0s2.2s0190
2060.142,649042,64971071038.756.9380%1.7s1.7s0200
2160.141,359041,35968968935.453.3368%1.5s1.5s0210
2260.137,553037,55362562530.550.8334%587ms634ms0220
2360.135,169035,16958658627.547.4313%827ms860ms0230
2460.131,331031,33152252223.643.6279%388ms555ms0240

* 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