llm-orchestrator 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +14 -0
- package/.claude-plugin/plugin.json +19 -0
- package/COMPATIBILITY.md +27 -0
- package/IMPLEMENTATION.md +26 -0
- package/LICENSE +31 -0
- package/NOTICE +17 -0
- package/README.md +291 -0
- package/SKILL.md +125 -0
- package/adapters/agents.mjs +46 -0
- package/adapters/claude/index.mjs +9 -0
- package/adapters/codex/index.mjs +15 -0
- package/adapters/commands.mjs +117 -0
- package/adapters/kilo/index.mjs +5 -0
- package/adapters/opencode/index.mjs +5 -0
- package/bin/attribution-check.mjs +136 -0
- package/bin/cli-options.mjs +90 -0
- package/bin/discover-models.mjs +271 -0
- package/bin/doctor.mjs +191 -0
- package/bin/install.mjs +48 -0
- package/bin/llm-orchestrator.mjs +103 -0
- package/bin/model-thinking-report.mjs +165 -0
- package/bin/render.mjs +22 -0
- package/bin/route.mjs +139 -0
- package/bin/uninstall.mjs +15 -0
- package/lib/adapter-renderer.mjs +114 -0
- package/lib/capability-resolver.mjs +343 -0
- package/lib/dispatch-contract.mjs +583 -0
- package/lib/first-run.mjs +299 -0
- package/lib/harness.mjs +6 -0
- package/lib/installation.mjs +550 -0
- package/lib/project-discovery.mjs +434 -0
- package/lib/router.mjs +660 -0
- package/lib/tool-discovery.mjs +162 -0
- package/models/example-model-inventory.json +82 -0
- package/models/model-thinking-data.json +580 -0
- package/models/model-thinking-matrix.md +157 -0
- package/models/top-models.json +1299 -0
- package/package.json +65 -0
- package/policies/capabilities.md +144 -0
- package/policies/cleanup.md +51 -0
- package/policies/dispatch.md +284 -0
- package/policies/execution.md +116 -0
- package/policies/questions.md +75 -0
- package/policies/routing.md +677 -0
- package/policies/state.md +85 -0
- package/policies/verification.md +72 -0
- package/protocol.md +162 -0
- package/registries/agent-roles.json +1 -0
- package/registries/capabilities.json +58 -0
- package/registries/core-profile.json +183 -0
- package/registries/preferred-tools.json +595 -0
- package/registries/routing-matrix.json +394 -0
- package/registries/task-mappings.json +259 -0
- package/schemas/agent-roles.schema.json +1 -0
- package/schemas/capability-contract.schema.json +209 -0
- package/schemas/installation-manifest.schema.json +57 -0
- package/schemas/project-profile.schema.json +70 -0
- package/schemas/routing-matrix.schema.json +237 -0
- package/schemas/tool-inventory.schema.json +127 -0
- package/schemas/top-models.schema.json +235 -0
- package/skills/orchestrate-core/SKILL.md +18 -0
- package/workflows/bug-fix.md +59 -0
- package/workflows/config.md +57 -0
- package/workflows/deploy.md +57 -0
- package/workflows/feature.md +61 -0
- package/workflows/incident.md +61 -0
- package/workflows/investigation.md +62 -0
- package/workflows/refactor.md +53 -0
- package/workflows/research.md +61 -0
- package/workflows/review.md +58 -0
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
<!-- llm-orchestrator · created by Bogdan-Gabriel Torcescu · https://www.linkedin.com/in/bogdantorcescu/ · keep this credit when copying or deriving -->
|
|
2
|
+
# Model thinking matrix — AA v4.3.2 snapshot
|
|
3
|
+
|
|
4
|
+
Observed: 2026-09-22. Scores and weighted USD/task costs come from the Artificial Analysis Intelligence Index v4.3.2 snapshot, not live account tariffs or a guarantee of repository outcomes. [Overall leaderboard](https://artificialanalysis.ai/leaderboards/models).
|
|
5
|
+
|
|
6
|
+
This report compares measurements. It cannot automatically select a model, establish account availability, or replace security, payment, migration, concurrency, or compatibility review floors.
|
|
7
|
+
|
|
8
|
+
## Indices
|
|
9
|
+
|
|
10
|
+
Benchmark cost index: `100 × observed benchmark cost / $0.50`; GPT-5.6 Sol medium is the fixed 100 baseline. Token basket index: `100 × (input price + 0.25 × output price) / $9`, using a synthetic 1M uncached input + 250K output basket and Sol’s $4/$20 price as 100. The token basket is not a measured task cost.
|
|
11
|
+
|
|
12
|
+
## Per-model measurements and adjacent effort deltas
|
|
13
|
+
|
|
14
|
+
| Model | Display name | Effort | Score | USD/task | Benchmark cost index | Token basket index | Adjacent measured delta | Internal reading |
|
|
15
|
+
| --- | --- | --- | ---: | ---: | ---: | ---: | --- | --- |
|
|
16
|
+
| gpt-5-6-luna | GPT-5.6 Luna | low | 21 | $0.01 | 2 | 6 | — | First measured effort for this model; no internal effort comparison. |
|
|
17
|
+
| gpt-5-6-luna | GPT-5.6 Luna | medium | 25 | $0.02 | 4 | 6 | +$0.01 (2.00×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
18
|
+
| gpt-5-6-luna | GPT-5.6 Luna | high | 32 | $0.04 | 8 | 6 | +$0.02 (2.00×); +7 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
19
|
+
| gpt-5-6-luna | GPT-5.6 Luna | xhigh | 35 | $0.09 | 18 | 6 | +$0.05 (2.25×); +3 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
20
|
+
| gpt-5-6-luna | GPT-5.6 Luna | max | 37 | $0.18 | 36 | 6 | +$0.09 (2.00×); +2 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
21
|
+
| gpt-5-6-terra | GPT-5.6 Terra | low | 27 | $0.14 | 28 | 56 | — | First measured effort for this model; no internal effort comparison. |
|
|
22
|
+
| gpt-5-6-terra | GPT-5.6 Terra | medium | 30 | $0.18 | 36 | 56 | +$0.04 (1.29×); +3 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
23
|
+
| gpt-5-6-terra | GPT-5.6 Terra | high | 34 | $0.34 | 68 | 56 | +$0.16 (1.89×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
24
|
+
| gpt-5-6-terra | GPT-5.6 Terra | xhigh | 38 | $0.63 | 126 | 56 | +$0.29 (1.85×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
25
|
+
| gpt-5-6-terra | GPT-5.6 Terra | max | 42 | $1.40 | 280 | 56 | +$0.77 (2.22×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
26
|
+
| gpt-5-6-sol | GPT-5.6 Sol | low | 33 | $0.26 | 52 | 100 | — | First measured effort for this model; no internal effort comparison. |
|
|
27
|
+
| gpt-5-6-sol | GPT-5.6 Sol | medium | 39 | $0.50 | 100 | 100 | +$0.24 (1.92×); +6 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
28
|
+
| gpt-5-6-sol | GPT-5.6 Sol | high | 42 | $0.81 | 162 | 100 | +$0.31 (1.62×); +3 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
29
|
+
| gpt-5-6-sol | GPT-5.6 Sol | xhigh | 44 | $1.18 | 236 | 100 | +$0.37 (1.46×); +2 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
30
|
+
| gpt-5-6-sol | GPT-5.6 Sol | max | 47 | $1.99 | 398 | 100 | +$0.81 (1.69×); +3 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
31
|
+
| gpt-6-astra | GPT-6 Astra | low | 46 | $0.82 | 164 | 250 | — | First measured effort for this model; no internal effort comparison. |
|
|
32
|
+
| gpt-6-astra | GPT-6 Astra | medium | 50 | $1.54 | 308 | 250 | +$0.72 (1.88×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
33
|
+
| gpt-6-astra | GPT-6 Astra | high | 51 | $1.73 | 346 | 250 | +$0.19 (1.12×); +1 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
34
|
+
| gpt-6-astra | GPT-6 Astra | xhigh | 52 | $2.31 | 462 | 250 | +$0.58 (1.34×); +1 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
35
|
+
| gpt-6-astra | GPT-6 Astra | max | 53 | $3.26 | 652 | 250 | +$0.95 (1.41×); +1 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
36
|
+
| claude-sonnet-5 | Claude Sonnet 5 | low | 24 | $0.51 | 102 | 50 | — | First measured effort for this model; no internal effort comparison. |
|
|
37
|
+
| claude-sonnet-5 | Claude Sonnet 5 | medium | 28 | $1.00 | 200 | 50 | +$0.49 (1.96×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
38
|
+
| claude-sonnet-5 | Claude Sonnet 5 | high | 32 | $1.79 | 358 | 50 | +$0.79 (1.79×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
39
|
+
| claude-sonnet-5 | Claude Sonnet 5 | xhigh | 34 | $2.87 | 574 | 50 | +$1.08 (1.60×); +2 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
40
|
+
| claude-sonnet-5 | Claude Sonnet 5 | max | 38 | $5.09 | 1018 | 50 | +$2.22 (1.77×); +4 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
41
|
+
| claude-opus-5 | Claude Opus 5 | low | 39 | $1.10 | 220 | 125 | — | First measured effort for this model; no internal effort comparison. |
|
|
42
|
+
| claude-opus-5 | Claude Opus 5 | medium | 45 | $2.19 | 438 | 125 | +$1.09 (1.99×); +6 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
43
|
+
| claude-opus-5 | Claude Opus 5 | high | 48 | $3.61 | 722 | 125 | +$1.42 (1.65×); +3 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
44
|
+
| claude-opus-5 | Claude Opus 5 | xhigh | 50 | $4.88 | 976 | 125 | +$1.27 (1.35×); +2 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
45
|
+
| claude-opus-5 | Claude Opus 5 | max | 51 | $5.86 | 1172 | 125 | +$0.98 (1.20×); +1 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
46
|
+
| claude-fable-5-1 | Claude Fable 5.1 | low | 47 | $2.37 | 474 | 250 | — | Segregate from standalone cross-model comparisons. |
|
|
47
|
+
| claude-fable-5-1 | Claude Fable 5.1 | medium | 49 | $2.98 | 596 | 250 | +$0.61 (1.26×); +2 score | Segregate from standalone cross-model comparisons. |
|
|
48
|
+
| claude-fable-5-1 | Claude Fable 5.1 | high | 51 | $3.91 | 782 | 250 | +$0.93 (1.31×); +2 score | Segregate from standalone cross-model comparisons. |
|
|
49
|
+
| claude-fable-5-1 | Claude Fable 5.1 | xhigh | 53 | $5.98 | 1196 | 250 | +$2.07 (1.53×); +2 score | Segregate from standalone cross-model comparisons. |
|
|
50
|
+
| claude-fable-5-1 | Claude Fable 5.1 | max | 53 | $7.63 | 1526 | 250 | +$1.65 (1.28×); no measured gain at displayed precision | Segregate from standalone cross-model comparisons. |
|
|
51
|
+
| claude-fable-5 | Claude Fable 5 | low | — | — | — | 250 | — | Segregate from standalone cross-model comparisons. |
|
|
52
|
+
| claude-fable-5 | Claude Fable 5 | medium | — | — | — | 250 | — | Segregate from standalone cross-model comparisons. |
|
|
53
|
+
| claude-fable-5 | Claude Fable 5 | high | — | — | — | 250 | — | Segregate from standalone cross-model comparisons. |
|
|
54
|
+
| claude-fable-5 | Claude Fable 5 | xhigh | — | — | — | 250 | — | Segregate from standalone cross-model comparisons. |
|
|
55
|
+
| claude-fable-5 | Claude Fable 5 | max | 50 | $8.75 | 1750 | 250 | — | Segregate from standalone cross-model comparisons. |
|
|
56
|
+
| claude-4-5-haiku | Claude Haiku 4.5 | disabled | — | — | — | 25 | — | No complete current benchmark tuple; do not infer. |
|
|
57
|
+
| claude-4-5-haiku | Claude Haiku 4.5 | enabled | 17 | $0.21 | 42 | 25 | — | First measured effort for this model; no internal effort comparison. |
|
|
58
|
+
| muse-spark-1-3 | Muse Spark 1.3 | xhigh | 45 | $1.37 | 274 | 26 | — | First measured effort for this model; no internal effort comparison. |
|
|
59
|
+
| muse-spark-1-3 | Muse Spark 1.3 | max | 48 | $1.60 | 320 | 26 | +$0.23 (1.17×); +3 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
60
|
+
| grok-4-7 | Grok 4.7 | low | — | — | — | 39 | — | No complete current benchmark tuple; do not infer. |
|
|
61
|
+
| grok-4-7 | Grok 4.7 | medium | — | — | — | 39 | — | No complete current benchmark tuple; do not infer. |
|
|
62
|
+
| grok-4-7 | Grok 4.7 | high | 46 | $2.73 | 546 | 39 | — | First measured effort for this model; no internal effort comparison. |
|
|
63
|
+
| grok-4-7 | Grok 4.7 | xhigh | 46 | $3.74 | 748 | 39 | +$1.01 (1.37×); no measured gain at displayed precision | No measured score gain at displayed precision; retain lower-cost prior level unless another need is evidenced. |
|
|
64
|
+
| grok-4-6 | Grok 4.6 | low | 35 | $0.48 | 96 | 39 | — | First measured effort for this model; no internal effort comparison. |
|
|
65
|
+
| grok-4-6 | Grok 4.6 | medium | 43 | $1.50 | 300 | 39 | +$1.02 (3.13×); +8 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
66
|
+
| grok-4-6 | Grok 4.6 | high | 44 | $1.86 | 372 | 39 | +$0.36 (1.24×); +1 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
67
|
+
| grok-4-6 | Grok 4.6 | xhigh | 44 | $2.32 | 464 | 39 | +$0.46 (1.25×); no measured gain at displayed precision | No measured score gain at displayed precision; retain lower-cost prior level unless another need is evidenced. |
|
|
68
|
+
| mimo-v2-6-pro | MiMo V2.6 Pro | default | 46 | $0.13 | 26 | 7 | — | First measured effort for this model; no internal effort comparison. |
|
|
69
|
+
| qwen3-8-max | Qwen3.8 Max | default | 45 | $5.41 | 1082 | 39 | — | First measured effort for this model; no internal effort comparison. |
|
|
70
|
+
| glm-5-3 | GLM 5.3 | max | 45 | $2.01 | 402 | 28 | — | First measured effort for this model; no internal effort comparison. |
|
|
71
|
+
| glm-5-3-flash | GLM 5.3 Flash | default | 42 | $0.25 | 50 | 3 | — | First measured effort for this model; no internal effort comparison. |
|
|
72
|
+
| step-5 | Step 5 | default | 44 | $0.72 | 144 | 19 | — | First measured effort for this model; no internal effort comparison. |
|
|
73
|
+
| kimi-k3 | Kimi K3 | low | — | — | — | 75 | — | No complete current benchmark tuple; do not infer. |
|
|
74
|
+
| kimi-k3 | Kimi K3 | max | 44 | $2.00 | 400 | 75 | — | First measured effort for this model; no internal effort comparison. |
|
|
75
|
+
| gemini-3-8-flash | Gemini 3.8 Flash | low | 33 | — | — | 19 | — | No complete current benchmark tuple; do not infer. |
|
|
76
|
+
| gemini-3-8-flash | Gemini 3.8 Flash | medium | 40 | $0.93 | 186 | 19 | — | First measured effort for this model; no internal effort comparison. |
|
|
77
|
+
| gemini-3-8-flash | Gemini 3.8 Flash | high | 41 | $1.24 | 248 | 19 | +$0.31 (1.33×); +1 score | Compare only with adjacent measured effort; higher effort raises observed cost. |
|
|
78
|
+
| deepseek-v4-1-flash | DeepSeek V4.1 Flash | max | 39 | $0.27 | 54 | 7 | — | First measured effort for this model; no internal effort comparison. |
|
|
79
|
+
| minimax-m3 | MiniMax M3 | default | 29 | $0.51 | 102 | 7 | — | First measured effort for this model; no internal effort comparison. |
|
|
80
|
+
|
|
81
|
+
## Raw token prices
|
|
82
|
+
|
|
83
|
+
| Model family | Input USD/MTok | Output USD/MTok | Price note |
|
|
84
|
+
| --- | ---: | ---: | --- |
|
|
85
|
+
| GPT-5.6 Luna | $0.200 | $1.200 | AA-observed price; not a live account tariff. |
|
|
86
|
+
| GPT-5.6 Terra | $2.000 | $12.000 | AA-observed price; not a live account tariff. |
|
|
87
|
+
| GPT-5.6 Sol | $4.000 | $20.000 | AA-observed price; not a live account tariff. |
|
|
88
|
+
| GPT-6 Astra | $10.000 | $50.000 | AA-observed price; not a live account tariff. |
|
|
89
|
+
| Claude Sonnet 5 | $2.000 | $10.000 | AA-observed price; not a live account tariff. |
|
|
90
|
+
| Claude Opus 5 | $5.000 | $25.000 | AA-observed price; not a live account tariff. |
|
|
91
|
+
| Claude Fable 5.1 | $10.000 | $50.000 | AA-observed price; not a live account tariff. |
|
|
92
|
+
| Claude Fable 5 | $10.000 | $50.000 | AA-observed price; not a live account tariff. |
|
|
93
|
+
| Claude Haiku 4.5 | $1.000 | $5.000 | AA-observed price; not a live account tariff. |
|
|
94
|
+
| Muse Spark 1.3 | $1.250 | $4.250 | AA-observed price; not a live account tariff. |
|
|
95
|
+
| Grok 4.7 | $2.000 | $6.000 | $2/$6 below 200K input; $4/$12 above 200K. |
|
|
96
|
+
| Grok 4.6 | $2.000 | $6.000 | AA-observed price; not a live account tariff. |
|
|
97
|
+
| MiMo V2.6 Pro | $0.435 | $0.870 | AA-observed price; not a live account tariff. |
|
|
98
|
+
| Qwen3.8 Max | $2.000 | $6.000 | AA-observed price; not a live account tariff. |
|
|
99
|
+
| GLM 5.3 | $1.400 | $4.400 | AA-observed price; not a live account tariff. |
|
|
100
|
+
| GLM 5.3 Flash | $0.150 | $0.500 | AA-observed price; not a live account tariff. |
|
|
101
|
+
| Step 5 | $1.000 | $2.700 | AA-observed price; not a live account tariff. |
|
|
102
|
+
| Kimi K3 | $3.000 | $15.000 | AA-observed price; not a live account tariff. |
|
|
103
|
+
| Gemini 3.8 Flash | $0.750 | $3.750 | AA-observed price; not a live account tariff. |
|
|
104
|
+
| DeepSeek V4.1 Flash | $0.300 | $1.200 | AA-observed price; not a live account tariff. |
|
|
105
|
+
| MiniMax M3 | $0.300 | $1.200 | AA-observed price; not a live account tariff. |
|
|
106
|
+
|
|
107
|
+
## Availability and API identity
|
|
108
|
+
|
|
109
|
+
| Model family | Canonical API ID | Availability evidence |
|
|
110
|
+
| --- | --- | --- |
|
|
111
|
+
| GPT-5.6 Luna | `gpt-5.6-luna` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
112
|
+
| GPT-5.6 Terra | `gpt-5.6-terra` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
113
|
+
| GPT-5.6 Sol | `gpt-5.6-sol` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
114
|
+
| GPT-6 Astra | `gpt-6-astra` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
115
|
+
| Claude Sonnet 5 | `claude-sonnet-5` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
116
|
+
| Claude Opus 5 | `claude-opus-5` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
117
|
+
| Claude Fable 5.1 | `claude-fable-5-1` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
118
|
+
| Claude Fable 5 | `claude-fable-5` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
119
|
+
| Claude Haiku 4.5 | `claude-haiku-4-5` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
120
|
+
| Muse Spark 1.3 | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
121
|
+
| Grok 4.7 | `grok-4.7` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
122
|
+
| Grok 4.6 | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
123
|
+
| MiMo V2.6 Pro | `mimo-v2.6-pro` | Canonical ID recorded in this dataset; exposure in a specific harness remains unverified. |
|
|
124
|
+
| Qwen3.8 Max | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
125
|
+
| GLM 5.3 | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
126
|
+
| GLM 5.3 Flash | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
127
|
+
| Step 5 | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
128
|
+
| Kimi K3 | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
129
|
+
| Gemini 3.8 Flash | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
130
|
+
| DeepSeek V4.1 Flash | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
131
|
+
| MiniMax M3 | — | Unknown API ID: discovery must use an explicit mapping; do not guess from the display name. |
|
|
132
|
+
|
|
133
|
+
## Source and interpretation limits
|
|
134
|
+
|
|
135
|
+
- [GPT-5.6 Luna](https://artificialanalysis.ai/models/gpt-5-6-luna)
|
|
136
|
+
- [GPT-5.6 Terra](https://artificialanalysis.ai/models/gpt-5-6-terra)
|
|
137
|
+
- [GPT-5.6 Sol](https://artificialanalysis.ai/models/gpt-5-6-sol)
|
|
138
|
+
- [GPT-6 Astra](https://artificialanalysis.ai/models/gpt-6-astra)
|
|
139
|
+
- [Claude Sonnet 5](https://artificialanalysis.ai/models/claude-sonnet-5)
|
|
140
|
+
- [Claude Opus 5](https://artificialanalysis.ai/models/claude-opus-5)
|
|
141
|
+
- [Claude Fable 5.1](https://artificialanalysis.ai/models/claude-fable-5-1) — All displayed scores include the benchmark default fallback and are not standalone scores.
|
|
142
|
+
- [Claude Fable 5](https://artificialanalysis.ai/models/claude-fable-5) — AA v4.3.2 max result uses Opus 4.8 default fallback. This legacy catalog model is not in the current leaderboard filter; segregate it from standalone cross-model comparisons.
|
|
143
|
+
- [Claude Haiku 4.5](https://artificialanalysis.ai/models/claude-4-5-haiku) — Its API thinking budget is not an effort enum. The disabled score 15 is incomplete and intentionally excluded.
|
|
144
|
+
- [Muse Spark 1.3](https://artificialanalysis.ai/models/muse-spark-1-3)
|
|
145
|
+
- [Grok 4.7](https://artificialanalysis.ai/models/grok-4-7) — $2/$6 below 200K input; $4/$12 above 200K. API identity source: https://docs.x.ai/developers/release-notes
|
|
146
|
+
- [Grok 4.6](https://artificialanalysis.ai/models/grok-4-6)
|
|
147
|
+
- [MiMo V2.6 Pro](https://artificialanalysis.ai/models/mimo-v2-6-pro) — API identity source: https://mimo.mi.com/docs/en-US/quick-start/usage-guide/text-generation/batch-api Price source: https://mimo.mi.com/docs/en-US/quick-start/usage-guide/text-generation/batch-api
|
|
148
|
+
- [Qwen3.8 Max](https://artificialanalysis.ai/models/qwen3-8-max)
|
|
149
|
+
- [GLM 5.3](https://artificialanalysis.ai/models/glm-5-3)
|
|
150
|
+
- [GLM 5.3 Flash](https://artificialanalysis.ai/models/glm-5-3-flash)
|
|
151
|
+
- [Step 5](https://artificialanalysis.ai/models/step-5)
|
|
152
|
+
- [Kimi K3](https://artificialanalysis.ai/models/kimi-k3)
|
|
153
|
+
- [Gemini 3.8 Flash](https://artificialanalysis.ai/models/gemini-3-8-flash)
|
|
154
|
+
- [DeepSeek V4.1 Flash](https://artificialanalysis.ai/models/deepseek-v4-1-flash)
|
|
155
|
+
- [MiniMax M3](https://artificialanalysis.ai/models/minimax-m3)
|
|
156
|
+
|
|
157
|
+
Missing score or cost values stay `—`; no values are interpolated. Adjacent deltas are emitted only where both consecutive measured tuples are complete. Equal displayed scores mean no measured gain at displayed precision, not proof that the underlying scores are identical. Pareto claims, if made downstream, must stay within one model and the same benchmark settings.
|