llmist 15.2.0 → 15.2.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/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5492,8 +5492,8 @@ var init_huggingface_models = __esm({
|
|
|
5492
5492
|
provider: "huggingface",
|
|
5493
5493
|
modelId: "deepseek-ai/DeepSeek-V3.2",
|
|
5494
5494
|
displayName: "DeepSeek V3.2",
|
|
5495
|
-
contextWindow:
|
|
5496
|
-
maxOutputTokens:
|
|
5495
|
+
contextWindow: 163840,
|
|
5496
|
+
maxOutputTokens: 65536,
|
|
5497
5497
|
pricing: {
|
|
5498
5498
|
input: 0.269,
|
|
5499
5499
|
output: 0.4,
|
|
@@ -6222,8 +6222,8 @@ var init_huggingface_models = __esm({
|
|
|
6222
6222
|
provider: "huggingface",
|
|
6223
6223
|
modelId: "MiniMaxAI/MiniMax-M2.1",
|
|
6224
6224
|
displayName: "MiniMax M2.1",
|
|
6225
|
-
contextWindow:
|
|
6226
|
-
maxOutputTokens:
|
|
6225
|
+
contextWindow: 204800,
|
|
6226
|
+
maxOutputTokens: 131072,
|
|
6227
6227
|
pricing: {
|
|
6228
6228
|
input: 0.3,
|
|
6229
6229
|
output: 1.2
|