@kenkaiiii/gg-core 5.53.2 → 5.54.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.
@@ -1966,6 +1966,28 @@ var MODELS = [
1966
1966
  maxThinkingLevel: "high"
1967
1967
  },
1968
1968
  // ── OpenAI (Codex) ─────────────────────────────────────
1969
+ {
1970
+ // GPT-6 Astra — "Our most capable model for complex, demanding work."
1971
+ // (Codex catalog priority 1, default low). Same split as the 5.6 family:
1972
+ // 1.05M on the public Responses API, 272K on the ChatGPT OAuth route
1973
+ // (openai/codex models.json, `gpt-6-astra`). Reasoning ladder low → medium
1974
+ // → high → xhigh → max → ultra; `ultra` is the Codex orchestration preset
1975
+ // (multi_agent v2) and is Codex-only — the public API tops out at `max`.
1976
+ // Note: through a plain API key OpenAI requires the Responses API for tool
1977
+ // calling on Astra, so the Chat Completions path is text-only; the OAuth
1978
+ // Codex route is the supported way to use it as an agent.
1979
+ id: "gpt-6-astra",
1980
+ name: "GPT-6 Astra",
1981
+ provider: "openai",
1982
+ contextWindow: 105e4,
1983
+ codexContextWindow: 272e3,
1984
+ maxOutputTokens: 128e3,
1985
+ supportsThinking: true,
1986
+ supportsImages: true,
1987
+ supportsVideo: false,
1988
+ costTier: "high",
1989
+ maxThinkingLevel: "ultra"
1990
+ },
1969
1991
  // GPT-5.6 family — three agentic coding tiers launched July 2026. The public
1970
1992
  // Responses API advertises a 1.05M context window; OpenAI's Codex product
1971
1993
  // catalog advertises 272K on the ChatGPT OAuth route (corrected from the
@@ -2553,4 +2575,4 @@ export {
2553
2575
  getSummaryModel,
2554
2576
  getFastModel
2555
2577
  };
2556
- //# sourceMappingURL=chunk-DZ2MDZM7.js.map
2578
+ //# sourceMappingURL=chunk-5NAQ4Q5O.js.map