@kenkaiiii/gg-core 5.22.5 → 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
package/dist/index.cjs
CHANGED
|
@@ -1656,6 +1656,23 @@ var MODELS = [
|
|
|
1656
1656
|
// maxThinkingLevel: "max",
|
|
1657
1657
|
// },
|
|
1658
1658
|
{
|
|
1659
|
+
// Released 2026-07-24 — "For complex agentic coding and enterprise work".
|
|
1660
|
+
// Near-Fable capability at half the price ($5/$25 vs $10/$50). Adaptive
|
|
1661
|
+
// thinking with the full effort ladder (low→max, xhigh included); dateless
|
|
1662
|
+
// ID is the canonical pinned snapshot (post-4.6 naming scheme).
|
|
1663
|
+
id: "claude-opus-5",
|
|
1664
|
+
name: "Claude Opus 5",
|
|
1665
|
+
provider: "anthropic",
|
|
1666
|
+
contextWindow: 1e6,
|
|
1667
|
+
maxOutputTokens: 128e3,
|
|
1668
|
+
supportsThinking: true,
|
|
1669
|
+
supportsImages: true,
|
|
1670
|
+
supportsVideo: false,
|
|
1671
|
+
costTier: "high",
|
|
1672
|
+
maxThinkingLevel: "max"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
// Legacy — superseded by Claude Opus 5 (same $5/$25 pricing) on 2026-07-24.
|
|
1659
1676
|
id: "claude-opus-4-8",
|
|
1660
1677
|
name: "Claude Opus 4.8",
|
|
1661
1678
|
provider: "anthropic",
|