@mariozechner/pi-ai 0.24.0 → 0.24.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.
- package/dist/models.d.ts +5 -0
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +4 -4
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +9 -0
- package/dist/models.js.map +1 -1
- package/dist/stream.d.ts.map +1 -1
- package/dist/stream.js +3 -2
- package/dist/stream.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -3016,8 +3016,8 @@ export const MODELS = {
|
|
|
3016
3016
|
reasoning: false,
|
|
3017
3017
|
input: ["text"],
|
|
3018
3018
|
cost: {
|
|
3019
|
-
input: 0.
|
|
3020
|
-
output: 0.
|
|
3019
|
+
input: 0.049999999999999996,
|
|
3020
|
+
output: 0.22,
|
|
3021
3021
|
cacheRead: 0,
|
|
3022
3022
|
cacheWrite: 0,
|
|
3023
3023
|
},
|
|
@@ -4569,7 +4569,7 @@ export const MODELS = {
|
|
|
4569
4569
|
cacheWrite: 18.75,
|
|
4570
4570
|
},
|
|
4571
4571
|
contextWindow: 200000,
|
|
4572
|
-
maxTokens:
|
|
4572
|
+
maxTokens: 4096,
|
|
4573
4573
|
},
|
|
4574
4574
|
"mistralai/codestral-2508": {
|
|
4575
4575
|
id: "mistralai/codestral-2508",
|
|
@@ -5788,7 +5788,7 @@ export const MODELS = {
|
|
|
5788
5788
|
input: ["text"],
|
|
5789
5789
|
cost: {
|
|
5790
5790
|
input: 0.03,
|
|
5791
|
-
output: 0.
|
|
5791
|
+
output: 0.11,
|
|
5792
5792
|
cacheRead: 0,
|
|
5793
5793
|
cacheWrite: 0,
|
|
5794
5794
|
},
|