@openeryc/pi-ai 0.75.53 → 0.75.55

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.
@@ -9270,9 +9270,9 @@ export const MODELS = {
9270
9270
  reasoning: true,
9271
9271
  input: ["text"],
9272
9272
  cost: {
9273
- input: 0.075,
9274
- output: 0.625,
9275
- cacheRead: 0.015,
9273
+ input: 0.3,
9274
+ output: 2.5,
9275
+ cacheRead: 0.06,
9276
9276
  cacheWrite: 0,
9277
9277
  },
9278
9278
  contextWindow: 262144,
@@ -9516,40 +9516,6 @@ export const MODELS = {
9516
9516
  contextWindow: 262144,
9517
9517
  maxTokens: 4096,
9518
9518
  },
9519
- "mistralai/devstral-medium": {
9520
- id: "mistralai/devstral-medium",
9521
- name: "Mistral: Devstral Medium",
9522
- api: "openai-completions",
9523
- provider: "openrouter",
9524
- baseUrl: "https://openrouter.ai/api/v1",
9525
- reasoning: false,
9526
- input: ["text"],
9527
- cost: {
9528
- input: 0.39999999999999997,
9529
- output: 2,
9530
- cacheRead: 0.04,
9531
- cacheWrite: 0,
9532
- },
9533
- contextWindow: 131072,
9534
- maxTokens: 4096,
9535
- },
9536
- "mistralai/devstral-small": {
9537
- id: "mistralai/devstral-small",
9538
- name: "Mistral: Devstral Small 1.1",
9539
- api: "openai-completions",
9540
- provider: "openrouter",
9541
- baseUrl: "https://openrouter.ai/api/v1",
9542
- reasoning: false,
9543
- input: ["text"],
9544
- cost: {
9545
- input: 0.09999999999999999,
9546
- output: 0.3,
9547
- cacheRead: 0.01,
9548
- cacheWrite: 0,
9549
- },
9550
- contextWindow: 131072,
9551
- maxTokens: 4096,
9552
- },
9553
9519
  "mistralai/ministral-14b-2512": {
9554
9520
  id: "mistralai/ministral-14b-2512",
9555
9521
  name: "Mistral: Ministral 3 14B 2512",
@@ -9635,23 +9601,6 @@ export const MODELS = {
9635
9601
  contextWindow: 131072,
9636
9602
  maxTokens: 4096,
9637
9603
  },
9638
- "mistralai/mistral-large-2411": {
9639
- id: "mistralai/mistral-large-2411",
9640
- name: "Mistral Large 2411",
9641
- api: "openai-completions",
9642
- provider: "openrouter",
9643
- baseUrl: "https://openrouter.ai/api/v1",
9644
- reasoning: false,
9645
- input: ["text"],
9646
- cost: {
9647
- input: 2,
9648
- output: 6,
9649
- cacheRead: 0.19999999999999998,
9650
- cacheWrite: 0,
9651
- },
9652
- contextWindow: 131072,
9653
- maxTokens: 4096,
9654
- },
9655
9604
  "mistralai/mistral-large-2512": {
9656
9605
  id: "mistralai/mistral-large-2512",
9657
9606
  name: "Mistral: Mistral Large 3 2512",
@@ -9805,23 +9754,6 @@ export const MODELS = {
9805
9754
  contextWindow: 65536,
9806
9755
  maxTokens: 4096,
9807
9756
  },
9808
- "mistralai/pixtral-large-2411": {
9809
- id: "mistralai/pixtral-large-2411",
9810
- name: "Mistral: Pixtral Large 2411",
9811
- api: "openai-completions",
9812
- provider: "openrouter",
9813
- baseUrl: "https://openrouter.ai/api/v1",
9814
- reasoning: false,
9815
- input: ["text", "image"],
9816
- cost: {
9817
- input: 2,
9818
- output: 6,
9819
- cacheRead: 0.19999999999999998,
9820
- cacheWrite: 0,
9821
- },
9822
- contextWindow: 131072,
9823
- maxTokens: 4096,
9824
- },
9825
9757
  "mistralai/voxtral-small-24b-2507": {
9826
9758
  id: "mistralai/voxtral-small-24b-2507",
9827
9759
  name: "Mistral: Voxtral Small 24B 2507",
@@ -12163,40 +12095,6 @@ export const MODELS = {
12163
12095
  contextWindow: 262144,
12164
12096
  maxTokens: 65536,
12165
12097
  },
12166
- "xiaomi/mimo-v2-omni": {
12167
- id: "xiaomi/mimo-v2-omni",
12168
- name: "Xiaomi: MiMo-V2-Omni",
12169
- api: "openai-completions",
12170
- provider: "openrouter",
12171
- baseUrl: "https://openrouter.ai/api/v1",
12172
- reasoning: true,
12173
- input: ["text", "image"],
12174
- cost: {
12175
- input: 0.39999999999999997,
12176
- output: 2,
12177
- cacheRead: 0.08,
12178
- cacheWrite: 0,
12179
- },
12180
- contextWindow: 262144,
12181
- maxTokens: 65536,
12182
- },
12183
- "xiaomi/mimo-v2-pro": {
12184
- id: "xiaomi/mimo-v2-pro",
12185
- name: "Xiaomi: MiMo-V2-Pro",
12186
- api: "openai-completions",
12187
- provider: "openrouter",
12188
- baseUrl: "https://openrouter.ai/api/v1",
12189
- reasoning: true,
12190
- input: ["text"],
12191
- cost: {
12192
- input: 1,
12193
- output: 3,
12194
- cacheRead: 0.19999999999999998,
12195
- cacheWrite: 0,
12196
- },
12197
- contextWindow: 1048576,
12198
- maxTokens: 131072,
12199
- },
12200
12098
  "xiaomi/mimo-v2.5": {
12201
12099
  id: "xiaomi/mimo-v2.5",
12202
12100
  name: "Xiaomi: MiMo-V2.5",