@kenkaiiii/gg-core 5.43.0 → 5.44.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.
@@ -130,8 +130,7 @@ declare function getDefaultThinkingLevel(modelId: string, options?: {
130
130
  * - Anthropic: always Sonnet 5
131
131
  * - OpenAI: cheapest (Codex Mini)
132
132
  * - Gemini: use the current model
133
- * - GLM: GLM-4.7 Flash (cheap alternative)
134
- * - Moonshot: use the current model (no cheap alternative)
133
+ * - GLM / Moonshot: use the current model (no cheap alternative registered)
135
134
  */
136
135
  declare function getSummaryModel(provider: Provider, currentModelId: string): ModelInfo;
137
136
  /**
@@ -141,9 +140,9 @@ declare function getSummaryModel(provider: Provider, currentModelId: string): Mo
141
140
  *
142
141
  * Routes off each model's `costTier` — the single source of truth that already
143
142
  * travels with the registry entry — so a model rename/bump needs no change
144
- * here. Providers with no low-tier sibling (Moonshot, MiniMax, Xiaomi, Sakana,
145
- * OpenRouter) gracefully keep the parent model, so there's never a crash or a
146
- * cross-provider jump to a login the user may not have.
143
+ * here. Providers with no low-tier sibling (GLM, Moonshot, MiniMax, Xiaomi,
144
+ * Sakana, OpenRouter) gracefully keep the parent model, so there's never a
145
+ * crash or a cross-provider jump to a login the user may not have.
147
146
  */
148
147
  declare function getFastModel(provider: Provider, currentModelId: string): ModelInfo;
149
148
 
@@ -130,8 +130,7 @@ declare function getDefaultThinkingLevel(modelId: string, options?: {
130
130
  * - Anthropic: always Sonnet 5
131
131
  * - OpenAI: cheapest (Codex Mini)
132
132
  * - Gemini: use the current model
133
- * - GLM: GLM-4.7 Flash (cheap alternative)
134
- * - Moonshot: use the current model (no cheap alternative)
133
+ * - GLM / Moonshot: use the current model (no cheap alternative registered)
135
134
  */
136
135
  declare function getSummaryModel(provider: Provider, currentModelId: string): ModelInfo;
137
136
  /**
@@ -141,9 +140,9 @@ declare function getSummaryModel(provider: Provider, currentModelId: string): Mo
141
140
  *
142
141
  * Routes off each model's `costTier` — the single source of truth that already
143
142
  * travels with the registry entry — so a model rename/bump needs no change
144
- * here. Providers with no low-tier sibling (Moonshot, MiniMax, Xiaomi, Sakana,
145
- * OpenRouter) gracefully keep the parent model, so there's never a crash or a
146
- * cross-provider jump to a login the user may not have.
143
+ * here. Providers with no low-tier sibling (GLM, Moonshot, MiniMax, Xiaomi,
144
+ * Sakana, OpenRouter) gracefully keep the parent model, so there's never a
145
+ * crash or a cross-provider jump to a login the user may not have.
147
146
  */
148
147
  declare function getFastModel(provider: Provider, currentModelId: string): ModelInfo;
149
148
 
@@ -17,7 +17,7 @@ import {
17
17
  getVideoByteLimit,
18
18
  registerRuntimeModels,
19
19
  usesOpenAICodexTransport
20
- } from "./chunk-JH7OVHH5.js";
20
+ } from "./chunk-CP2WHB57.js";
21
21
  import "./chunk-EAIPT76S.js";
22
22
  export {
23
23
  DEFAULT_MAX_VIDEO_BYTES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/gg-core",
3
- "version": "5.43.0",
3
+ "version": "5.44.0",
4
4
  "type": "module",
5
5
  "description": "Provider-agnostic, UI-free shared foundation: model registry, auth, paths, telegram, voice",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@kenkaiiii/gg-ai": "5.43.0"
36
+ "@kenkaiiii/gg-ai": "5.44.0"
37
37
  },
38
38
  "optionalDependencies": {
39
39
  "@huggingface/transformers": "^3.6.0",