@kenkaiiii/gg-core 5.54.1 → 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
package/dist/index.cjs
CHANGED
|
@@ -2109,7 +2109,8 @@ var MODELS = [
|
|
|
2109
2109
|
// ── OpenAI (Codex) ─────────────────────────────────────
|
|
2110
2110
|
{
|
|
2111
2111
|
// GPT-6 Astra — "Our most capable model for complex, demanding work."
|
|
2112
|
-
// (Codex catalog priority 1,
|
|
2112
|
+
// (Codex catalog priority 1, listed for every ChatGPT plan, requires a
|
|
2113
|
+
// Codex client >= 0.153.0 — see CODEX_CLIENT_VERSION). Same split as 5.6:
|
|
2113
2114
|
// 1.05M on the public Responses API, 272K on the ChatGPT OAuth route
|
|
2114
2115
|
// (openai/codex models.json, `gpt-6-astra`). Reasoning ladder low → medium
|
|
2115
2116
|
// → high → xhigh → max → ultra; `ultra` is the Codex orchestration preset
|
|
@@ -2182,19 +2183,6 @@ var MODELS = [
|
|
|
2182
2183
|
costTier: "low",
|
|
2183
2184
|
maxThinkingLevel: "max"
|
|
2184
2185
|
},
|
|
2185
|
-
{
|
|
2186
|
-
id: "gpt-5.5",
|
|
2187
|
-
name: "GPT-5.5",
|
|
2188
|
-
provider: "openai",
|
|
2189
|
-
contextWindow: 105e4,
|
|
2190
|
-
codexContextWindow: 272e3,
|
|
2191
|
-
maxOutputTokens: 128e3,
|
|
2192
|
-
supportsThinking: true,
|
|
2193
|
-
supportsImages: true,
|
|
2194
|
-
supportsVideo: false,
|
|
2195
|
-
costTier: "high",
|
|
2196
|
-
maxThinkingLevel: "xhigh"
|
|
2197
|
-
},
|
|
2198
2186
|
// ── Sakana (Fugu) ──────────────────────────────────────
|
|
2199
2187
|
// Sakana Fugu is a multi-agent system surfaced as a standard LLM via the
|
|
2200
2188
|
// OpenAI-compatible Sakana API (https://api.sakana.ai/v1). Both models take
|