Skip to content

Commit bc2ba3d

Browse files
authored
Merge pull request #219 from aicodingstack/codex/meta-muse-catalog
feat(models): add GLM-5.3 intelligence data
2 parents 5ecfeff + 0a0762c commit bc2ba3d

11 files changed

Lines changed: 190 additions & 39 deletions

data/artificial-analysis-index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sourceUrl": "https://artificialanalysis.ai/leaderboards/models",
55
"methodologyUrl": "https://artificialanalysis.ai/methodology/intelligence-benchmarking",
66
"indexVersion": "4.1.1",
7-
"observedAt": "2026-08-18",
7+
"observedAt": "2026-08-19",
88
"legacyMissingModelIds": ["cursor-composer-2", "cursor-composer-2-5"],
99
"entries": [
1010
{
@@ -355,6 +355,12 @@
355355
"estimated": false,
356356
"configuration": "GLM-5.2 (max)"
357357
},
358+
{
359+
"modelId": "glm-5-3",
360+
"score": 60,
361+
"estimated": false,
362+
"configuration": "GLM-5.3 (max)"
363+
},
358364
{
359365
"modelId": "gpt-4-1",
360366
"score": 20,

data/data-health.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"asOf": "2026-08-18",
2+
"asOf": "2026-08-19",
33
"thresholds": {
44
"models": 30,
55
"providers": 30,
@@ -10,14 +10,14 @@
1010
"vendors": 90
1111
},
1212
"summary": {
13-
"totalRecords": 261,
14-
"recordsWithSources": 261,
15-
"verifiedRecords": 261,
16-
"provenanceComplete": 261,
13+
"totalRecords": 262,
14+
"recordsWithSources": 262,
15+
"verifiedRecords": 262,
16+
"provenanceComplete": 262,
1717
"staleVerifiedRecords": 2,
1818
"translationPlaceholderValues": 300,
1919
"danglingRelationships": 0,
20-
"modelBenchmarkCoverage": 9,
20+
"modelBenchmarkCoverage": 8.9,
2121
"productsWithPricing": 66,
2222
"productRecords": 67,
2323
"communityUrlsPopulated": 331,
@@ -53,9 +53,9 @@
5353
"stale": 0
5454
},
5555
"models": {
56-
"total": 130,
57-
"verified": 130,
58-
"provenanceComplete": 130,
56+
"total": 131,
57+
"verified": 131,
58+
"provenanceComplete": 131,
5959
"stale": 2
6060
},
6161
"providers": {
@@ -134,14 +134,14 @@
134134
"code": "stale-verification",
135135
"category": "models",
136136
"id": "claude-haiku-4-5",
137-
"message": "Last reviewed 31 days ago; threshold is 30 days."
137+
"message": "Last reviewed 32 days ago; threshold is 30 days."
138138
},
139139
{
140140
"severity": "warning",
141141
"code": "stale-verification",
142142
"category": "models",
143143
"id": "gpt-5-2",
144-
"message": "Last reviewed 31 days ago; threshold is 30 days."
144+
"message": "Last reviewed 32 days ago; threshold is 30 days."
145145
}
146146
]
147147
}

