@kenkaiiii/gg-core 5.3.0 → 5.4.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/dist/{chunk-IFKGCWX2.js → chunk-3EWGFN2V.js} +16 -17
- package/dist/{chunk-IFKGCWX2.js.map → chunk-3EWGFN2V.js.map} +1 -1
- package/dist/index.cjs +15 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/model-registry.cjs +15 -16
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1454,22 +1454,21 @@ var NotLoggedInError = class extends Error {
|
|
|
1454
1454
|
// src/model-registry.ts
|
|
1455
1455
|
var MODELS = [
|
|
1456
1456
|
// ── Anthropic ──────────────────────────────────────────
|
|
1457
|
-
// NOTE: Claude
|
|
1458
|
-
// (
|
|
1459
|
-
//
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
// },
|
|
1457
|
+
// NOTE: Claude Mythos 5 (`claude-mythos-5`) is kept commented out — it's a
|
|
1458
|
+
// Project Glasswing (limited, invitation-only) model unavailable to most
|
|
1459
|
+
// users. Re-enable once it's generally available.
|
|
1460
|
+
{
|
|
1461
|
+
id: "claude-fable-5",
|
|
1462
|
+
name: "Claude Fable 5",
|
|
1463
|
+
provider: "anthropic",
|
|
1464
|
+
contextWindow: 1e6,
|
|
1465
|
+
maxOutputTokens: 128e3,
|
|
1466
|
+
supportsThinking: true,
|
|
1467
|
+
supportsImages: true,
|
|
1468
|
+
supportsVideo: false,
|
|
1469
|
+
costTier: "high",
|
|
1470
|
+
maxThinkingLevel: "max"
|
|
1471
|
+
},
|
|
1473
1472
|
// {
|
|
1474
1473
|
// // Mythos-class model offered through Project Glasswing (limited
|
|
1475
1474
|
// // availability, invitation-only). Same underlying model as Fable 5 with
|