indusagi 0.13.4 → 0.13.5
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/agent.js +34 -0
- package/dist/ai.js +34 -0
- package/dist/types/facade/ml/models.generated.d.ts +34 -0
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -3560,6 +3560,23 @@ var MODELS = {
|
|
|
3560
3560
|
},
|
|
3561
3561
|
contextWindow: 1048576,
|
|
3562
3562
|
maxTokens: 512e3
|
|
3563
|
+
},
|
|
3564
|
+
"MiniMax-M3-0.5": {
|
|
3565
|
+
id: "MiniMax-M3",
|
|
3566
|
+
name: "MiniMax-M3-0.5",
|
|
3567
|
+
api: "anthropic-messages",
|
|
3568
|
+
provider: "minimax",
|
|
3569
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
3570
|
+
reasoning: true,
|
|
3571
|
+
input: ["text", "image"],
|
|
3572
|
+
cost: {
|
|
3573
|
+
input: 0.3,
|
|
3574
|
+
output: 1.2,
|
|
3575
|
+
cacheRead: 0.06,
|
|
3576
|
+
cacheWrite: 0
|
|
3577
|
+
},
|
|
3578
|
+
contextWindow: 5e5,
|
|
3579
|
+
maxTokens: 5e5
|
|
3563
3580
|
}
|
|
3564
3581
|
},
|
|
3565
3582
|
"minimax-cn": {
|
|
@@ -3647,6 +3664,23 @@ var MODELS = {
|
|
|
3647
3664
|
},
|
|
3648
3665
|
contextWindow: 1048576,
|
|
3649
3666
|
maxTokens: 512e3
|
|
3667
|
+
},
|
|
3668
|
+
"MiniMax-M3-0.5": {
|
|
3669
|
+
id: "MiniMax-M3",
|
|
3670
|
+
name: "MiniMax-M3-0.5",
|
|
3671
|
+
api: "anthropic-messages",
|
|
3672
|
+
provider: "minimax-cn",
|
|
3673
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
3674
|
+
reasoning: true,
|
|
3675
|
+
input: ["text", "image"],
|
|
3676
|
+
cost: {
|
|
3677
|
+
input: 0.3,
|
|
3678
|
+
output: 1.2,
|
|
3679
|
+
cacheRead: 0.06,
|
|
3680
|
+
cacheWrite: 0
|
|
3681
|
+
},
|
|
3682
|
+
contextWindow: 5e5,
|
|
3683
|
+
maxTokens: 5e5
|
|
3650
3684
|
}
|
|
3651
3685
|
},
|
|
3652
3686
|
"mistral": {
|
package/dist/ai.js
CHANGED
|
@@ -3684,6 +3684,23 @@ var MODELS = {
|
|
|
3684
3684
|
},
|
|
3685
3685
|
contextWindow: 1048576,
|
|
3686
3686
|
maxTokens: 512e3
|
|
3687
|
+
},
|
|
3688
|
+
"MiniMax-M3-0.5": {
|
|
3689
|
+
id: "MiniMax-M3",
|
|
3690
|
+
name: "MiniMax-M3-0.5",
|
|
3691
|
+
api: "anthropic-messages",
|
|
3692
|
+
provider: "minimax",
|
|
3693
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
3694
|
+
reasoning: true,
|
|
3695
|
+
input: ["text", "image"],
|
|
3696
|
+
cost: {
|
|
3697
|
+
input: 0.3,
|
|
3698
|
+
output: 1.2,
|
|
3699
|
+
cacheRead: 0.06,
|
|
3700
|
+
cacheWrite: 0
|
|
3701
|
+
},
|
|
3702
|
+
contextWindow: 5e5,
|
|
3703
|
+
maxTokens: 5e5
|
|
3687
3704
|
}
|
|
3688
3705
|
},
|
|
3689
3706
|
"minimax-cn": {
|
|
@@ -3771,6 +3788,23 @@ var MODELS = {
|
|
|
3771
3788
|
},
|
|
3772
3789
|
contextWindow: 1048576,
|
|
3773
3790
|
maxTokens: 512e3
|
|
3791
|
+
},
|
|
3792
|
+
"MiniMax-M3-0.5": {
|
|
3793
|
+
id: "MiniMax-M3",
|
|
3794
|
+
name: "MiniMax-M3-0.5",
|
|
3795
|
+
api: "anthropic-messages",
|
|
3796
|
+
provider: "minimax-cn",
|
|
3797
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
3798
|
+
reasoning: true,
|
|
3799
|
+
input: ["text", "image"],
|
|
3800
|
+
cost: {
|
|
3801
|
+
input: 0.3,
|
|
3802
|
+
output: 1.2,
|
|
3803
|
+
cacheRead: 0.06,
|
|
3804
|
+
cacheWrite: 0
|
|
3805
|
+
},
|
|
3806
|
+
contextWindow: 5e5,
|
|
3807
|
+
maxTokens: 5e5
|
|
3774
3808
|
}
|
|
3775
3809
|
},
|
|
3776
3810
|
"mistral": {
|
|
@@ -3509,6 +3509,23 @@ export declare const MODELS: {
|
|
|
3509
3509
|
contextWindow: number;
|
|
3510
3510
|
maxTokens: number;
|
|
3511
3511
|
};
|
|
3512
|
+
readonly "MiniMax-M3-0.5": {
|
|
3513
|
+
id: string;
|
|
3514
|
+
name: string;
|
|
3515
|
+
api: "anthropic-messages";
|
|
3516
|
+
provider: string;
|
|
3517
|
+
baseUrl: string;
|
|
3518
|
+
reasoning: true;
|
|
3519
|
+
input: ("text" | "image")[];
|
|
3520
|
+
cost: {
|
|
3521
|
+
input: number;
|
|
3522
|
+
output: number;
|
|
3523
|
+
cacheRead: number;
|
|
3524
|
+
cacheWrite: number;
|
|
3525
|
+
};
|
|
3526
|
+
contextWindow: number;
|
|
3527
|
+
maxTokens: number;
|
|
3528
|
+
};
|
|
3512
3529
|
};
|
|
3513
3530
|
readonly "minimax-cn": {
|
|
3514
3531
|
readonly "MiniMax-M2": {
|
|
@@ -3596,6 +3613,23 @@ export declare const MODELS: {
|
|
|
3596
3613
|
contextWindow: number;
|
|
3597
3614
|
maxTokens: number;
|
|
3598
3615
|
};
|
|
3616
|
+
readonly "MiniMax-M3-0.5": {
|
|
3617
|
+
id: string;
|
|
3618
|
+
name: string;
|
|
3619
|
+
api: "anthropic-messages";
|
|
3620
|
+
provider: string;
|
|
3621
|
+
baseUrl: string;
|
|
3622
|
+
reasoning: true;
|
|
3623
|
+
input: ("text" | "image")[];
|
|
3624
|
+
cost: {
|
|
3625
|
+
input: number;
|
|
3626
|
+
output: number;
|
|
3627
|
+
cacheRead: number;
|
|
3628
|
+
cacheWrite: number;
|
|
3629
|
+
};
|
|
3630
|
+
contextWindow: number;
|
|
3631
|
+
maxTokens: number;
|
|
3632
|
+
};
|
|
3599
3633
|
};
|
|
3600
3634
|
readonly mistral: {
|
|
3601
3635
|
readonly "codestral-latest": {
|