@apholdings/jensen-ai 0.57.5 → 0.57.6

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.
@@ -1054,6 +1054,23 @@ export declare const MODELS: {
1054
1054
  contextWindow: number;
1055
1055
  maxTokens: number;
1056
1056
  };
1057
+ readonly "nvidia.nemotron-super-3-120b": {
1058
+ id: string;
1059
+ name: string;
1060
+ api: "bedrock-converse-stream";
1061
+ provider: string;
1062
+ baseUrl: string;
1063
+ reasoning: true;
1064
+ input: "text"[];
1065
+ cost: {
1066
+ input: number;
1067
+ output: number;
1068
+ cacheRead: number;
1069
+ cacheWrite: number;
1070
+ };
1071
+ contextWindow: number;
1072
+ maxTokens: number;
1073
+ };
1057
1074
  readonly "openai.gpt-oss-120b-1:0": {
1058
1075
  id: string;
1059
1076
  name: string;
@@ -7683,23 +7700,6 @@ export declare const MODELS: {
7683
7700
  contextWindow: number;
7684
7701
  maxTokens: number;
7685
7702
  };
7686
- readonly "google/gemini-3-pro-preview": {
7687
- id: string;
7688
- name: string;
7689
- api: "openai-completions";
7690
- provider: string;
7691
- baseUrl: string;
7692
- reasoning: true;
7693
- input: ("image" | "text")[];
7694
- cost: {
7695
- input: number;
7696
- output: number;
7697
- cacheRead: number;
7698
- cacheWrite: number;
7699
- };
7700
- contextWindow: number;
7701
- maxTokens: number;
7702
- };
7703
7703
  readonly "google/gemini-3.1-flash-lite-preview": {
7704
7704
  id: string;
7705
7705
  name: string;
@@ -10437,6 +10437,23 @@ export declare const MODELS: {
10437
10437
  contextWindow: number;
10438
10438
  maxTokens: number;
10439
10439
  };
10440
+ readonly "reka/reka-edge": {
10441
+ id: string;
10442
+ name: string;
10443
+ api: "openai-completions";
10444
+ provider: string;
10445
+ baseUrl: string;
10446
+ reasoning: false;
10447
+ input: ("image" | "text")[];
10448
+ cost: {
10449
+ input: number;
10450
+ output: number;
10451
+ cacheRead: number;
10452
+ cacheWrite: number;
10453
+ };
10454
+ contextWindow: number;
10455
+ maxTokens: number;
10456
+ };
10440
10457
  readonly "relace/relace-search": {
10441
10458
  id: string;
10442
10459
  name: string;
@@ -14113,6 +14130,27 @@ export declare const MODELS: {
14113
14130
  contextWindow: number;
14114
14131
  maxTokens: number;
14115
14132
  };
14133
+ readonly "glm-4.7-flashx": {
14134
+ id: string;
14135
+ name: string;
14136
+ api: "openai-completions";
14137
+ provider: string;
14138
+ baseUrl: string;
14139
+ compat: {
14140
+ supportsDeveloperRole: false;
14141
+ thinkingFormat: "zai";
14142
+ };
14143
+ reasoning: true;
14144
+ input: "text"[];
14145
+ cost: {
14146
+ input: number;
14147
+ output: number;
14148
+ cacheRead: number;
14149
+ cacheWrite: number;
14150
+ };
14151
+ contextWindow: number;
14152
+ maxTokens: number;
14153
+ };
14116
14154
  readonly "glm-5": {
14117
14155
  id: string;
14118
14156
  name: string;