@mariozechner/pi-ai 0.33.0 → 0.34.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.d.ts.map +1 -1
- package/dist/models.generated.js +12 -12
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +28 -19
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -1573,7 +1573,7 @@ export const MODELS = {
|
|
|
1573
1573
|
cacheWrite: 0,
|
|
1574
1574
|
},
|
|
1575
1575
|
contextWindow: 131072,
|
|
1576
|
-
maxTokens:
|
|
1576
|
+
maxTokens: 131072,
|
|
1577
1577
|
},
|
|
1578
1578
|
"llama-3.3-70b-versatile": {
|
|
1579
1579
|
id: "llama-3.3-70b-versatile",
|
|
@@ -1721,12 +1721,12 @@ export const MODELS = {
|
|
|
1721
1721
|
input: ["text"],
|
|
1722
1722
|
cost: {
|
|
1723
1723
|
input: 0.15,
|
|
1724
|
-
output: 0.
|
|
1724
|
+
output: 0.6,
|
|
1725
1725
|
cacheRead: 0,
|
|
1726
1726
|
cacheWrite: 0,
|
|
1727
1727
|
},
|
|
1728
1728
|
contextWindow: 131072,
|
|
1729
|
-
maxTokens:
|
|
1729
|
+
maxTokens: 65536,
|
|
1730
1730
|
},
|
|
1731
1731
|
"openai/gpt-oss-20b": {
|
|
1732
1732
|
id: "openai/gpt-oss-20b",
|
|
@@ -1737,13 +1737,13 @@ export const MODELS = {
|
|
|
1737
1737
|
reasoning: true,
|
|
1738
1738
|
input: ["text"],
|
|
1739
1739
|
cost: {
|
|
1740
|
-
input: 0.
|
|
1741
|
-
output: 0.
|
|
1740
|
+
input: 0.075,
|
|
1741
|
+
output: 0.3,
|
|
1742
1742
|
cacheRead: 0,
|
|
1743
1743
|
cacheWrite: 0,
|
|
1744
1744
|
},
|
|
1745
1745
|
contextWindow: 131072,
|
|
1746
|
-
maxTokens:
|
|
1746
|
+
maxTokens: 65536,
|
|
1747
1747
|
},
|
|
1748
1748
|
"qwen-qwq-32b": {
|
|
1749
1749
|
id: "qwen-qwq-32b",
|
|
@@ -4089,13 +4089,13 @@ export const MODELS = {
|
|
|
4089
4089
|
reasoning: true,
|
|
4090
4090
|
input: ["text"],
|
|
4091
4091
|
cost: {
|
|
4092
|
-
input: 0.
|
|
4093
|
-
output:
|
|
4094
|
-
cacheRead: 0
|
|
4095
|
-
cacheWrite: 0
|
|
4092
|
+
input: 0.12,
|
|
4093
|
+
output: 0.48,
|
|
4094
|
+
cacheRead: 0,
|
|
4095
|
+
cacheWrite: 0,
|
|
4096
4096
|
},
|
|
4097
|
-
contextWindow:
|
|
4098
|
-
maxTokens:
|
|
4097
|
+
contextWindow: 196608,
|
|
4098
|
+
maxTokens: 4096,
|
|
4099
4099
|
},
|
|
4100
4100
|
"mistralai/codestral-2508": {
|
|
4101
4101
|
id: "mistralai/codestral-2508",
|