@kenkaiiii/gg-core 5.62.0 → 5.63.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-ZVBMFKDR.js → chunk-KZ2YPRM7.js} +12 -7
- package/dist/{chunk-ZVBMFKDR.js.map → chunk-KZ2YPRM7.js.map} +1 -1
- package/dist/index.cjs +11 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/model-registry.cjs +11 -6
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.d.cts +1 -1
- package/dist/model-registry.d.ts +1 -1
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
|
@@ -1930,12 +1930,17 @@ var MODELS = [
|
|
|
1930
1930
|
// maxThinkingLevel: "max",
|
|
1931
1931
|
// },
|
|
1932
1932
|
{
|
|
1933
|
-
// Released 2026-
|
|
1934
|
-
//
|
|
1935
|
-
//
|
|
1936
|
-
//
|
|
1937
|
-
|
|
1938
|
-
|
|
1933
|
+
// Released 2026-09-22 — "built for long-running agentic coding and knowledge
|
|
1934
|
+
// work". Fable-5.1-class output at $4/$20 MTok (40% below Opus 5), 1M
|
|
1935
|
+
// context, 128K output, image input. Same always-on adaptive thinking with
|
|
1936
|
+
// the full effort ladder (low→max, xhigh included; the API-side default
|
|
1937
|
+
// effort is `medium`) and the same Fable 5.1 constraints gg-ai already
|
|
1938
|
+
// handles (no forced tool use, thinking can't be disabled). Also eligible
|
|
1939
|
+
// for the gated `speed: "fast"` research preview (waitlist-only, premium
|
|
1940
|
+
// $8/$40 pricing — not wired up). Opus 5 is retired here — a session that
|
|
1941
|
+
// still has it saved falls back to the provider default on next start.
|
|
1942
|
+
id: "claude-opus-5-5",
|
|
1943
|
+
name: "Claude Opus 5.5",
|
|
1939
1944
|
provider: "anthropic",
|
|
1940
1945
|
contextWindow: 1e6,
|
|
1941
1946
|
maxOutputTokens: 128e3,
|
|
@@ -2609,4 +2614,4 @@ export {
|
|
|
2609
2614
|
getSummaryModel,
|
|
2610
2615
|
getFastModel
|
|
2611
2616
|
};
|
|
2612
|
-
//# sourceMappingURL=chunk-
|
|
2617
|
+
//# sourceMappingURL=chunk-KZ2YPRM7.js.map
|