@mariozechner/pi-ai 0.52.10 → 0.52.12

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.
@@ -1260,6 +1260,40 @@ export const MODELS = {
1260
1260
  contextWindow: 200000,
1261
1261
  maxTokens: 64000,
1262
1262
  },
1263
+ "writer.palmyra-x4-v1:0": {
1264
+ id: "writer.palmyra-x4-v1:0",
1265
+ name: "Palmyra X4",
1266
+ api: "bedrock-converse-stream",
1267
+ provider: "amazon-bedrock",
1268
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1269
+ reasoning: true,
1270
+ input: ["text"],
1271
+ cost: {
1272
+ input: 2.5,
1273
+ output: 10,
1274
+ cacheRead: 0,
1275
+ cacheWrite: 0,
1276
+ },
1277
+ contextWindow: 122880,
1278
+ maxTokens: 8192,
1279
+ },
1280
+ "writer.palmyra-x5-v1:0": {
1281
+ id: "writer.palmyra-x5-v1:0",
1282
+ name: "Palmyra X5",
1283
+ api: "bedrock-converse-stream",
1284
+ provider: "amazon-bedrock",
1285
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1286
+ reasoning: true,
1287
+ input: ["text"],
1288
+ cost: {
1289
+ input: 0.6,
1290
+ output: 6,
1291
+ cacheRead: 0,
1292
+ cacheWrite: 0,
1293
+ },
1294
+ contextWindow: 1040000,
1295
+ maxTokens: 8192,
1296
+ },
1263
1297
  "zai.glm-4.7": {
1264
1298
  id: "zai.glm-4.7",
1265
1299
  name: "GLM-4.7",
@@ -4061,6 +4095,23 @@ export const MODELS = {
4061
4095
  contextWindow: 204800,
4062
4096
  maxTokens: 131072,
4063
4097
  },
4098
+ "MiniMax-M2.5": {
4099
+ id: "MiniMax-M2.5",
4100
+ name: "MiniMax-M2.5",
4101
+ api: "anthropic-messages",
4102
+ provider: "minimax",
4103
+ baseUrl: "https://api.minimax.io/anthropic",
4104
+ reasoning: true,
4105
+ input: ["text"],
4106
+ cost: {
4107
+ input: 0.3,
4108
+ output: 1.2,
4109
+ cacheRead: 0.03,
4110
+ cacheWrite: 0.375,
4111
+ },
4112
+ contextWindow: 204800,
4113
+ maxTokens: 131072,
4114
+ },
4064
4115
  },
4065
4116
  "minimax-cn": {
4066
4117
  "MiniMax-M2": {
@@ -4097,6 +4148,23 @@ export const MODELS = {
4097
4148
  contextWindow: 204800,
4098
4149
  maxTokens: 131072,
4099
4150
  },
4151
+ "MiniMax-M2.5": {
4152
+ id: "MiniMax-M2.5",
4153
+ name: "MiniMax-M2.5",
4154
+ api: "anthropic-messages",
4155
+ provider: "minimax-cn",
4156
+ baseUrl: "https://api.minimaxi.com/anthropic",
4157
+ reasoning: true,
4158
+ input: ["text"],
4159
+ cost: {
4160
+ input: 0.3,
4161
+ output: 1.2,
4162
+ cacheRead: 0.03,
4163
+ cacheWrite: 0.375,
4164
+ },
4165
+ contextWindow: 204800,
4166
+ maxTokens: 131072,
4167
+ },
4100
4168
  },
4101
4169
  "mistral": {
4102
4170
  "codestral-latest": {
@@ -8655,13 +8723,13 @@ export const MODELS = {
8655
8723
  reasoning: true,
8656
8724
  input: ["text"],
8657
8725
  cost: {
8658
- input: 0.11,
8659
- output: 0.6,
8660
- cacheRead: 0.055,
8726
+ input: 0,
8727
+ output: 0,
8728
+ cacheRead: 0,
8661
8729
  cacheWrite: 0,
8662
8730
  },
8663
- contextWindow: 262144,
8664
- maxTokens: 262144,
8731
+ contextWindow: 131072,
8732
+ maxTokens: 4096,
8665
8733
  },
8666
8734
  "qwen/qwen3-30b-a3b": {
8667
8735
  id: "qwen/qwen3-30b-a3b",
@@ -8731,6 +8799,23 @@ export const MODELS = {
8731
8799
  contextWindow: 40960,
8732
8800
  maxTokens: 40960,
8733
8801
  },
8802
+ "qwen/qwen3-4b": {
8803
+ id: "qwen/qwen3-4b",
8804
+ name: "Qwen: Qwen3 4B",
8805
+ api: "openai-completions",
8806
+ provider: "openrouter",
8807
+ baseUrl: "https://openrouter.ai/api/v1",
8808
+ reasoning: true,
8809
+ input: ["text"],
8810
+ cost: {
8811
+ input: 0.0715,
8812
+ output: 0.273,
8813
+ cacheRead: 0,
8814
+ cacheWrite: 0,
8815
+ },
8816
+ contextWindow: 131072,
8817
+ maxTokens: 8192,
8818
+ },
8734
8819
  "qwen/qwen3-4b:free": {
8735
8820
  id: "qwen/qwen3-4b:free",
8736
8821
  name: "Qwen: Qwen3 4B (free)",
@@ -9258,23 +9343,6 @@ export const MODELS = {
9258
9343
  contextWindow: 163840,
9259
9344
  maxTokens: 65536,
9260
9345
  },
9261
- "tngtech/tng-r1t-chimera:free": {
9262
- id: "tngtech/tng-r1t-chimera:free",
9263
- name: "TNG: R1T Chimera (free)",
9264
- api: "openai-completions",
9265
- provider: "openrouter",
9266
- baseUrl: "https://openrouter.ai/api/v1",
9267
- reasoning: true,
9268
- input: ["text"],
9269
- cost: {
9270
- input: 0,
9271
- output: 0,
9272
- cacheRead: 0,
9273
- cacheWrite: 0,
9274
- },
9275
- contextWindow: 163840,
9276
- maxTokens: 65536,
9277
- },
9278
9346
  "upstage/solar-pro-3:free": {
9279
9347
  id: "upstage/solar-pro-3:free",
9280
9348
  name: "Upstage: Solar Pro 3 (free)",