@oh-my-pi/pi-ai 3.6.1337 → 3.8.1337
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/package.json +1 -1
- package/src/models.generated.ts +6 -6
package/package.json
CHANGED
package/src/models.generated.ts
CHANGED
|
@@ -3903,13 +3903,13 @@ export const MODELS = {
|
|
|
3903
3903
|
reasoning: true,
|
|
3904
3904
|
input: ["text"],
|
|
3905
3905
|
cost: {
|
|
3906
|
-
input: 0.
|
|
3907
|
-
output:
|
|
3908
|
-
cacheRead: 0
|
|
3909
|
-
cacheWrite: 0
|
|
3906
|
+
input: 0.12,
|
|
3907
|
+
output: 0.48,
|
|
3908
|
+
cacheRead: 0,
|
|
3909
|
+
cacheWrite: 0,
|
|
3910
3910
|
},
|
|
3911
|
-
contextWindow:
|
|
3912
|
-
maxTokens:
|
|
3911
|
+
contextWindow: 196608,
|
|
3912
|
+
maxTokens: 4096,
|
|
3913
3913
|
} satisfies Model<"openai-completions">,
|
|
3914
3914
|
"mistralai/codestral-2508": {
|
|
3915
3915
|
id: "mistralai/codestral-2508",
|