@kenkaiiii/gg-core 5.54.0 → 5.55.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-5NAQ4Q5O.js → chunk-WPX6Z5NG.js} +3 -15
- package/dist/{chunk-5NAQ4Q5O.js.map → chunk-WPX6Z5NG.js.map} +1 -1
- package/dist/index.cjs +2 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/model-registry.cjs +2 -14
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.d.cts +2 -3
- package/dist/model-registry.d.ts +2 -3
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
|
@@ -1968,7 +1968,8 @@ var MODELS = [
|
|
|
1968
1968
|
// ── OpenAI (Codex) ─────────────────────────────────────
|
|
1969
1969
|
{
|
|
1970
1970
|
// GPT-6 Astra — "Our most capable model for complex, demanding work."
|
|
1971
|
-
// (Codex catalog priority 1,
|
|
1971
|
+
// (Codex catalog priority 1, listed for every ChatGPT plan, requires a
|
|
1972
|
+
// Codex client >= 0.153.0 — see CODEX_CLIENT_VERSION). Same split as 5.6:
|
|
1972
1973
|
// 1.05M on the public Responses API, 272K on the ChatGPT OAuth route
|
|
1973
1974
|
// (openai/codex models.json, `gpt-6-astra`). Reasoning ladder low → medium
|
|
1974
1975
|
// → high → xhigh → max → ultra; `ultra` is the Codex orchestration preset
|
|
@@ -2041,19 +2042,6 @@ var MODELS = [
|
|
|
2041
2042
|
costTier: "low",
|
|
2042
2043
|
maxThinkingLevel: "max"
|
|
2043
2044
|
},
|
|
2044
|
-
{
|
|
2045
|
-
id: "gpt-5.5",
|
|
2046
|
-
name: "GPT-5.5",
|
|
2047
|
-
provider: "openai",
|
|
2048
|
-
contextWindow: 105e4,
|
|
2049
|
-
codexContextWindow: 272e3,
|
|
2050
|
-
maxOutputTokens: 128e3,
|
|
2051
|
-
supportsThinking: true,
|
|
2052
|
-
supportsImages: true,
|
|
2053
|
-
supportsVideo: false,
|
|
2054
|
-
costTier: "high",
|
|
2055
|
-
maxThinkingLevel: "xhigh"
|
|
2056
|
-
},
|
|
2057
2045
|
// ── Sakana (Fugu) ──────────────────────────────────────
|
|
2058
2046
|
// Sakana Fugu is a multi-agent system surfaced as a standard LLM via the
|
|
2059
2047
|
// OpenAI-compatible Sakana API (https://api.sakana.ai/v1). Both models take
|
|
@@ -2575,4 +2563,4 @@ export {
|
|
|
2575
2563
|
getSummaryModel,
|
|
2576
2564
|
getFastModel
|
|
2577
2565
|
};
|
|
2578
|
-
//# sourceMappingURL=chunk-
|
|
2566
|
+
//# sourceMappingURL=chunk-WPX6Z5NG.js.map
|