> ## Documentation Index
> Fetch the complete documentation index at: https://sure-917046f5-docs-cloudflare-tunnel-self-hosting.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM Benchmarks

> Benchmark results of popular foundation and open-weights LLMs with Sure

## Foundational/Online models

### Transaction categorization benchmark table

Dataset: categorization\_golden\_v1

| Model   | Quantisation | json\_mode | batch\_size | easy                    | medium                  | hard                    | edge\_case              | accuracy | avg\_latency\_ms | cost\_per\_sample |
| ------- | ------------ | ---------- | ----------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- | -------- | ---------------- | ----------------- |
| gpt-5.2 | full         | strict     | 25          | 100.0% accuracy (33/33) | 97.06% accuracy (33/34) | 84.21% accuracy (16/19) | 100.0% accuracy (14/14) | 96.0     | 9090             | 0.0               |
| gpt-5   | full         | strict     | 25          | 100.0% accuracy (33/33) | 100.0% accuracy (34/34) | 100.0% accuracy (19/19) | 100.0% accuracy (14/14) | 100.0    | 50339            | 0.0               |
| gpt-4o  | full         | strict     | 25          | 100.0% accuracy (33/33) | 100.0% accuracy (34/34) | 94.74% accuracy (18/19) | 100.0% accuracy (14/14) | 99.0     | 8302             | 0.0               |

## Open-weight models

### Transaction categorization benchmark table

Dataset: categorization\_golden\_v1

| Model                       | Quantisation | json\_mode   | batch\_size | easy                    | medium                  | hard                    | edge\_case              | accuracy | avg\_latency\_ms | cost\_per\_sample | notes                                                                    |
| --------------------------- | ------------ | ------------ | ----------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- | -------- | ---------------- | ----------------- | ------------------------------------------------------------------------ |
| qwen/qwen3.5-35b-a3b        | full         | strict       | 25          | 100.0% accuracy (33/33) | 100.0% accuracy (34/34) | 100.0% accuracy (19/19) | 100.0% accuracy (14/14) | 100.0    | 54698            | 0.0               |                                                                          |
| qwen3-30b-a3b-instruct-2507 | Q3\_K\_XL    | strict       | 25          | 100.0% accuracy (33/33) | 100.0% accuracy (34/34) | 94.74% accuracy (18/19) | 100.0% accuracy (14/14) | 99.0     | 25357            | 0.0               |                                                                          |
| gpt-oss-20b                 | Q3\_K\_XL    | none, strict | 25          | 100.0% accuracy (33/33) | 100.0% accuracy (34/34) | 52.63% accuracy (10/19) | 100.0% accuracy (14/14) | 91.0     | 43214            | 0.0               | Needs at least 8k context window due to not supporting strict JSON mode. |
| qwen3-14b                   | Q5\_K\_XL    | strict       | 25          | 93.94% accuracy (31/33) | 88.24% accuracy (30/34) | 84.21% accuracy (16/19) | 100.0% accuracy (14/14) | 91.0     | 67455            | 0.0               |                                                                          |
| google/gemma-3-12b          | 4bit         | strict       | 25          | 100.0% accuracy (33/33) | 91.18% accuracy (31/34) | 89.47% accuracy (17/19) | 100.0% accuracy (14/14) | 95.0     | 58454            | 0.0               |                                                                          |
