@mariozechner/pi-ai 0.67.1 → 0.67.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.
@@ -7809,23 +7809,6 @@ export const MODELS = {
7809
7809
  contextWindow: 256000,
7810
7810
  maxTokens: 80000,
7811
7811
  },
7812
- "meituan/longcat-flash-chat": {
7813
- id: "meituan/longcat-flash-chat",
7814
- name: "Meituan: LongCat Flash Chat",
7815
- api: "openai-completions",
7816
- provider: "openrouter",
7817
- baseUrl: "https://openrouter.ai/api/v1",
7818
- reasoning: false,
7819
- input: ["text"],
7820
- cost: {
7821
- input: 0.19999999999999998,
7822
- output: 0.7999999999999999,
7823
- cacheRead: 0.19999999999999998,
7824
- cacheWrite: 0,
7825
- },
7826
- contextWindow: 131072,
7827
- maxTokens: 131072,
7828
- },
7829
7812
  "meta-llama/llama-3-8b-instruct": {
7830
7813
  id: "meta-llama/llama-3-8b-instruct",
7831
7814
  name: "Meta: Llama 3 8B Instruct",
@@ -8466,11 +8449,11 @@ export const MODELS = {
8466
8449
  cost: {
8467
8450
  input: 0.6,
8468
8451
  output: 2.5,
8469
- cacheRead: 0,
8452
+ cacheRead: 0.15,
8470
8453
  cacheWrite: 0,
8471
8454
  },
8472
8455
  contextWindow: 262144,
8473
- maxTokens: 4096,
8456
+ maxTokens: 262144,
8474
8457
  },
8475
8458
  "moonshotai/kimi-k2.5": {
8476
8459
  id: "moonshotai/kimi-k2.5",