@mariozechner/pi-ai 0.55.1 → 0.55.3

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.
@@ -6697,6 +6697,23 @@ export const MODELS = {
6697
6697
  contextWindow: 262144,
6698
6698
  maxTokens: 32768,
6699
6699
  },
6700
+ "bytedance-seed/seed-2.0-mini": {
6701
+ id: "bytedance-seed/seed-2.0-mini",
6702
+ name: "ByteDance Seed: Seed-2.0-Mini",
6703
+ api: "openai-completions",
6704
+ provider: "openrouter",
6705
+ baseUrl: "https://openrouter.ai/api/v1",
6706
+ reasoning: true,
6707
+ input: ["text", "image"],
6708
+ cost: {
6709
+ input: 0.09999999999999999,
6710
+ output: 0.39999999999999997,
6711
+ cacheRead: 0,
6712
+ cacheWrite: 0,
6713
+ },
6714
+ contextWindow: 262144,
6715
+ maxTokens: 131072,
6716
+ },
6700
6717
  "cohere/command-r-08-2024": {
6701
6718
  id: "cohere/command-r-08-2024",
6702
6719
  name: "Cohere: Command R (08-2024)",
@@ -7386,13 +7403,13 @@ export const MODELS = {
7386
7403
  reasoning: true,
7387
7404
  input: ["text"],
7388
7405
  cost: {
7389
- input: 0.3,
7390
- output: 1.1,
7391
- cacheRead: 0.15,
7406
+ input: 0.295,
7407
+ output: 1.2,
7408
+ cacheRead: 0.03,
7392
7409
  cacheWrite: 0,
7393
7410
  },
7394
7411
  contextWindow: 196608,
7395
- maxTokens: 65536,
7412
+ maxTokens: 196608,
7396
7413
  },
7397
7414
  "mistralai/codestral-2508": {
7398
7415
  id: "mistralai/codestral-2508",
@@ -7794,12 +7811,12 @@ export const MODELS = {
7794
7811
  reasoning: false,
7795
7812
  input: ["text"],
7796
7813
  cost: {
7797
- input: 0.5,
7798
- output: 2.4,
7814
+ input: 0.55,
7815
+ output: 2.2,
7799
7816
  cacheRead: 0,
7800
7817
  cacheWrite: 0,
7801
7818
  },
7802
- contextWindow: 131072,
7819
+ contextWindow: 131000,
7803
7820
  maxTokens: 4096,
7804
7821
  },
7805
7822
  "moonshotai/kimi-k2-0905": {
@@ -9227,7 +9244,7 @@ export const MODELS = {
9227
9244
  cacheRead: 0.049999999999999996,
9228
9245
  cacheWrite: 0,
9229
9246
  },
9230
- contextWindow: 32000,
9247
+ contextWindow: 40960,
9231
9248
  maxTokens: 8192,
9232
9249
  },
9233
9250
  "qwen/qwen3-coder": {