@kenkaiiii/gg-core 5.22.6 → 5.23.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-EM7AJOOC.js → chunk-F5ZRSXEF.js} +18 -1
- package/dist/{chunk-EM7AJOOC.js.map → chunk-F5ZRSXEF.js.map} +1 -1
- package/dist/index.cjs +17 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/model-registry.cjs +17 -0
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.d.cts +2 -2
- package/dist/model-registry.d.ts +2 -2
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
|
@@ -1543,6 +1543,23 @@ var MODELS = [
|
|
|
1543
1543
|
// maxThinkingLevel: "max",
|
|
1544
1544
|
// },
|
|
1545
1545
|
{
|
|
1546
|
+
// Released 2026-07-24 — "For complex agentic coding and enterprise work".
|
|
1547
|
+
// Near-Fable capability at half the price ($5/$25 vs $10/$50). Adaptive
|
|
1548
|
+
// thinking with the full effort ladder (low→max, xhigh included); dateless
|
|
1549
|
+
// ID is the canonical pinned snapshot (post-4.6 naming scheme).
|
|
1550
|
+
id: "claude-opus-5",
|
|
1551
|
+
name: "Claude Opus 5",
|
|
1552
|
+
provider: "anthropic",
|
|
1553
|
+
contextWindow: 1e6,
|
|
1554
|
+
maxOutputTokens: 128e3,
|
|
1555
|
+
supportsThinking: true,
|
|
1556
|
+
supportsImages: true,
|
|
1557
|
+
supportsVideo: false,
|
|
1558
|
+
costTier: "high",
|
|
1559
|
+
maxThinkingLevel: "max"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
// Legacy — superseded by Claude Opus 5 (same $5/$25 pricing) on 2026-07-24.
|
|
1546
1563
|
id: "claude-opus-4-8",
|
|
1547
1564
|
name: "Claude Opus 4.8",
|
|
1548
1565
|
provider: "anthropic",
|
|
@@ -2042,4 +2059,4 @@ export {
|
|
|
2042
2059
|
getSummaryModel,
|
|
2043
2060
|
getFastModel
|
|
2044
2061
|
};
|
|
2045
|
-
//# sourceMappingURL=chunk-
|
|
2062
|
+
//# sourceMappingURL=chunk-F5ZRSXEF.js.map
|