@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/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 Fable 5 (`claude-fable-5`) and Claude Mythos 5
1458
- // (`claude-mythos-5`) are temporarily unavailable, so they're commented out
1459
- // here to keep them out of the /model selector and avoid user confusion.
1460
- // Re-enable once they're generally available again.
1461
- // {
1462
- // id: "claude-fable-5",
1463
- // name: "Claude Fable 5",
1464
- // provider: "anthropic",
1465
- // contextWindow: 1_000_000,
1466
- // maxOutputTokens: 128_000,
1467
- // supportsThinking: true,
1468
- // supportsImages: true,
1469
- // supportsVideo: false,
1470
- // costTier: "high",
1471
- // maxThinkingLevel: "max",
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