data/model-price-intelligence-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"linearLabelAnchor": "start"
5959
},
6060
{
61-
"modelId": "glm-5-2",
61+
"modelId": "glm-5-3",
6262
"labelDx": -22,
6363
"labelDy": -18,
6464
"labelAnchor": "end"

docs/DATA-HEALTH.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Data Health Report
22

3-
Snapshot date: 2026-08-18. Regenerate with `pnpm data-health:report`.
3+
Snapshot date: 2026-08-19. Regenerate with `pnpm data-health:report`.
44

55
## Scorecard
66

77
| Metric | Value |
88
| --- | ---: |
9-
| Manifest records | 261 |
10-
| Records with structured sources | 261 |
11-
| Verified records | 261 |
12-
| Verified with complete provenance | 261 |
9+
| Manifest records | 262 |
10+
| Records with structured sources | 262 |
11+
| Verified records | 262 |
12+
| Verified with complete provenance | 262 |
1313
| Stale verified records | 2 |
1414
| Non-English values identical to English | 300 |
1515
| Dangling product relationships | 0 |
16-
| Model benchmark coverage | 9% |
16+
| Model benchmark coverage | 8.9% |
1717
| Products with pricing | 66/67 |
1818
| Community URLs with provenance | 331/331 |
1919
| Duplicated vendor community URLs | 0 |
@@ -27,7 +27,7 @@ Snapshot date: 2026-08-18. Regenerate with `pnpm data-health:report`.
2727
| clis | 28 | 28 | 28 | 0 |
2828
| desktops | 12 | 12 | 12 | 0 |
2929
| extensions | 18 | 18 | 18 | 0 |
30-
| models | 130 | 130 | 130 | 2 |
30+
| models | 131 | 131 | 131 | 2 |
3131
| providers | 17 | 17 | 17 | 0 |
3232
| vendors | 47 | 47 | 47 | 0 |
3333

@@ -62,8 +62,8 @@ visible in the scorecards and `data/data-health.json`.
6262

6363
| Severity | Issue | Record | Detail |
6464
| --- | --- | --- | --- |
65-
| warning | stale-verification | models/claude-haiku-4-5 | Last reviewed 31 days ago; threshold is 30 days. |
66-
| warning | stale-verification | models/gpt-5-2 | Last reviewed 31 days ago; threshold is 30 days. |
65+
| warning | stale-verification | models/claude-haiku-4-5 | Last reviewed 32 days ago; threshold is 30 days. |
66+
| warning | stale-verification | models/gpt-5-2 | Last reviewed 32 days ago; threshold is 30 days. |
6767

6868
## Freshness Thresholds
6969

manifests/models/glm-5-2.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
"$schema": "../$schemas/model.schema.json",
33
"id": "glm-5-2",
44
"name": "GLM-5.2",
5-
"description": "Z.ai's open-weight flagship for long-horizon agentic coding, flexible reasoning effort, and stable work across a 1M-token context window.",
5+
"description": "Z.ai's open-weight model for long-horizon agentic coding, flexible reasoning effort, and stable work across a 1M-token context window.",
66
"translations": {
77
"de": {
8-
"description": "Z.ais offenes Flaggschiff für langfristige agentische Programmierung, flexible Denkleistung und stabile Arbeit über ein Kontextfenster von 1 Mio. Token."
8+
"description": "Z.ais offenes Modell für langfristige agentische Programmierung, flexible Denkleistung und stabile Arbeit über ein Kontextfenster von 1 Mio. Token."
99
},
1010
"es": {
11-
"description": "El modelo insignia de pesos abiertos de Z.ai para programación agéntica prolongada, razonamiento flexible y trabajo estable con contexto de 1 millón de tokens."
11+
"description": "El modelo de pesos abiertos de Z.ai para programación agéntica prolongada, razonamiento flexible y trabajo estable con contexto de 1 millón de tokens."
1212
},
1313
"fr": {
14-
"description": "Le modèle phare à poids ouverts de Z.ai pour le codage agentique long, l’effort de raisonnement flexible et un travail stable sur 1 million de jetons."
14+
"description": "Le modèle à poids ouverts de Z.ai pour le codage agentique long, l’effort de raisonnement flexible et un travail stable sur 1 million de jetons."
1515
},
1616
"id": {
17-
"description": "Model unggulan open-weight Z.ai untuk coding agentik jangka panjang, upaya penalaran fleksibel, dan kerja stabil dalam konteks 1 juta token."
17+
"description": "Model open-weight Z.ai untuk coding agentik jangka panjang, upaya penalaran fleksibel, dan kerja stabil dalam konteks 1 juta token."
1818
},
1919
"ja": {
20-
"description": "長期のエージェント型コーディング、柔軟な推論強度、100万トークンのコンテキストにわたる安定した作業に対応するZ.aiのオープンウェイト旗艦モデル"
20+
"description": "長期のエージェント型コーディング、柔軟な推論強度、100万トークンのコンテキストにわたる安定した作業に対応するZ.aiのオープンウェイトモデル"
2121
},
2222
"ko": {
23-
"description": "장기 에이전트 코딩, 유연한 추론 강도 및 100만 토큰 컨텍스트 전반의 안정적인 작업을 위한 Z.ai의 오픈 웨이트 플래그십 모델입니다."
23+
"description": "장기 에이전트 코딩, 유연한 추론 강도 및 100만 토큰 컨텍스트 전반의 안정적인 작업을 위한 Z.ai의 오픈 웨이트 모델입니다."
2424
},
2525
"pt": {
26-
"description": "O modelo principal de pesos abertos da Z.ai para programação agêntica prolongada, raciocínio flexível e trabalho estável em contexto de 1 milhão de tokens."
26+
"description": "O modelo de pesos abertos da Z.ai para programação agêntica prolongada, raciocínio flexível e trabalho estável em contexto de 1 milhão de tokens."
2727
},
2828
"ru": {
29-
"description": "Открытая флагманская модель Z.ai для длительного агентного программирования, гибкой глубины рассуждений и устойчивой работы с контекстом 1 млн токенов."
29+
"description": "Открытая модель Z.ai для длительного агентного программирования, гибкой глубины рассуждений и устойчивой работы с контекстом 1 млн токенов."
3030
},
3131
"tr": {
32-
"description": "Z.ai'ın uzun süreli ajan tabanlı kodlama, esnek akıl yürütme düzeyi ve 1 milyon token bağlamda kararlı çalışma için açık ağırlıklı amiral modeli."
32+
"description": "Z.ai'ın uzun süreli ajan tabanlı kodlama, esnek akıl yürütme düzeyi ve 1 milyon token bağlamda kararlı çalışma için açık ağırlıklı modeli."
3333
},
3434
"zh-Hans": {
35-
"description": "Z.ai 面向长周期智能体编码、灵活推理强度和 100 万 token 上下文稳定工作的开放权重旗舰模型"
35+
"description": "Z.ai 面向长周期智能体编码、灵活推理强度和 100 万 token 上下文稳定工作的开放权重模型"
3636
},
3737
"zh-Hant": {
38-
"description": "Z.ai 面向長週期智慧體程式設計、彈性推理強度和 100 萬 token 上下文穩定工作的開放權重旗艦模型"
38+
"description": "Z.ai 面向長週期智慧體程式設計、彈性推理強度和 100 萬 token 上下文穩定工作的開放權重模型"
3939
}
4040
},
4141
"verified": true,
@@ -80,7 +80,7 @@
8080
"fields": ["size", "platformUrls"]
8181
}
8282
],
83-
"lastVerifiedAt": "2026-07-21",
83+
"lastVerifiedAt": "2026-08-19",
8484
"verifiedBy": "codex-agent",
8585
"confidence": "high",
8686
"websiteUrl": "https://z.ai",
@@ -116,7 +116,7 @@
116116
]
117117
},
118118
"releaseDate": "2026-06-16",
119-
"lifecycle": "latest",
119+
"lifecycle": "maintained",
120120
"knowledgeCutoff": null,
121121
"inputModalities": ["text"],
122122
"outputModalities": ["text"],

