@caupulican/pi-ai 0.80.103 → 0.81.0

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.
@@ -6745,11 +6745,11 @@ export const MODELS = {
6745
6745
  api: "mistral-conversations",
6746
6746
  provider: "mistral",
6747
6747
  baseUrl: "https://api.mistral.ai",
6748
- reasoning: false,
6748
+ reasoning: true,
6749
6749
  input: ["text", "image"],
6750
6750
  cost: {
6751
- input: 0.4,
6752
- output: 2,
6751
+ input: 1.5,
6752
+ output: 7.5,
6753
6753
  cacheRead: 0,
6754
6754
  cacheWrite: 0,
6755
6755
  },
@@ -11045,13 +11045,13 @@ export const MODELS = {
11045
11045
  reasoning: true,
11046
11046
  input: ["text"],
11047
11047
  cost: {
11048
- input: 0.08499999999999999,
11049
- output: 0.39999999999999997,
11048
+ input: 0.08,
11049
+ output: 0.44999999999999996,
11050
11050
  cacheRead: 0,
11051
11051
  cacheWrite: 0,
11052
11052
  },
11053
11053
  contextWindow: 1000000,
11054
- maxTokens: 16384,
11054
+ maxTokens: 4096,
11055
11055
  },
11056
11056
  "nvidia/nemotron-3-super-120b-a12b:free": {
11057
11057
  id: "nvidia/nemotron-3-super-120b-a12b:free",
@@ -13437,13 +13437,13 @@ export const MODELS = {
13437
13437
  reasoning: true,
13438
13438
  input: ["text"],
13439
13439
  cost: {
13440
- input: 0.9299999999999999,
13441
- output: 3,
13442
- cacheRead: 0.18,
13440
+ input: 0.756,
13441
+ output: 2.3760000000000003,
13442
+ cacheRead: 0.14040000000000002,
13443
13443
  cacheWrite: 0,
13444
13444
  },
13445
13445
  contextWindow: 1048576,
13446
- maxTokens: 32768,
13446
+ maxTokens: 128000,
13447
13447
  },
13448
13448
  "z-ai/glm-5v-turbo": {
13449
13449
  id: "z-ai/glm-5v-turbo",