@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.js
CHANGED
package/dist/model-registry.cjs
CHANGED
|
@@ -151,6 +151,23 @@ var MODELS = [
|
|
|
151
151
|
// maxThinkingLevel: "max",
|
|
152
152
|
// },
|
|
153
153
|
{
|
|
154
|
+
// Released 2026-07-24 — "For complex agentic coding and enterprise work".
|
|
155
|
+
// Near-Fable capability at half the price ($5/$25 vs $10/$50). Adaptive
|
|
156
|
+
// thinking with the full effort ladder (low→max, xhigh included); dateless
|
|
157
|
+
// ID is the canonical pinned snapshot (post-4.6 naming scheme).
|
|
158
|
+
id: "claude-opus-5",
|
|
159
|
+
name: "Claude Opus 5",
|
|
160
|
+
provider: "anthropic",
|
|
161
|
+
contextWindow: 1e6,
|
|
162
|
+
maxOutputTokens: 128e3,
|
|
163
|
+
supportsThinking: true,
|
|
164
|
+
supportsImages: true,
|
|
165
|
+
supportsVideo: false,
|
|
166
|
+
costTier: "high",
|
|
167
|
+
maxThinkingLevel: "max"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
// Legacy — superseded by Claude Opus 5 (same $5/$25 pricing) on 2026-07-24.
|
|
154
171
|
id: "claude-opus-4-8",
|
|
155
172
|
name: "Claude Opus 4.8",
|
|
156
173
|
provider: "anthropic",
|