Skip to content

Commit 7a3217d

Browse files
committed
feat(models): refresh latest model catalog data
1 parent 53cbfca commit 7a3217d

16 files changed

Lines changed: 643 additions & 168 deletions

data/artificial-analysis-index.json

Lines changed: 115 additions & 97 deletions
Large diffs are not rendered by default.

data/data-health.json

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"asOf": "2026-08-13",
2+
"asOf": "2026-08-18",
33
"thresholds": {
44
"models": 30,
55
"providers": 30,
@@ -10,21 +10,21 @@
1010
"vendors": 90
1111
},
1212
"summary": {
13-
"totalRecords": 258,
14-
"recordsWithSources": 258,
15-
"verifiedRecords": 258,
16-
"provenanceComplete": 258,
17-
"staleVerifiedRecords": 0,
13+
"totalRecords": 261,
14+
"recordsWithSources": 261,
15+
"verifiedRecords": 261,
16+
"provenanceComplete": 261,
17+
"staleVerifiedRecords": 2,
1818
"translationPlaceholderValues": 300,
1919
"danglingRelationships": 0,
20-
"modelBenchmarkCoverage": 9.2,
20+
"modelBenchmarkCoverage": 9,
2121
"productsWithPricing": 66,
2222
"productRecords": 67,
2323
"communityUrlsPopulated": 331,
2424
"communityUrlsWithProvenance": 331,
2525
"duplicatedVendorCommunityUrls": 0,
2626
"errors": 0,
27-
"warnings": 0,
27+
"warnings": 2,
2828
"info": 0
2929
},
3030
"byCategory": {
@@ -53,10 +53,10 @@
5353
"stale": 0
5454
},
5555
"models": {
56-
"total": 127,
57-
"verified": 127,
58-
"provenanceComplete": 127,
59-
"stale": 0
56+
"total": 130,
57+
"verified": 130,
58+
"provenanceComplete": 130,
59+
"stale": 2
6060
},
6161
"providers": {
6262
"total": 17,
@@ -128,5 +128,20 @@
128128
"matchingEnglishPercent": 4.6
129129
}
130130
},
131-
"issues": []
131+
"issues": [
132+
{
133+
"severity": "warning",
134+
"code": "stale-verification",
135+
"category": "models",
136+
"id": "claude-haiku-4-5",
137+
"message": "Last reviewed 31 days ago; threshold is 30 days."
138+
},
139+
{
140+
"severity": "warning",
141+
"code": "stale-verification",
142+
"category": "models",
143+
"id": "gpt-5-2",
144+
"message": "Last reviewed 31 days ago; threshold is 30 days."
145+
}
146+
]
132147
}

data/model-price-intelligence-index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"labelAnchor": "start"
7777
},
7878
{
79-
"modelId": "gemini-3-6-flash",
79+
"modelId": "gemini-3-7-flash",
8080
"labelDx": -18,
8181
"labelDy": 24,
8282
"labelAnchor": "end"
@@ -100,7 +100,7 @@
100100
"labelAnchor": "start"
101101
},
102102
{
103-
"modelId": "qwen3-7-max",
103+
"modelId": "qwen3-8-2-4t-a95b",
104104
"labelDx": -10,
105105
"labelDy": 24,
106106
"labelAnchor": "end"

docs/DATA-HEALTH.md

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

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

55
## Scorecard
66

77
| Metric | Value |
88
| --- | ---: |
9-
| Manifest records | 258 |
10-
| Records with structured sources | 258 |
11-
| Verified records | 258 |
12-
| Verified with complete provenance | 258 |
13-
| Stale verified records | 0 |
9+
| Manifest records | 261 |
10+
| Records with structured sources | 261 |
11+
| Verified records | 261 |
12+
| Verified with complete provenance | 261 |
13+
| Stale verified records | 2 |
1414
| Non-English values identical to English | 300 |
1515
| Dangling product relationships | 0 |
16-
| Model benchmark coverage | 9.2% |
16+
| Model benchmark coverage | 9% |
1717
| Products with pricing | 66/67 |
1818
| Community URLs with provenance | 331/331 |
1919
| Duplicated vendor community URLs | 0 |
20-
| Errors / warnings / info | 0 / 0 / 0 |
20+
| Errors / warnings / info | 0 / 2 / 0 |
2121

2222
## Category Breakdown
2323

@@ -27,7 +27,7 @@ Snapshot date: 2026-08-13. 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 | 127 | 127 | 127 | 0 |
30+
| models | 130 | 130 | 130 | 2 |
3131
| providers | 17 | 17 | 17 | 0 |
3232
| vendors | 47 | 47 | 47 | 0 |
3333

@@ -53,7 +53,7 @@ Exact English matches are a triage signal; product names and technical terms can
5353

5454
| Issue | Count |
5555
| --- | ---: |
56-
| None | 0 |
56+
| stale-verification | 2 |
5757

5858
## Priority Queue
5959

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

6363
| Severity | Issue | Record | Detail |
6464
| --- | --- | --- | --- |
65-
|||| No priority issues. |
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. |
6667

6768
## Freshness Thresholds
6869

manifests/models/deepseek-r1-0528.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,14 @@
6464
"url": "https://models.dev/api.json",
6565
"title": "Models.dev pricing catalog",
6666
"fields": ["referenceTokenPricing"]
67+
},
68+
{
69+
"url": "https://artificialanalysis.ai/models/deepseek-r1",
70+
"title": "Artificial Analysis DeepSeek R1 0528 model page",
71+
"fields": ["platformUrls.artificialAnalysis"]
6772
}
6873
],
69-
"lastVerifiedAt": "2026-07-31",
74+
"lastVerifiedAt": "2026-08-18",
7075
"verifiedBy": "codex-agent",
7176
"confidence": "high",
7277
"websiteUrl": "https://www.deepseek.com",
@@ -109,7 +114,7 @@
109114
},
110115
"platformUrls": {
111116
"huggingface": null,
112-
"artificialAnalysis": null,
117+
"artificialAnalysis": "https://artificialanalysis.ai/models/deepseek-r1",
113118
"openrouter": null
114119
}
115120
}

