@dreb/ai 2.24.0 → 2.25.1

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.
@@ -1071,6 +1071,57 @@ export declare const MODELS: {
1071
1071
  contextWindow: number;
1072
1072
  maxTokens: number;
1073
1073
  };
1074
+ readonly "openai.gpt-5.4": {
1075
+ id: string;
1076
+ name: string;
1077
+ api: "bedrock-converse-stream";
1078
+ provider: string;
1079
+ baseUrl: string;
1080
+ reasoning: true;
1081
+ input: ("image" | "text")[];
1082
+ cost: {
1083
+ input: number;
1084
+ output: number;
1085
+ cacheRead: number;
1086
+ cacheWrite: number;
1087
+ };
1088
+ contextWindow: number;
1089
+ maxTokens: number;
1090
+ };
1091
+ readonly "openai.gpt-5.5": {
1092
+ id: string;
1093
+ name: string;
1094
+ api: "bedrock-converse-stream";
1095
+ provider: string;
1096
+ baseUrl: string;
1097
+ reasoning: true;
1098
+ input: ("image" | "text")[];
1099
+ cost: {
1100
+ input: number;
1101
+ output: number;
1102
+ cacheRead: number;
1103
+ cacheWrite: number;
1104
+ };
1105
+ contextWindow: number;
1106
+ maxTokens: number;
1107
+ };
1108
+ readonly "openai.gpt-oss-120b": {
1109
+ id: string;
1110
+ name: string;
1111
+ api: "bedrock-converse-stream";
1112
+ provider: string;
1113
+ baseUrl: string;
1114
+ reasoning: false;
1115
+ input: "text"[];
1116
+ cost: {
1117
+ input: number;
1118
+ output: number;
1119
+ cacheRead: number;
1120
+ cacheWrite: number;
1121
+ };
1122
+ contextWindow: number;
1123
+ maxTokens: number;
1124
+ };
1074
1125
  readonly "openai.gpt-oss-120b-1:0": {
1075
1126
  id: string;
1076
1127
  name: string;
@@ -1088,6 +1139,23 @@ export declare const MODELS: {
1088
1139
  contextWindow: number;
1089
1140
  maxTokens: number;
1090
1141
  };
1142
+ readonly "openai.gpt-oss-20b": {
1143
+ id: string;
1144
+ name: string;
1145
+ api: "bedrock-converse-stream";
1146
+ provider: string;
1147
+ baseUrl: string;
1148
+ reasoning: false;
1149
+ input: "text"[];
1150
+ cost: {
1151
+ input: number;
1152
+ output: number;
1153
+ cacheRead: number;
1154
+ cacheWrite: number;
1155
+ };
1156
+ contextWindow: number;
1157
+ maxTokens: number;
1158
+ };
1091
1159
  readonly "openai.gpt-oss-20b-1:0": {
1092
1160
  id: string;
1093
1161
  name: string;
@@ -5181,7 +5249,7 @@ export declare const MODELS: {
5181
5249
  api: "mistral-conversations";
5182
5250
  provider: string;
5183
5251
  baseUrl: string;
5184
- reasoning: true;
5252
+ reasoning: false;
5185
5253
  input: ("image" | "text")[];
5186
5254
  cost: {
5187
5255
  input: number;
@@ -6898,7 +6966,7 @@ export declare const MODELS: {
6898
6966
  contextWindow: number;
6899
6967
  maxTokens: number;
6900
6968
  };
6901
- readonly "nemotron-3-super-free": {
6969
+ readonly "nemotron-3-ultra-free": {
6902
6970
  id: string;
6903
6971
  name: string;
6904
6972
  api: "openai-completions";
@@ -9044,14 +9112,14 @@ export declare const MODELS: {
9044
9112
  contextWindow: number;
9045
9113
  maxTokens: number;
9046
9114
  };
9047
- readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
9115
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
9048
9116
  id: string;
9049
9117
  name: string;
9050
9118
  api: "openai-completions";
9051
9119
  provider: string;
9052
9120
  baseUrl: string;
9053
9121
  reasoning: true;
9054
- input: ("image" | "text")[];
9122
+ input: "text"[];
9055
9123
  cost: {
9056
9124
  input: number;
9057
9125
  output: number;
@@ -9061,7 +9129,7 @@ export declare const MODELS: {
9061
9129
  contextWindow: number;
9062
9130
  maxTokens: number;
9063
9131
  };
9064
- readonly "nvidia/nemotron-nano-9b-v2": {
9132
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
9065
9133
  id: string;
9066
9134
  name: string;
9067
9135
  api: "openai-completions";
@@ -9078,7 +9146,24 @@ export declare const MODELS: {
9078
9146
  contextWindow: number;
9079
9147
  maxTokens: number;
9080
9148
  };
9081
- readonly "nvidia/nemotron-nano-9b-v2:free": {
9149
+ readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
9150
+ id: string;
9151
+ name: string;
9152
+ api: "openai-completions";
9153
+ provider: string;
9154
+ baseUrl: string;
9155
+ reasoning: true;
9156
+ input: ("image" | "text")[];
9157
+ cost: {
9158
+ input: number;
9159
+ output: number;
9160
+ cacheRead: number;
9161
+ cacheWrite: number;
9162
+ };
9163
+ contextWindow: number;
9164
+ maxTokens: number;
9165
+ };
9166
+ readonly "nvidia/nemotron-nano-9b-v2": {
9082
9167
  id: string;
9083
9168
  name: string;
9084
9169
  api: "openai-completions";
@@ -9095,13 +9180,13 @@ export declare const MODELS: {
9095
9180
  contextWindow: number;
9096
9181
  maxTokens: number;
9097
9182
  };
9098
- readonly "openai/gpt-3.5-turbo": {
9183
+ readonly "nvidia/nemotron-nano-9b-v2:free": {
9099
9184
  id: string;
9100
9185
  name: string;
9101
9186
  api: "openai-completions";
9102
9187
  provider: string;
9103
9188
  baseUrl: string;
9104
- reasoning: false;
9189
+ reasoning: true;
9105
9190
  input: "text"[];
9106
9191
  cost: {
9107
9192
  input: number;
@@ -9112,7 +9197,7 @@ export declare const MODELS: {
9112
9197
  contextWindow: number;
9113
9198
  maxTokens: number;
9114
9199
  };
9115
- readonly "openai/gpt-3.5-turbo-0613": {
9200
+ readonly "openai/gpt-3.5-turbo": {
9116
9201
  id: string;
9117
9202
  name: string;
9118
9203
  api: "openai-completions";
@@ -9129,7 +9214,7 @@ export declare const MODELS: {
9129
9214
  contextWindow: number;
9130
9215
  maxTokens: number;
9131
9216
  };
9132
- readonly "openai/gpt-3.5-turbo-16k": {
9217
+ readonly "openai/gpt-3.5-turbo-0613": {
9133
9218
  id: string;
9134
9219
  name: string;
9135
9220
  api: "openai-completions";
@@ -9146,7 +9231,7 @@ export declare const MODELS: {
9146
9231
  contextWindow: number;
9147
9232
  maxTokens: number;
9148
9233
  };
9149
- readonly "openai/gpt-4": {
9234
+ readonly "openai/gpt-3.5-turbo-16k": {
9150
9235
  id: string;
9151
9236
  name: string;
9152
9237
  api: "openai-completions";
@@ -9163,7 +9248,7 @@ export declare const MODELS: {
9163
9248
  contextWindow: number;
9164
9249
  maxTokens: number;
9165
9250
  };
9166
- readonly "openai/gpt-4-0314": {
9251
+ readonly "openai/gpt-4": {
9167
9252
  id: string;
9168
9253
  name: string;
9169
9254
  api: "openai-completions";
@@ -10965,23 +11050,6 @@ export declare const MODELS: {
10965
11050
  contextWindow: number;
10966
11051
  maxTokens: number;
10967
11052
  };
10968
- readonly "sao10k/l3-euryale-70b": {
10969
- id: string;
10970
- name: string;
10971
- api: "openai-completions";
10972
- provider: string;
10973
- baseUrl: string;
10974
- reasoning: false;
10975
- input: "text"[];
10976
- cost: {
10977
- input: number;
10978
- output: number;
10979
- cacheRead: number;
10980
- cacheWrite: number;
10981
- };
10982
- contextWindow: number;
10983
- maxTokens: number;
10984
- };
10985
11053
  readonly "sao10k/l3.1-euryale-70b": {
10986
11054
  id: string;
10987
11055
  name: string;
@@ -11637,7 +11705,7 @@ export declare const MODELS: {
11637
11705
  provider: string;
11638
11706
  baseUrl: string;
11639
11707
  reasoning: true;
11640
- input: ("image" | "text")[];
11708
+ input: "text"[];
11641
11709
  cost: {
11642
11710
  input: number;
11643
11711
  output: number;
@@ -11909,7 +11977,7 @@ export declare const MODELS: {
11909
11977
  provider: string;
11910
11978
  baseUrl: string;
11911
11979
  reasoning: true;
11912
- input: ("image" | "text")[];
11980
+ input: "text"[];
11913
11981
  cost: {
11914
11982
  input: number;
11915
11983
  output: number;
@@ -12334,7 +12402,7 @@ export declare const MODELS: {
12334
12402
  provider: string;
12335
12403
  baseUrl: string;
12336
12404
  reasoning: true;
12337
- input: ("image" | "text")[];
12405
+ input: "text"[];
12338
12406
  cost: {
12339
12407
  input: number;
12340
12408
  output: number;
@@ -12827,7 +12895,7 @@ export declare const MODELS: {
12827
12895
  provider: string;
12828
12896
  baseUrl: string;
12829
12897
  reasoning: true;
12830
- input: ("image" | "text")[];
12898
+ input: "text"[];
12831
12899
  cost: {
12832
12900
  input: number;
12833
12901
  output: number;
@@ -12844,7 +12912,7 @@ export declare const MODELS: {
12844
12912
  provider: string;
12845
12913
  baseUrl: string;
12846
12914
  reasoning: true;
12847
- input: ("image" | "text")[];
12915
+ input: "text"[];
12848
12916
  cost: {
12849
12917
  input: number;
12850
12918
  output: number;
@@ -12861,7 +12929,7 @@ export declare const MODELS: {
12861
12929
  provider: string;
12862
12930
  baseUrl: string;
12863
12931
  reasoning: true;
12864
- input: ("image" | "text")[];
12932
+ input: "text"[];
12865
12933
  cost: {
12866
12934
  input: number;
12867
12935
  output: number;
@@ -13211,6 +13279,23 @@ export declare const MODELS: {
13211
13279
  contextWindow: number;
13212
13280
  maxTokens: number;
13213
13281
  };
13282
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
13283
+ id: string;
13284
+ name: string;
13285
+ api: "anthropic-messages";
13286
+ provider: string;
13287
+ baseUrl: string;
13288
+ reasoning: true;
13289
+ input: "text"[];
13290
+ cost: {
13291
+ input: number;
13292
+ output: number;
13293
+ cacheRead: number;
13294
+ cacheWrite: number;
13295
+ };
13296
+ contextWindow: number;
13297
+ maxTokens: number;
13298
+ };
13214
13299
  readonly "nvidia/nemotron-nano-12b-v2-vl": {
13215
13300
  id: string;
13216
13301
  name: string;