@caupulican/pi-ai 0.80.4 → 0.80.6

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.
@@ -5653,6 +5653,23 @@ export const MODELS = {
5653
5653
  contextWindow: 262144,
5654
5654
  maxTokens: 262144,
5655
5655
  },
5656
+ "devstral-latest": {
5657
+ id: "devstral-latest",
5658
+ name: "Devstral 2",
5659
+ api: "mistral-conversations",
5660
+ provider: "mistral",
5661
+ baseUrl: "https://api.mistral.ai",
5662
+ reasoning: false,
5663
+ input: ["text"],
5664
+ cost: {
5665
+ input: 0.4,
5666
+ output: 2,
5667
+ cacheRead: 0,
5668
+ cacheWrite: 0,
5669
+ },
5670
+ contextWindow: 262144,
5671
+ maxTokens: 262144,
5672
+ },
5656
5673
  "devstral-medium-2507": {
5657
5674
  id: "devstral-medium-2507",
5658
5675
  name: "Devstral Medium",
@@ -6027,6 +6044,23 @@ export const MODELS = {
6027
6044
  contextWindow: 8000,
6028
6045
  maxTokens: 8000,
6029
6046
  },
6047
+ "open-mistral-nemo": {
6048
+ id: "open-mistral-nemo",
6049
+ name: "Open Mistral Nemo",
6050
+ api: "mistral-conversations",
6051
+ provider: "mistral",
6052
+ baseUrl: "https://api.mistral.ai",
6053
+ reasoning: false,
6054
+ input: ["text"],
6055
+ cost: {
6056
+ input: 0.15,
6057
+ output: 0.15,
6058
+ cacheRead: 0,
6059
+ cacheWrite: 0,
6060
+ },
6061
+ contextWindow: 128000,
6062
+ maxTokens: 128000,
6063
+ },
6030
6064
  "open-mixtral-8x22b": {
6031
6065
  id: "open-mixtral-8x22b",
6032
6066
  name: "Mixtral 8x22B",
@@ -11947,6 +11981,23 @@ export const MODELS = {
11947
11981
  contextWindow: 1000000,
11948
11982
  maxTokens: 65536,
11949
11983
  },
11984
+ "qwen/qwen3.7-plus": {
11985
+ id: "qwen/qwen3.7-plus",
11986
+ name: "Qwen: Qwen3.7 Plus",
11987
+ api: "openai-completions",
11988
+ provider: "openrouter",
11989
+ baseUrl: "https://openrouter.ai/api/v1",
11990
+ reasoning: true,
11991
+ input: ["text", "image"],
11992
+ cost: {
11993
+ input: 0.39999999999999997,
11994
+ output: 1.5999999999999999,
11995
+ cacheRead: 0.08,
11996
+ cacheWrite: 0.5,
11997
+ },
11998
+ contextWindow: 1000000,
11999
+ maxTokens: 65536,
12000
+ },
11950
12001
  "rekaai/reka-edge": {
11951
12002
  id: "rekaai/reka-edge",
11952
12003
  name: "Reka Edge",
@@ -12387,7 +12438,7 @@ export const MODELS = {
12387
12438
  cacheWrite: 0,
12388
12439
  },
12389
12440
  contextWindow: 202752,
12390
- maxTokens: 16384,
12441
+ maxTokens: 4096,
12391
12442
  },
12392
12443
  "z-ai/glm-5-turbo": {
12393
12444
  id: "z-ai/glm-5-turbo",
@@ -12421,7 +12472,7 @@ export const MODELS = {
12421
12472
  cacheWrite: 0,
12422
12473
  },
12423
12474
  contextWindow: 202752,
12424
- maxTokens: 131072,
12475
+ maxTokens: 4096,
12425
12476
  },
12426
12477
  "z-ai/glm-5v-turbo": {
12427
12478
  id: "z-ai/glm-5v-turbo",