You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Chart 2: best-without vs best-with the MCP, per model. Each condition
@@ -1344,7 +1349,7 @@ def h2h_stats(spec):
1344
1349
models_html=f"""
1345
1350
<section>
1346
1351
<h2>The models</h2>
1347
-
<p class="takeaway" style="margin:0 0 10px">Every model tested, including the {word(len(sci_rows) -CHART_TOP_N)} below the chart cut. Use it to <b>shortlist by the constraint you actually have</b>: the index <b>with and without the documentation tool</b>, <b>price</b> (per million tokens, as listed on OpenRouter, {meta["snapshot_date"]}, or at first listing for models published since), <b>speed</b>, and <b>whether the weights are open</b>. Click a header to sort.</p>
1352
+
<p class="takeaway" style="margin:0 0 10px">Every model tested, including the {word(len(sci_rows) -CHART_TOP_N)} below the chart cut. Use it to <b>shortlist by the constraint you actually have</b>: the index <b>with and without the documentation tool</b>, <b>price</b> (per million tokens, as listed on OpenRouter, {meta["snapshot_date"]}, or at first listing for models published since), <b>speed</b>, and <b>whether the weights are open</b>.{pending_table_note} Click a header to sort.</p>
Copy file name to clipboardExpand all lines: results/model_meta.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -976,6 +976,21 @@
976
976
"BF16": 54.7
977
977
}
978
978
}
979
+
},
980
+
"z-ai/glm-5.3": {
981
+
"name": "Z.ai: GLM 5.3",
982
+
"context_length": 1048576,
983
+
"hugging_face_id": null,
984
+
"price_per_m": {
985
+
"input": 1.4,
986
+
"output": 4.4,
987
+
"cache_read": 0.26,
988
+
"cache_write": null
989
+
},
990
+
"pricing_note": "as listed 2026-08-25, the week the model appeared; it did not exist at the snapshot date. Weights promised ~2026-08-28 after a safety review; params stay null until a repo makes them checkable",
991
+
"type": null,
992
+
"params_total": null,
993
+
"params_active": null
979
994
}
980
995
},
981
996
"params_sources": "Lab model cards / HF repo metadata, fetched 2026-07-24: MiMo 1.02T/42B and MiniMax 428B/23B from HF READMEs; DeepSeek 1.6T/49B from HF README (safetensors shows 862B due to FP4/FP8 mixed packing); GLM total 753B from HF safetensors, active ~40B third-party consensus (no lab statement); K3 2.8T/104B lab-stated on the model card, published 2026-07-27 as moonshotai/Kimi-K3; Hy3 295B/21B and Qwen 27B dense lab-stated; V4 Flash 0731 304B from its own card and safetensors tensor count, 13B active from the preview card for the identical architecture (43 layers, 256 experts, 6 routed + 1 shared per token). Muse Glimmer 30B 29.78B dense from the HF safetensors index on meta-models/Muse-Glimmer-30B (29,776,626,688 params, no expert keys in config.json), fetched 2026-08-11. DeepSeek V4 Pro 0813 has no published weights repo and DeepSeek's own docs are unreachable from here, so its parameter counts are left null rather than copied from the preview checkpoint."
0 commit comments