@caupulican/pi-ai 0.80.103 → 0.81.1
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.
package/dist/models.generated.js
CHANGED
|
@@ -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:
|
|
6748
|
+
reasoning: true,
|
|
6749
6749
|
input: ["text", "image"],
|
|
6750
6750
|
cost: {
|
|
6751
|
-
input:
|
|
6752
|
-
output:
|
|
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.
|
|
11049
|
-
output: 0.
|
|
11048
|
+
input: 0.08,
|
|
11049
|
+
output: 0.44999999999999996,
|
|
11050
11050
|
cacheRead: 0,
|
|
11051
11051
|
cacheWrite: 0,
|
|
11052
11052
|
},
|
|
11053
11053
|
contextWindow: 1000000,
|
|
11054
|
-
maxTokens:
|
|
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.
|
|
13441
|
-
output:
|
|
13442
|
-
cacheRead: 0.
|
|
13440
|
+
input: 0.7546,
|
|
13441
|
+
output: 2.3716,
|
|
13442
|
+
cacheRead: 0.14014000000000001,
|
|
13443
13443
|
cacheWrite: 0,
|
|
13444
13444
|
},
|
|
13445
13445
|
contextWindow: 1048576,
|
|
13446
|
-
maxTokens:
|
|
13446
|
+
maxTokens: 131072,
|
|
13447
13447
|
},
|
|
13448
13448
|
"z-ai/glm-5v-turbo": {
|
|
13449
13449
|
id: "z-ai/glm-5v-turbo",
|