@caupulican/pi-ai 0.80.3 → 0.80.5
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/image-models.generated.d.ts +15 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +15 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +34 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +37 -3
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -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",
|
|
@@ -9324,9 +9358,9 @@ export const MODELS = {
|
|
|
9324
9358
|
reasoning: true,
|
|
9325
9359
|
input: ["text"],
|
|
9326
9360
|
cost: {
|
|
9327
|
-
input: 0.
|
|
9328
|
-
output:
|
|
9329
|
-
cacheRead: 0.
|
|
9361
|
+
input: 0.075,
|
|
9362
|
+
output: 0.625,
|
|
9363
|
+
cacheRead: 0.015,
|
|
9330
9364
|
cacheWrite: 0,
|
|
9331
9365
|
},
|
|
9332
9366
|
contextWindow: 262144,
|