@mariozechner/pi-ai 0.42.0 → 0.42.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.
@@ -1153,10 +1153,10 @@ export const MODELS = {
1153
1153
  reasoning: true,
1154
1154
  input: ["text", "image"],
1155
1155
  cost: {
1156
- input: 0,
1157
- output: 0,
1158
- cacheRead: 0,
1159
- cacheWrite: 0,
1156
+ input: 5,
1157
+ output: 25,
1158
+ cacheRead: 0.5,
1159
+ cacheWrite: 6.25,
1160
1160
  },
1161
1161
  contextWindow: 200000,
1162
1162
  maxTokens: 64000,
@@ -1170,10 +1170,10 @@ export const MODELS = {
1170
1170
  reasoning: false,
1171
1171
  input: ["text", "image"],
1172
1172
  cost: {
1173
- input: 0,
1174
- output: 0,
1175
- cacheRead: 0,
1176
- cacheWrite: 0,
1173
+ input: 3,
1174
+ output: 15,
1175
+ cacheRead: 0.3,
1176
+ cacheWrite: 3.75,
1177
1177
  },
1178
1178
  contextWindow: 200000,
1179
1179
  maxTokens: 64000,
@@ -1187,10 +1187,10 @@ export const MODELS = {
1187
1187
  reasoning: true,
1188
1188
  input: ["text", "image"],
1189
1189
  cost: {
1190
- input: 0,
1191
- output: 0,
1192
- cacheRead: 0,
1193
- cacheWrite: 0,
1190
+ input: 3,
1191
+ output: 15,
1192
+ cacheRead: 0.3,
1193
+ cacheWrite: 3.75,
1194
1194
  },
1195
1195
  contextWindow: 200000,
1196
1196
  maxTokens: 64000,
@@ -1204,9 +1204,9 @@ export const MODELS = {
1204
1204
  reasoning: true,
1205
1205
  input: ["text", "image"],
1206
1206
  cost: {
1207
- input: 0,
1208
- output: 0,
1209
- cacheRead: 0,
1207
+ input: 0.5,
1208
+ output: 3,
1209
+ cacheRead: 0.5,
1210
1210
  cacheWrite: 0,
1211
1211
  },
1212
1212
  contextWindow: 1048576,
@@ -1221,10 +1221,10 @@ export const MODELS = {
1221
1221
  reasoning: true,
1222
1222
  input: ["text", "image"],
1223
1223
  cost: {
1224
- input: 0,
1225
- output: 0,
1226
- cacheRead: 0,
1227
- cacheWrite: 0,
1224
+ input: 2,
1225
+ output: 12,
1226
+ cacheRead: 0.2,
1227
+ cacheWrite: 2.375,
1228
1228
  },
1229
1229
  contextWindow: 1048576,
1230
1230
  maxTokens: 65535,
@@ -1238,10 +1238,10 @@ export const MODELS = {
1238
1238
  reasoning: true,
1239
1239
  input: ["text", "image"],
1240
1240
  cost: {
1241
- input: 0,
1242
- output: 0,
1243
- cacheRead: 0,
1244
- cacheWrite: 0,
1241
+ input: 2,
1242
+ output: 12,
1243
+ cacheRead: 0.2,
1244
+ cacheWrite: 2.375,
1245
1245
  },
1246
1246
  contextWindow: 1048576,
1247
1247
  maxTokens: 65535,
@@ -1255,8 +1255,8 @@ export const MODELS = {
1255
1255
  reasoning: false,
1256
1256
  input: ["text"],
1257
1257
  cost: {
1258
- input: 0,
1259
- output: 0,
1258
+ input: 0.09,
1259
+ output: 0.36,
1260
1260
  cacheRead: 0,
1261
1261
  cacheWrite: 0,
1262
1262
  },
@@ -5189,17 +5189,17 @@ export const MODELS = {
5189
5189
  contextWindow: 262144,
5190
5190
  maxTokens: 65535,
5191
5191
  },
5192
- "nex-agi/deepseek-v3.1-nex-n1:free": {
5193
- id: "nex-agi/deepseek-v3.1-nex-n1:free",
5194
- name: "Nex AGI: DeepSeek V3.1 Nex N1 (free)",
5192
+ "nex-agi/deepseek-v3.1-nex-n1": {
5193
+ id: "nex-agi/deepseek-v3.1-nex-n1",
5194
+ name: "Nex AGI: DeepSeek V3.1 Nex N1",
5195
5195
  api: "openai-completions",
5196
5196
  provider: "openrouter",
5197
5197
  baseUrl: "https://openrouter.ai/api/v1",
5198
5198
  reasoning: false,
5199
5199
  input: ["text"],
5200
5200
  cost: {
5201
- input: 0,
5202
- output: 0,
5201
+ input: 0.27,
5202
+ output: 1,
5203
5203
  cacheRead: 0,
5204
5204
  cacheWrite: 0,
5205
5205
  },