pi-nvidia-nim 1.1.16 → 1.1.17
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/index.ts +3 -0
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -249,6 +249,7 @@ const CONTEXT_WINDOWS: Record<string, number> = {
|
|
|
249
249
|
// MiniMax
|
|
250
250
|
"minimaxai/minimax-m2": 1048576,
|
|
251
251
|
"minimaxai/minimax-m2.1": 1048576,
|
|
252
|
+
"minimaxai/minimax-m2.7": 204800,
|
|
252
253
|
// Meta Llama
|
|
253
254
|
"meta/llama-3.1-405b-instruct": 131072,
|
|
254
255
|
"meta/llama-3.1-70b-instruct": 131072,
|
|
@@ -373,6 +374,7 @@ const MAX_TOKENS: Record<string, number> = {
|
|
|
373
374
|
"moonshotai/kimi-k2-thinking": 16384,
|
|
374
375
|
"minimaxai/minimax-m2": 8192,
|
|
375
376
|
"minimaxai/minimax-m2.1": 8192,
|
|
377
|
+
"minimaxai/minimax-m2.7": 8192,
|
|
376
378
|
"meta/llama-4-maverick-17b-128e-instruct": 16384,
|
|
377
379
|
"meta/llama-4-scout-17b-16e-instruct": 16384,
|
|
378
380
|
"z-ai/glm4.7": 16384,
|
|
@@ -400,6 +402,7 @@ const FEATURED_MODELS = [
|
|
|
400
402
|
"moonshotai/kimi-k2-instruct-0905",
|
|
401
403
|
"minimaxai/minimax-m2.1",
|
|
402
404
|
"minimaxai/minimax-m2",
|
|
405
|
+
"minimaxai/minimax-m2.7",
|
|
403
406
|
"z-ai/glm5",
|
|
404
407
|
"z-ai/glm4.7",
|
|
405
408
|
"openai/gpt-oss-120b",
|