@fleetagent/pi-ai 0.0.7 → 0.0.8

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.
@@ -1095,6 +1095,63 @@ export declare const MODELS: {
1095
1095
  contextWindow: number;
1096
1096
  maxTokens: number;
1097
1097
  };
1098
+ readonly "openai.gpt-5.4": {
1099
+ id: string;
1100
+ name: string;
1101
+ api: "bedrock-converse-stream";
1102
+ provider: string;
1103
+ baseUrl: string;
1104
+ reasoning: true;
1105
+ thinkingLevelMap: {
1106
+ xhigh: string;
1107
+ };
1108
+ input: ("image" | "text")[];
1109
+ cost: {
1110
+ input: number;
1111
+ output: number;
1112
+ cacheRead: number;
1113
+ cacheWrite: number;
1114
+ };
1115
+ contextWindow: number;
1116
+ maxTokens: number;
1117
+ };
1118
+ readonly "openai.gpt-5.5": {
1119
+ id: string;
1120
+ name: string;
1121
+ api: "bedrock-converse-stream";
1122
+ provider: string;
1123
+ baseUrl: string;
1124
+ reasoning: true;
1125
+ thinkingLevelMap: {
1126
+ xhigh: string;
1127
+ };
1128
+ input: ("image" | "text")[];
1129
+ cost: {
1130
+ input: number;
1131
+ output: number;
1132
+ cacheRead: number;
1133
+ cacheWrite: number;
1134
+ };
1135
+ contextWindow: number;
1136
+ maxTokens: number;
1137
+ };
1138
+ readonly "openai.gpt-oss-120b": {
1139
+ id: string;
1140
+ name: string;
1141
+ api: "bedrock-converse-stream";
1142
+ provider: string;
1143
+ baseUrl: string;
1144
+ reasoning: false;
1145
+ input: "text"[];
1146
+ cost: {
1147
+ input: number;
1148
+ output: number;
1149
+ cacheRead: number;
1150
+ cacheWrite: number;
1151
+ };
1152
+ contextWindow: number;
1153
+ maxTokens: number;
1154
+ };
1098
1155
  readonly "openai.gpt-oss-120b-1:0": {
1099
1156
  id: string;
1100
1157
  name: string;
@@ -1112,6 +1169,23 @@ export declare const MODELS: {
1112
1169
  contextWindow: number;
1113
1170
  maxTokens: number;
1114
1171
  };
1172
+ readonly "openai.gpt-oss-20b": {
1173
+ id: string;
1174
+ name: string;
1175
+ api: "bedrock-converse-stream";
1176
+ provider: string;
1177
+ baseUrl: string;
1178
+ reasoning: false;
1179
+ input: "text"[];
1180
+ cost: {
1181
+ input: number;
1182
+ output: number;
1183
+ cacheRead: number;
1184
+ cacheWrite: number;
1185
+ };
1186
+ contextWindow: number;
1187
+ maxTokens: number;
1188
+ };
1115
1189
  readonly "openai.gpt-oss-20b-1:0": {
1116
1190
  id: string;
1117
1191
  name: string;
@@ -6451,7 +6525,7 @@ export declare const MODELS: {
6451
6525
  api: "mistral-conversations";
6452
6526
  provider: string;
6453
6527
  baseUrl: string;
6454
- reasoning: true;
6528
+ reasoning: false;
6455
6529
  input: ("image" | "text")[];
6456
6530
  cost: {
6457
6531
  input: number;
@@ -13988,6 +14062,37 @@ export declare const MODELS: {
13988
14062
  contextWindow: number;
13989
14063
  maxTokens: number;
13990
14064
  };
14065
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
14066
+ id: string;
14067
+ name: string;
14068
+ api: "openai-completions";
14069
+ provider: string;
14070
+ baseUrl: string;
14071
+ compat: {
14072
+ supportsStore: false;
14073
+ supportsDeveloperRole: false;
14074
+ supportsReasoningEffort: false;
14075
+ maxTokensField: "max_tokens";
14076
+ supportsStrictMode: false;
14077
+ supportsLongCacheRetention: false;
14078
+ thinkingFormat: "together";
14079
+ };
14080
+ reasoning: true;
14081
+ thinkingLevelMap: {
14082
+ minimal: null;
14083
+ low: null;
14084
+ medium: null;
14085
+ };
14086
+ input: "text"[];
14087
+ cost: {
14088
+ input: number;
14089
+ output: number;
14090
+ cacheRead: number;
14091
+ cacheWrite: number;
14092
+ };
14093
+ contextWindow: number;
14094
+ maxTokens: number;
14095
+ };
13991
14096
  readonly "openai/gpt-oss-120b": {
13992
14097
  id: string;
13993
14098
  name: string;