manifests/models/deepseek-r1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,14 @@
6161
"url": "https://models.dev/api.json",
6262
"title": "Models.dev pricing catalog",
6363
"fields": ["referenceTokenPricing"]
64+
},
65+
{
66+
"url": "https://artificialanalysis.ai/models/deepseek-r1-0120",
67+
"title": "Artificial Analysis DeepSeek R1 January 2025 model page",
68+
"fields": ["platformUrls.artificialAnalysis"]
6469
}
6570
],
66-
"lastVerifiedAt": "2026-07-31",
71+
"lastVerifiedAt": "2026-08-18",
6772
"verifiedBy": "codex-agent",
6873
"confidence": "high",
6974
"websiteUrl": "https://www.deepseek.com",
@@ -106,7 +111,7 @@
106111
},
107112
"platformUrls": {
108113
"huggingface": "https://huggingface.co/deepseek-ai/DeepSeek-R1",
109-
"artificialAnalysis": "https://artificialanalysis.ai/models/deepseek-r1",
114+
"artificialAnalysis": "https://artificialanalysis.ai/models/deepseek-r1-0120",
110115
"openrouter": "https://openrouter.ai/deepseek/deepseek-r1"
111116
}
112117
}
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
{
2+
"$schema": "../$schemas/model.schema.json",
3+
"id": "gemini-3-7-flash",
4+
"name": "Gemini 3.7 Flash",
5+
"description": "Google's most capable Flash model for coding, multimodal reasoning, and agentic workflows, with configurable thinking, a 1M-token context window, and fast generation.",
6+
"translations": {
7+
"de": {
8+
"description": "Googles leistungsfähigstes Flash-Modell für Programmierung, multimodales Schlussfolgern und agentische Abläufe, mit konfigurierbarem Denken, 1 Mio. Token Kontext und schneller Generierung."
9+
},
10+
"es": {
11+
"description": "El modelo Flash más capaz de Google para programación, razonamiento multimodal y flujos agénticos, con pensamiento configurable, contexto de 1 M de tokens y generación rápida."
12+
},
13+
"fr": {
14+
"description": "Le modèle Flash le plus performant de Google pour le codage, le raisonnement multimodal et les flux agentiques, avec réflexion configurable, contexte de 1 M de jetons et génération rapide."
15+
},
16+
"id": {
17+
"description": "Model Flash Google yang paling mumpuni untuk coding, penalaran multimodal, dan alur kerja agentik, dengan pemikiran yang dapat diatur, konteks 1 juta token, serta generasi cepat."
18+
},
19+
"ja": {
20+
"description": "コーディング、マルチモーダル推論、エージェント型ワークフロー向けのGoogleで最も高性能なFlashモデル。調整可能な思考、100万トークンのコンテキスト、高速生成に対応。"
21+
},
22+
"ko": {
23+
"description": "코딩, 멀티모달 추론 및 에이전트 워크플로를 위한 Google의 가장 강력한 Flash 모델로, 조절 가능한 사고, 100만 토큰 컨텍스트와 빠른 생성을 지원합니다."
24+
},
25+
"pt": {
26+
"description": "O modelo Flash mais capaz do Google para programação, raciocínio multimodal e fluxos agênticos, com pensamento configurável, contexto de 1 milhão de tokens e geração rápida."
27+
},
28+
"ru": {
29+
"description": "Самая мощная модель Google Flash для программирования, мультимодальных рассуждений и агентных процессов, с настраиваемым мышлением, контекстом 1 млн токенов и быстрой генерацией."
30+
},
31+
"tr": {
32+
"description": "Google'ın kodlama, çok modlu akıl yürütme ve ajan iş akışları için en yetenekli Flash modeli; ayarlanabilir düşünme, 1 milyon token bağlam ve hızlı üretim sunar."
33+
},
34+
"zh-Hans": {
35+
"description": "Google 面向编码、多模态推理和智能体工作流的最强 Flash 模型,支持可配置思考、100 万 token 上下文和高速生成。"
36+
},
37+
"zh-Hant": {
38+
"description": "Google 面向程式設計、多模態推理和智慧體工作流程的最強 Flash 模型,支援可設定思考、100 萬 token 上下文和高速生成。"
39+
}
40+
},
41+
"verified": true,
42+
"sources": [
43+
{
44+
"url": "https://ai.google.dev/gemini-api/docs/models/gemini-3.7-flash",
45+
"title": "Gemini 3.7 Flash model documentation",
46+
"fields": [
47+
"name",
48+
"docsUrl",
49+
"contextWindow",
50+
"maxOutput",
51+
"inputModalities",
52+
"outputModalities",
53+
"capabilities"
54+
]
55+
},
56+
{
57+
"url": "https://deepmind.google/models/model-cards/gemini-3-7-flash/",
58+
"title": "Gemini 3.7 Flash model card",
59+
"fields": [
60+
"description",
61+
"releaseDate",
62+
"lifecycle",
63+
"knowledgeCutoff",
64+
"inputModalities",
65+
"outputModalities"
66+
]
67+
},
68+
{
69+
"url": "https://ai.google.dev/gemini-api/docs/pricing",
70+
"title": "Gemini Developer API pricing",
71+
"fields": ["tokenPricing"]
72+
},
73+
{
74+
"url": "https://ai.google.dev/gemini-api/docs/changelog",
75+
"title": "Gemini API release notes",
76+
"fields": ["name", "releaseDate", "lifecycle"]
77+
},
78+
{
79+
"url": "https://artificialanalysis.ai/models/gemini-3-7-flash",
80+
"title": "Artificial Analysis Gemini 3.7 Flash high model page",
81+
"fields": ["platformUrls.artificialAnalysis"]
82+
}
83+
],
84+
"lastVerifiedAt": "2026-08-14",
85+
"verifiedBy": "codex-agent",
86+
"confidence": "high",
87+
"websiteUrl": "https://deepmind.google",
88+
"docsUrl": "https://ai.google.dev/gemini-api/docs/models/gemini-3.7-flash",
89+
"vendor": "Google",
90+
"size": null,
91+
"activeParameters": null,
92+
"contextWindow": 1048576,
93+
"maxOutput": 65536,
94+
"tokenPricing": {
95+
"status": "available",
96+
"primaryOffer": "global-standard",
97+
"offers": [
98+
{
99+
"id": "global-standard",
100+
"currency": "USD",
101+
"region": "global",
102+
"serviceTier": "standard",
103+
"effectiveFrom": "2026-08-13",
104+
"effectiveTo": null,
105+
"tiers": [
106+
{
107+
"condition": null,
108+
"rates": {
109+
"input": 0.75,
110+
"output": 3.75,
111+
"cacheRead": 0.075,
112+
"cacheWrite": null
113+
}
114+
}
115+
]
116+
}
117+
]
118+
},
119+
"releaseDate": "2026-08-13",
120+
"lifecycle": "latest",
121+
"knowledgeCutoff": "2026-03",
122+
"inputModalities": ["text", "image", "pdf", "audio", "video"],
123+
"outputModalities": ["text"],
124+
"capabilities": ["function-calling", "tool-choice", "structured-outputs", "reasoning"],
125+
"benchmarks": {
126+
"sweBench": null,
127+
"terminalBench": null,
128+
"mmmu": null,
129+
"mmmuPro": null,
130+
"webDevArena": null,
131+
"sciCode": null,
132+
"liveCodeBench": null
133+
},
134+
"platformUrls": {
135+
"huggingface": null,
136+
"artificialAnalysis": "https://artificialanalysis.ai/models/gemini-3-7-flash",
137+
"openrouter": null
138+
}
139+
}

0 commit comments

Comments
 (0)