@dreb/ai 2.25.0 → 2.25.2

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;
@@ -10982,23 +11050,6 @@ export declare const MODELS: {
10982
11050
  contextWindow: number;
10983
11051
  maxTokens: number;
10984
11052
  };
10985
- readonly "sao10k/l3-euryale-70b": {
10986
- id: string;
10987
- name: string;
10988
- api: "openai-completions";
10989
- provider: string;
10990
- baseUrl: string;
10991
- reasoning: false;
10992
- input: "text"[];
10993
- cost: {
10994
- input: number;
10995
- output: number;
10996
- cacheRead: number;
10997
- cacheWrite: number;
10998
- };
10999
- contextWindow: number;
11000
- maxTokens: number;
11001
- };
11002
11053
  readonly "sao10k/l3.1-euryale-70b": {
11003
11054
  id: string;
11004
11055
  name: string;