@kenkaiiii/gg-core 5.23.0 → 5.23.2
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-F5ZRSXEF.js → chunk-7OICWYUV.js} +1 -14
- package/dist/{chunk-F5ZRSXEF.js.map → chunk-7OICWYUV.js.map} +1 -1
- package/dist/index.cjs +5 -18
- 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 +0 -13
- 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
|
@@ -1558,19 +1558,6 @@ var MODELS = [
|
|
|
1558
1558
|
costTier: "high",
|
|
1559
1559
|
maxThinkingLevel: "max"
|
|
1560
1560
|
},
|
|
1561
|
-
{
|
|
1562
|
-
// Legacy — superseded by Claude Opus 5 (same $5/$25 pricing) on 2026-07-24.
|
|
1563
|
-
id: "claude-opus-4-8",
|
|
1564
|
-
name: "Claude Opus 4.8",
|
|
1565
|
-
provider: "anthropic",
|
|
1566
|
-
contextWindow: 1e6,
|
|
1567
|
-
maxOutputTokens: 128e3,
|
|
1568
|
-
supportsThinking: true,
|
|
1569
|
-
supportsImages: true,
|
|
1570
|
-
supportsVideo: false,
|
|
1571
|
-
costTier: "high",
|
|
1572
|
-
maxThinkingLevel: "max"
|
|
1573
|
-
},
|
|
1574
1561
|
{
|
|
1575
1562
|
id: "claude-sonnet-5",
|
|
1576
1563
|
name: "Claude Sonnet 5",
|
|
@@ -2059,4 +2046,4 @@ export {
|
|
|
2059
2046
|
getSummaryModel,
|
|
2060
2047
|
getFastModel
|
|
2061
2048
|
};
|
|
2062
|
-
//# sourceMappingURL=chunk-
|
|
2049
|
+
//# sourceMappingURL=chunk-7OICWYUV.js.map
|