@aliou/pi-synthetic 0.18.3 → 0.18.4
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
CHANGED
|
@@ -236,10 +236,10 @@ export const SYNTHETIC_MODELS: SyntheticModelEntry[] = [
|
|
|
236
236
|
contextWindow: 262144,
|
|
237
237
|
maxTokens: 65536,
|
|
238
238
|
},
|
|
239
|
-
// API: hf:MiniMaxAI/MiniMax-
|
|
239
|
+
// API: hf:MiniMaxAI/MiniMax-M3 → ctx=524288, out=65536
|
|
240
240
|
{
|
|
241
|
-
id: "hf:MiniMaxAI/MiniMax-
|
|
242
|
-
name: "MiniMaxAI/MiniMax-
|
|
241
|
+
id: "hf:MiniMaxAI/MiniMax-M3",
|
|
242
|
+
name: "MiniMaxAI/MiniMax-M3",
|
|
243
243
|
provider: "synthetic",
|
|
244
244
|
reasoning: true,
|
|
245
245
|
thinkingLevelMap: {
|
|
@@ -250,19 +250,19 @@ export const SYNTHETIC_MODELS: SyntheticModelEntry[] = [
|
|
|
250
250
|
high: null,
|
|
251
251
|
xhigh: null,
|
|
252
252
|
},
|
|
253
|
-
input: ["text"],
|
|
254
|
-
cost: {
|
|
255
|
-
input: 0.4,
|
|
256
|
-
output: 2,
|
|
257
|
-
cacheRead: 0.4,
|
|
258
|
-
cacheWrite: 0,
|
|
259
|
-
},
|
|
260
|
-
contextWindow: 191488,
|
|
261
|
-
maxTokens: 65536,
|
|
262
253
|
compat: {
|
|
263
254
|
supportsReasoningEffort: true,
|
|
264
255
|
maxTokensField: "max_completion_tokens",
|
|
265
256
|
},
|
|
257
|
+
input: ["text", "image"],
|
|
258
|
+
cost: {
|
|
259
|
+
input: 0.6,
|
|
260
|
+
output: 1.2,
|
|
261
|
+
cacheRead: 0.6,
|
|
262
|
+
cacheWrite: 0,
|
|
263
|
+
},
|
|
264
|
+
contextWindow: 524288,
|
|
265
|
+
maxTokens: 65536,
|
|
266
266
|
},
|
|
267
267
|
// API: hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 → ctx=262144, out=65536
|
|
268
268
|
{
|