@crossworks/client-types 0.232.215 → 0.232.217
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/package.json +1 -1
- package/src/model-pools-data.json +1017 -1190
- package/src/model-pools-data.ts +15 -8
package/src/model-pools-data.ts
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* CURATED MODEL POOLS — the repo-shipped template.
|
|
3
3
|
*
|
|
4
|
-
* GENERATED
|
|
5
|
-
* brain
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* GENERATED, by `pnpm -C server/web models:curate --apply --export` run against
|
|
5
|
+
* a live brain (2026-09-22). The ranking is arithmetic over three public
|
|
6
|
+
* datasets — OpenRouter's catalog for what exists, what it costs and what it
|
|
7
|
+
* can DO; Artificial Analysis indices for what scores; OpenRouter's usage
|
|
8
|
+
* rankings for what real traffic trusts. Do NOT hand-edit entries: re-run the
|
|
9
|
+
* task, or curate at /models/pools and re-export with
|
|
10
|
+
* GET /api/model-pools/export.
|
|
8
11
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
12
|
+
* It used to be a conversational pass by the Curator specialist (2026-08-22),
|
|
13
|
+
* which did the job well once and then aged. A month later two of its 97
|
|
14
|
+
* entries pointed at models OpenRouter had delisted — so the `Free` combo
|
|
15
|
+
* picked a reflector that 404s — four carried prices off by up to 5x, and
|
|
16
|
+
* seven vendors had shipped auto-updating `-latest` aliases that no pool
|
|
17
|
+
* offered. A stale shortlist looks exactly like a considered one, which is why
|
|
18
|
+
* re-curation became something you can RUN (and press: the Re-curate button on
|
|
19
|
+
* /models/pools). See server/web/lib/maintenance/curate-pools.ts.
|
|
13
20
|
*
|
|
14
21
|
* Seeded into `curated_models` for owners who have no curated entries yet
|
|
15
22
|
* (fresh installs at onboarding; empty existing brains on upgrade). Owners who
|