@hyperspaceng/neural-ai 0.65.1 → 0.65.3

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.
@@ -3623,7 +3623,7 @@ export declare const MODELS: {
3623
3623
  contextWindow: number;
3624
3624
  maxTokens: number;
3625
3625
  };
3626
- readonly "gemma-4-26b": {
3626
+ readonly "gemma-4-26b-it": {
3627
3627
  id: string;
3628
3628
  name: string;
3629
3629
  api: "google-generative-ai";
@@ -3640,7 +3640,7 @@ export declare const MODELS: {
3640
3640
  contextWindow: number;
3641
3641
  maxTokens: number;
3642
3642
  };
3643
- readonly "gemma-4-31b": {
3643
+ readonly "gemma-4-31b-it": {
3644
3644
  id: string;
3645
3645
  name: string;
3646
3646
  api: "google-generative-ai";
@@ -14353,6 +14353,28 @@ export declare const MODELS: {
14353
14353
  contextWindow: number;
14354
14354
  maxTokens: number;
14355
14355
  };
14356
+ readonly "glm-5.1": {
14357
+ id: string;
14358
+ name: string;
14359
+ api: "openai-completions";
14360
+ provider: string;
14361
+ baseUrl: string;
14362
+ compat: {
14363
+ supportsDeveloperRole: false;
14364
+ thinkingFormat: "zai";
14365
+ zaiToolStream: true;
14366
+ };
14367
+ reasoning: true;
14368
+ input: "text"[];
14369
+ cost: {
14370
+ input: number;
14371
+ output: number;
14372
+ cacheRead: number;
14373
+ cacheWrite: number;
14374
+ };
14375
+ contextWindow: number;
14376
+ maxTokens: number;
14377
+ };
14356
14378
  readonly "glm-5v-turbo": {
14357
14379
  id: string;
14358
14380
  name: string;