manifests/models/glm-5-3.json

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"$schema": "../$schemas/model.schema.json",
3+
"id": "glm-5-3",
4+
"name": "GLM-5.3",
5+
"description": "Z.ai's latest flagship model for complex software engineering and long-horizon agent tasks, with always-on reasoning and a 1M-token context window.",
6+
"translations": {
7+
"de": {
8+
"description": "Z.ais neuestes Flaggschiffmodell für komplexe Softwareentwicklung und langfristige Agentenaufgaben, mit stets aktivem Reasoning und einem Kontextfenster von 1 Mio. Token."
9+
},
10+
"es": {
11+
"description": "El modelo insignia más reciente de Z.ai para ingeniería de software compleja y tareas agénticas prolongadas, con razonamiento siempre activo y un contexto de 1 millón de tokens."
12+
},
13+
"fr": {
14+
"description": "Le dernier modèle phare de Z.ai pour l’ingénierie logicielle complexe et les tâches agentiques longues, avec raisonnement permanent et contexte de 1 million de jetons."
15+
},
16+
"id": {
17+
"description": "Model unggulan terbaru Z.ai untuk rekayasa perangkat lunak kompleks dan tugas agentik jangka panjang, dengan penalaran selalu aktif dan konteks 1 juta token."
18+
},
19+
"ja": {
20+
"description": "複雑なソフトウェア開発と長期エージェントタスク向けのZ.ai最新旗艦モデル。常時有効な推論と100万トークンのコンテキストに対応します。"
21+
},
22+
"ko": {
23+
"description": "복잡한 소프트웨어 엔지니어링과 장기 에이전트 작업을 위한 Z.ai의 최신 플래그십 모델로, 상시 추론과 100만 토큰 컨텍스트를 지원합니다."
24+
},
25+
"pt": {
26+
"description": "O modelo principal mais recente da Z.ai para engenharia de software complexa e tarefas agênticas prolongadas, com raciocínio sempre ativo e contexto de 1 milhão de tokens."
27+
},
28+
"ru": {
29+
"description": "Новейшая флагманская модель Z.ai для сложной программной инженерии и длительных агентных задач с постоянно включённым рассуждением и контекстом в 1 млн токенов."
30+
},
31+
"tr": {
32+
"description": "Z.ai'ın karmaşık yazılım mühendisliği ve uzun süreli ajan görevleri için en yeni amiral modeli; sürekli akıl yürütme ve 1 milyon token bağlam sunar."
33+
},
34+
"zh-Hans": {
35+
"description": "Z.ai 面向复杂软件工程和长周期智能体任务的最新旗舰模型,支持始终开启的推理和 100 万 token 上下文。"
36+
},
37+
"zh-Hant": {
38+
"description": "Z.ai 面向複雜軟體工程和長週期智慧體任務的最新旗艦模型,支援始終開啟的推理和 100 萬 token 上下文。"
39+
}
40+
},
41+
"verified": true,
42+
"sources": [
43+
{
44+
"url": "https://docs.z.ai/guides/llm/glm-5.3",
45+
"title": "GLM-5.3 model documentation",
46+
"fields": [
47+
"name",
48+
"description",
49+
"websiteUrl",
50+
"docsUrl",
51+
"size",
52+
"activeParameters",
53+
"contextWindow",
54+
"maxOutput",
55+
"inputModalities",
56+
"outputModalities",
57+
"capabilities"
58+
]
59+
},
60+
{
61+
"url": "https://huggingface.co/zai-org/GLM-5.2",
62+
"title": "Official GLM-5.2 base checkpoint and model card",
63+
"fields": ["size"]
64+
},
65+
{
66+
"url": "https://docs.z.ai/guides/llm/glm-5",
67+
"title": "Official GLM-5 architecture parameter disclosure",
68+
"fields": ["activeParameters"]
69+
},
70+
{
71+
"url": "https://docs.z.ai/release-notes/new-released",
72+
"title": "Z.ai model release notes",
73+
"fields": ["releaseDate", "lifecycle"]
74+
},
75+
{
76+
"url": "https://docs.z.ai/guides/overview/pricing",
77+
"title": "Z.ai API pricing",
78+
"fields": ["tokenPricing"]
79+
},
80+
{
81+
"url": "https://artificialanalysis.ai/models/glm-5-3",
82+
"title": "Artificial Analysis GLM-5.3 model page",
83+
"fields": ["platformUrls.artificialAnalysis"]
84+
}
85+
],
86+
"lastVerifiedAt": "2026-08-19",
87+
"verifiedBy": "codex-agent",
88+
"confidence": "high",
89+
"websiteUrl": "https://z.ai",
90+
"docsUrl": "https://docs.z.ai/guides/llm/glm-5.3",
91+
"vendor": "Z.ai",
92+
"size": "753B",
93+
"activeParameters": "40B",
94+
"contextWindow": 1000000,
95+
"maxOutput": 131072,
96+
"tokenPricing": {
97+
"status": "available",
98+
"primaryOffer": "global-standard",
99+
"offers": [
100+
{
101+
"id": "global-standard",
102+
"currency": "USD",
103+
"region": "global",
104+
"serviceTier": "standard",
105+
"effectiveFrom": null,
106+
"effectiveTo": null,
107+
"tiers": [
108+
{
109+
"condition": null,
110+
"rates": {
111+
"input": 1.4,
112+
"output": 4.4,
113+
"cacheRead": 0.26,
114+
"cacheWrite": null
115+
}
116+
}
117+
]
118+
}
119+
]
120+
},
121+
"releaseDate": "2026-08-18",
122+
"lifecycle": "latest",
123+
"knowledgeCutoff": null,
124+
"inputModalities": ["text"],
125+
"outputModalities": ["text"],
126+
"capabilities": ["function-calling", "structured-outputs", "reasoning"],
127+
"benchmarks": {
128+
"sweBench": null,
129+
"terminalBench": null,
130+
"mmmu": null,
131+
"mmmuPro": null,
132+
"webDevArena": null,
133+
"sciCode": null,
134+
"liveCodeBench": null
135+
},
136+
"platformUrls": {
137+
"huggingface": null,
138+
"artificialAnalysis": "https://artificialanalysis.ai/models/glm-5-3",
139+
"openrouter": null
140+
}
141+
}

