@mariozechner/pi-ai 0.12.6 → 0.12.8
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
|
@@ -1986,7 +1986,7 @@ export const MODELS = {
|
|
|
1986
1986
|
cacheWrite: 0,
|
|
1987
1987
|
},
|
|
1988
1988
|
contextWindow: 1000000,
|
|
1989
|
-
maxTokens:
|
|
1989
|
+
maxTokens: 65535,
|
|
1990
1990
|
},
|
|
1991
1991
|
"amazon/nova-2-lite-v1": {
|
|
1992
1992
|
id: "amazon/nova-2-lite-v1",
|
|
@@ -2003,7 +2003,7 @@ export const MODELS = {
|
|
|
2003
2003
|
cacheWrite: 0,
|
|
2004
2004
|
},
|
|
2005
2005
|
contextWindow: 1000000,
|
|
2006
|
-
maxTokens:
|
|
2006
|
+
maxTokens: 65535,
|
|
2007
2007
|
},
|
|
2008
2008
|
"mistralai/mistral-large-2512": {
|
|
2009
2009
|
id: "mistralai/mistral-large-2512",
|
|
@@ -2158,18 +2158,18 @@ export const MODELS = {
|
|
|
2158
2158
|
contextWindow: 65536,
|
|
2159
2159
|
maxTokens: 65536,
|
|
2160
2160
|
},
|
|
2161
|
-
"x-ai/grok-4.1-fast
|
|
2162
|
-
id: "x-ai/grok-4.1-fast
|
|
2163
|
-
name: "xAI: Grok 4.1 Fast
|
|
2161
|
+
"x-ai/grok-4.1-fast": {
|
|
2162
|
+
id: "x-ai/grok-4.1-fast",
|
|
2163
|
+
name: "xAI: Grok 4.1 Fast",
|
|
2164
2164
|
api: "openai-completions",
|
|
2165
2165
|
provider: "openrouter",
|
|
2166
2166
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
2167
2167
|
reasoning: true,
|
|
2168
2168
|
input: ["text", "image"],
|
|
2169
2169
|
cost: {
|
|
2170
|
-
input: 0,
|
|
2171
|
-
output: 0,
|
|
2172
|
-
cacheRead: 0,
|
|
2170
|
+
input: 0.19999999999999998,
|
|
2171
|
+
output: 0.5,
|
|
2172
|
+
cacheRead: 0.049999999999999996,
|
|
2173
2173
|
cacheWrite: 0,
|
|
2174
2174
|
},
|
|
2175
2175
|
contextWindow: 2000000,
|