llmist 15.1.2 → 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 CHANGED
@@ -5492,11 +5492,12 @@ 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: 64e3,
5496
- maxOutputTokens: 8192,
5495
+ contextWindow: 163840,
5496
+ maxOutputTokens: 65536,
5497
5497
  pricing: {
5498
- input: 0,
5499
- output: 0
5498
+ input: 0.269,
5499
+ output: 0.4,
5500
+ cachedInput: 0.1345
5500
5501
  },
5501
5502
  knowledgeCutoff: "2024-12",
5502
5503
  features: {
@@ -5509,7 +5510,7 @@ var init_huggingface_models = __esm({
5509
5510
  metadata: {
5510
5511
  family: "DeepSeek V3",
5511
5512
  releaseDate: "2025-12",
5512
- notes: "685B MoE model optimized for faster, lower-cost inference with strong general reasoning and tool use."
5513
+ notes: "685B MoE model optimized for faster, lower-cost inference with strong general reasoning and tool use. Pricing via Novita AI."
5513
5514
  }
5514
5515
  },
5515
5516
  {
@@ -6213,6 +6214,31 @@ var init_huggingface_models = __esm({
6213
6214
  releaseDate: "2024-12",
6214
6215
  notes: "Open-source GPT-style model from OpenAI research."
6215
6216
  }
6217
+ },
6218
+ // ==========================================================================
6219
+ // MiniMax Models
6220
+ // ==========================================================================
6221
+ {
6222
+ provider: "huggingface",
6223
+ modelId: "MiniMaxAI/MiniMax-M2.1",
6224
+ displayName: "MiniMax M2.1",
6225
+ contextWindow: 204800,
6226
+ maxOutputTokens: 131072,
6227
+ pricing: {
6228
+ input: 0.3,
6229
+ output: 1.2
6230
+ },
6231
+ knowledgeCutoff: "2025-01",
6232
+ features: {
6233
+ streaming: true,
6234
+ functionCalling: true,
6235
+ vision: false
6236
+ },
6237
+ metadata: {
6238
+ family: "MiniMax",
6239
+ releaseDate: "2025-01",
6240
+ notes: "Large-scale model with strong multilingual and reasoning capabilities."
6241
+ }
6216
6242
  }
6217
6243
  ];
6218
6244
  }