@kenkaiiii/gg-core 5.22.6 → 5.23.1
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-7OICWYUV.js} +7 -3
- package/dist/{chunk-EM7AJOOC.js.map → chunk-7OICWYUV.js.map} +1 -1
- package/dist/index.cjs +11 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/model-registry.cjs +6 -2
- 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,8 +1543,12 @@ var MODELS = [
|
|
|
1543
1543
|
// maxThinkingLevel: "max",
|
|
1544
1544
|
// },
|
|
1545
1545
|
{
|
|
1546
|
-
|
|
1547
|
-
|
|
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",
|
|
1548
1552
|
provider: "anthropic",
|
|
1549
1553
|
contextWindow: 1e6,
|
|
1550
1554
|
maxOutputTokens: 128e3,
|
|
@@ -2042,4 +2046,4 @@ export {
|
|
|
2042
2046
|
getSummaryModel,
|
|
2043
2047
|
getFastModel
|
|
2044
2048
|
};
|
|
2045
|
-
//# sourceMappingURL=chunk-
|
|
2049
|
+
//# sourceMappingURL=chunk-7OICWYUV.js.map
|