manifests/vendors/z-ai.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"id": "glm",
1313
"name": "GLM",
14-
"modelIds": ["glm-4-5", "glm-4-6", "glm-4-7", "glm-5", "glm-5-1", "glm-5-2"]
14+
"modelIds": ["glm-4-5", "glm-4-6", "glm-4-7", "glm-5", "glm-5-1", "glm-5-2", "glm-5-3"]
1515
},
1616
{
1717
"id": "glm-air-flash",

src/lib/generated/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3639,7 +3639,7 @@ export const stackCounts: Record<string, number> = {
36393639
clis: 28,
36403640
desktops: 12,
36413641
extensions: 18,
3642-
models: 130,
3642+
models: 131,
36433643
'model-providers': 17,
36443644
vendors: 47,
36453645
}

src/lib/generated/models.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ import Glm47Flash from '../../../manifests/models/glm-4-7-flash.json'
6262
import Glm5 from '../../../manifests/models/glm-5.json'
6363
import Glm51 from '../../../manifests/models/glm-5-1.json'
6464
import Glm52 from '../../../manifests/models/glm-5-2.json'
65+
import Glm53 from '../../../manifests/models/glm-5-3.json'
6566
import Glm5Turbo from '../../../manifests/models/glm-5-turbo.json'
6667
import Glm5vTurbo from '../../../manifests/models/glm-5v-turbo.json'
6768
import Gpt41 from '../../../manifests/models/gpt-4-1.json'
@@ -194,6 +195,7 @@ export const modelsData = [
194195
Glm47,
195196
Glm51,
196197
Glm52,
198+
Glm53,
197199
Glm5Turbo,
198200
Glm5,
199201
Glm5vTurbo,

tests/model-intelligence-index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ describe('model intelligence index', () => {
499499
['glm-5v-turbo', 'GLM Vision', 35],
500500
['glm-5-1', 'GLM', 41],
501501
['glm-5-2', 'GLM', 53],
502+
['glm-5-3', 'GLM', 60],
502503
])
503504
})
504505

0 commit comments

Comments
 (0)