@llmgateway/models 1.97.0 → 1.97.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/models/xiaomi.d.ts +7 -46
- package/dist/models/xiaomi.js +7 -55
- package/dist/models/xiaomi.js.map +1 -1
- package/dist/models.d.ts +7 -46
- package/package.json +1 -1
package/dist/models/xiaomi.d.ts
CHANGED
|
@@ -7,9 +7,9 @@ export declare const xiaomiModels: [{
|
|
|
7
7
|
readonly providers: [{
|
|
8
8
|
readonly providerId: "xiaomi";
|
|
9
9
|
readonly modelName: "mimo-v2.5-pro";
|
|
10
|
-
readonly inputPrice: "
|
|
11
|
-
readonly outputPrice: "
|
|
12
|
-
readonly cachedInputPrice: "0.
|
|
10
|
+
readonly inputPrice: "0.435e-6";
|
|
11
|
+
readonly outputPrice: "0.87e-6";
|
|
12
|
+
readonly cachedInputPrice: "0.087e-6";
|
|
13
13
|
readonly requestPrice: "0";
|
|
14
14
|
readonly contextSize: 1000000;
|
|
15
15
|
readonly maxOutput: 131072;
|
|
@@ -18,19 +18,6 @@ export declare const xiaomiModels: [{
|
|
|
18
18
|
readonly vision: false;
|
|
19
19
|
readonly tools: true;
|
|
20
20
|
readonly jsonOutput: true;
|
|
21
|
-
readonly pricingTiers: [{
|
|
22
|
-
readonly name: "256K";
|
|
23
|
-
readonly upToTokens: 256000;
|
|
24
|
-
readonly inputPrice: "1e-6";
|
|
25
|
-
readonly outputPrice: "3e-6";
|
|
26
|
-
readonly cachedInputPrice: "0.2e-6";
|
|
27
|
-
}, {
|
|
28
|
-
readonly name: "1M";
|
|
29
|
-
readonly upToTokens: 1000000;
|
|
30
|
-
readonly inputPrice: "2e-6";
|
|
31
|
-
readonly outputPrice: "6e-6";
|
|
32
|
-
readonly cachedInputPrice: "0.4e-6";
|
|
33
|
-
}];
|
|
34
21
|
}];
|
|
35
22
|
}, {
|
|
36
23
|
readonly id: "mimo-v2-pro";
|
|
@@ -52,19 +39,6 @@ export declare const xiaomiModels: [{
|
|
|
52
39
|
readonly vision: false;
|
|
53
40
|
readonly tools: true;
|
|
54
41
|
readonly jsonOutput: true;
|
|
55
|
-
readonly pricingTiers: [{
|
|
56
|
-
readonly name: "256K";
|
|
57
|
-
readonly upToTokens: 256000;
|
|
58
|
-
readonly inputPrice: "1e-6";
|
|
59
|
-
readonly outputPrice: "3e-6";
|
|
60
|
-
readonly cachedInputPrice: "0.2e-6";
|
|
61
|
-
}, {
|
|
62
|
-
readonly name: "1M";
|
|
63
|
-
readonly upToTokens: 1000000;
|
|
64
|
-
readonly inputPrice: "2e-6";
|
|
65
|
-
readonly outputPrice: "6e-6";
|
|
66
|
-
readonly cachedInputPrice: "0.4e-6";
|
|
67
|
-
}];
|
|
68
42
|
}];
|
|
69
43
|
}, {
|
|
70
44
|
readonly id: "mimo-v2.5";
|
|
@@ -75,9 +49,9 @@ export declare const xiaomiModels: [{
|
|
|
75
49
|
readonly providers: [{
|
|
76
50
|
readonly providerId: "xiaomi";
|
|
77
51
|
readonly modelName: "mimo-v2.5";
|
|
78
|
-
readonly inputPrice: "0.
|
|
79
|
-
readonly outputPrice: "
|
|
80
|
-
readonly cachedInputPrice: "0.
|
|
52
|
+
readonly inputPrice: "0.14e-6";
|
|
53
|
+
readonly outputPrice: "0.28e-6";
|
|
54
|
+
readonly cachedInputPrice: "0.028e-6";
|
|
81
55
|
readonly requestPrice: "0";
|
|
82
56
|
readonly contextSize: 1000000;
|
|
83
57
|
readonly maxOutput: 131072;
|
|
@@ -86,19 +60,6 @@ export declare const xiaomiModels: [{
|
|
|
86
60
|
readonly vision: true;
|
|
87
61
|
readonly tools: true;
|
|
88
62
|
readonly jsonOutput: true;
|
|
89
|
-
readonly pricingTiers: [{
|
|
90
|
-
readonly name: "256K";
|
|
91
|
-
readonly upToTokens: 256000;
|
|
92
|
-
readonly inputPrice: "0.4e-6";
|
|
93
|
-
readonly outputPrice: "2e-6";
|
|
94
|
-
readonly cachedInputPrice: "0.08e-6";
|
|
95
|
-
}, {
|
|
96
|
-
readonly name: "1M";
|
|
97
|
-
readonly upToTokens: 1000000;
|
|
98
|
-
readonly inputPrice: "0.8e-6";
|
|
99
|
-
readonly outputPrice: "4e-6";
|
|
100
|
-
readonly cachedInputPrice: "0.16e-6";
|
|
101
|
-
}];
|
|
102
63
|
}];
|
|
103
64
|
}, {
|
|
104
65
|
readonly id: "mimo-v2-omni";
|
|
@@ -132,7 +93,7 @@ export declare const xiaomiModels: [{
|
|
|
132
93
|
readonly modelName: "mimo-v2-flash";
|
|
133
94
|
readonly inputPrice: "0.1e-6";
|
|
134
95
|
readonly outputPrice: "0.3e-6";
|
|
135
|
-
readonly cachedInputPrice: "0.
|
|
96
|
+
readonly cachedInputPrice: "0.02e-6";
|
|
136
97
|
readonly requestPrice: "0";
|
|
137
98
|
readonly contextSize: 256000;
|
|
138
99
|
readonly maxOutput: undefined;
|
package/dist/models/xiaomi.js
CHANGED
|
@@ -9,9 +9,9 @@ export const xiaomiModels = [
|
|
|
9
9
|
{
|
|
10
10
|
providerId: "xiaomi",
|
|
11
11
|
modelName: "mimo-v2.5-pro",
|
|
12
|
-
inputPrice: "
|
|
13
|
-
outputPrice: "
|
|
14
|
-
cachedInputPrice: "0.
|
|
12
|
+
inputPrice: "0.435e-6",
|
|
13
|
+
outputPrice: "0.87e-6",
|
|
14
|
+
cachedInputPrice: "0.087e-6",
|
|
15
15
|
requestPrice: "0",
|
|
16
16
|
contextSize: 1000000,
|
|
17
17
|
maxOutput: 131072,
|
|
@@ -20,22 +20,6 @@ export const xiaomiModels = [
|
|
|
20
20
|
vision: false,
|
|
21
21
|
tools: true,
|
|
22
22
|
jsonOutput: true,
|
|
23
|
-
pricingTiers: [
|
|
24
|
-
{
|
|
25
|
-
name: "256K",
|
|
26
|
-
upToTokens: 256000,
|
|
27
|
-
inputPrice: "1e-6",
|
|
28
|
-
outputPrice: "3e-6",
|
|
29
|
-
cachedInputPrice: "0.2e-6",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
name: "1M",
|
|
33
|
-
upToTokens: 1000000,
|
|
34
|
-
inputPrice: "2e-6",
|
|
35
|
-
outputPrice: "6e-6",
|
|
36
|
-
cachedInputPrice: "0.4e-6",
|
|
37
|
-
},
|
|
38
|
-
],
|
|
39
23
|
},
|
|
40
24
|
],
|
|
41
25
|
},
|
|
@@ -60,22 +44,6 @@ export const xiaomiModels = [
|
|
|
60
44
|
vision: false,
|
|
61
45
|
tools: true,
|
|
62
46
|
jsonOutput: true,
|
|
63
|
-
pricingTiers: [
|
|
64
|
-
{
|
|
65
|
-
name: "256K",
|
|
66
|
-
upToTokens: 256000,
|
|
67
|
-
inputPrice: "1e-6",
|
|
68
|
-
outputPrice: "3e-6",
|
|
69
|
-
cachedInputPrice: "0.2e-6",
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
name: "1M",
|
|
73
|
-
upToTokens: 1000000,
|
|
74
|
-
inputPrice: "2e-6",
|
|
75
|
-
outputPrice: "6e-6",
|
|
76
|
-
cachedInputPrice: "0.4e-6",
|
|
77
|
-
},
|
|
78
|
-
],
|
|
79
47
|
},
|
|
80
48
|
],
|
|
81
49
|
},
|
|
@@ -89,9 +57,9 @@ export const xiaomiModels = [
|
|
|
89
57
|
{
|
|
90
58
|
providerId: "xiaomi",
|
|
91
59
|
modelName: "mimo-v2.5",
|
|
92
|
-
inputPrice: "0.
|
|
93
|
-
outputPrice: "
|
|
94
|
-
cachedInputPrice: "0.
|
|
60
|
+
inputPrice: "0.14e-6",
|
|
61
|
+
outputPrice: "0.28e-6",
|
|
62
|
+
cachedInputPrice: "0.028e-6",
|
|
95
63
|
requestPrice: "0",
|
|
96
64
|
contextSize: 1000000,
|
|
97
65
|
maxOutput: 131072,
|
|
@@ -100,22 +68,6 @@ export const xiaomiModels = [
|
|
|
100
68
|
vision: true,
|
|
101
69
|
tools: true,
|
|
102
70
|
jsonOutput: true,
|
|
103
|
-
pricingTiers: [
|
|
104
|
-
{
|
|
105
|
-
name: "256K",
|
|
106
|
-
upToTokens: 256000,
|
|
107
|
-
inputPrice: "0.4e-6",
|
|
108
|
-
outputPrice: "2e-6",
|
|
109
|
-
cachedInputPrice: "0.08e-6",
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
name: "1M",
|
|
113
|
-
upToTokens: 1000000,
|
|
114
|
-
inputPrice: "0.8e-6",
|
|
115
|
-
outputPrice: "4e-6",
|
|
116
|
-
cachedInputPrice: "0.16e-6",
|
|
117
|
-
},
|
|
118
|
-
],
|
|
119
71
|
},
|
|
120
72
|
],
|
|
121
73
|
},
|
|
@@ -155,7 +107,7 @@ export const xiaomiModels = [
|
|
|
155
107
|
modelName: "mimo-v2-flash",
|
|
156
108
|
inputPrice: "0.1e-6",
|
|
157
109
|
outputPrice: "0.3e-6",
|
|
158
|
-
cachedInputPrice: "0.
|
|
110
|
+
cachedInputPrice: "0.02e-6",
|
|
159
111
|
requestPrice: "0",
|
|
160
112
|
contextSize: 256000,
|
|
161
113
|
maxOutput: undefined,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"xiaomi.js","sourceRoot":"","sources":["../../src/models/xiaomi.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC3B;QACC,EAAE,EAAE,eAAe;QACnB,IAAI,EAAE,eAAe;QACrB,WAAW,EACV,8KAA8K;QAC/K,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,QAAiB;gBAC7B,SAAS,EAAE,eAAe;gBAC1B,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"xiaomi.js","sourceRoot":"","sources":["../../src/models/xiaomi.ts"],"names":[],"mappings":"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"}
|
package/dist/models.d.ts
CHANGED
|
@@ -5505,9 +5505,9 @@ export declare const models: [{
|
|
|
5505
5505
|
readonly providers: [{
|
|
5506
5506
|
readonly providerId: "xiaomi";
|
|
5507
5507
|
readonly modelName: "mimo-v2.5-pro";
|
|
5508
|
-
readonly inputPrice: "
|
|
5509
|
-
readonly outputPrice: "
|
|
5510
|
-
readonly cachedInputPrice: "0.
|
|
5508
|
+
readonly inputPrice: "0.435e-6";
|
|
5509
|
+
readonly outputPrice: "0.87e-6";
|
|
5510
|
+
readonly cachedInputPrice: "0.087e-6";
|
|
5511
5511
|
readonly requestPrice: "0";
|
|
5512
5512
|
readonly contextSize: 1000000;
|
|
5513
5513
|
readonly maxOutput: 131072;
|
|
@@ -5516,19 +5516,6 @@ export declare const models: [{
|
|
|
5516
5516
|
readonly vision: false;
|
|
5517
5517
|
readonly tools: true;
|
|
5518
5518
|
readonly jsonOutput: true;
|
|
5519
|
-
readonly pricingTiers: [{
|
|
5520
|
-
readonly name: "256K";
|
|
5521
|
-
readonly upToTokens: 256000;
|
|
5522
|
-
readonly inputPrice: "1e-6";
|
|
5523
|
-
readonly outputPrice: "3e-6";
|
|
5524
|
-
readonly cachedInputPrice: "0.2e-6";
|
|
5525
|
-
}, {
|
|
5526
|
-
readonly name: "1M";
|
|
5527
|
-
readonly upToTokens: 1000000;
|
|
5528
|
-
readonly inputPrice: "2e-6";
|
|
5529
|
-
readonly outputPrice: "6e-6";
|
|
5530
|
-
readonly cachedInputPrice: "0.4e-6";
|
|
5531
|
-
}];
|
|
5532
5519
|
}];
|
|
5533
5520
|
}, {
|
|
5534
5521
|
readonly id: "mimo-v2-pro";
|
|
@@ -5550,19 +5537,6 @@ export declare const models: [{
|
|
|
5550
5537
|
readonly vision: false;
|
|
5551
5538
|
readonly tools: true;
|
|
5552
5539
|
readonly jsonOutput: true;
|
|
5553
|
-
readonly pricingTiers: [{
|
|
5554
|
-
readonly name: "256K";
|
|
5555
|
-
readonly upToTokens: 256000;
|
|
5556
|
-
readonly inputPrice: "1e-6";
|
|
5557
|
-
readonly outputPrice: "3e-6";
|
|
5558
|
-
readonly cachedInputPrice: "0.2e-6";
|
|
5559
|
-
}, {
|
|
5560
|
-
readonly name: "1M";
|
|
5561
|
-
readonly upToTokens: 1000000;
|
|
5562
|
-
readonly inputPrice: "2e-6";
|
|
5563
|
-
readonly outputPrice: "6e-6";
|
|
5564
|
-
readonly cachedInputPrice: "0.4e-6";
|
|
5565
|
-
}];
|
|
5566
5540
|
}];
|
|
5567
5541
|
}, {
|
|
5568
5542
|
readonly id: "mimo-v2.5";
|
|
@@ -5573,9 +5547,9 @@ export declare const models: [{
|
|
|
5573
5547
|
readonly providers: [{
|
|
5574
5548
|
readonly providerId: "xiaomi";
|
|
5575
5549
|
readonly modelName: "mimo-v2.5";
|
|
5576
|
-
readonly inputPrice: "0.
|
|
5577
|
-
readonly outputPrice: "
|
|
5578
|
-
readonly cachedInputPrice: "0.
|
|
5550
|
+
readonly inputPrice: "0.14e-6";
|
|
5551
|
+
readonly outputPrice: "0.28e-6";
|
|
5552
|
+
readonly cachedInputPrice: "0.028e-6";
|
|
5579
5553
|
readonly requestPrice: "0";
|
|
5580
5554
|
readonly contextSize: 1000000;
|
|
5581
5555
|
readonly maxOutput: 131072;
|
|
@@ -5584,19 +5558,6 @@ export declare const models: [{
|
|
|
5584
5558
|
readonly vision: true;
|
|
5585
5559
|
readonly tools: true;
|
|
5586
5560
|
readonly jsonOutput: true;
|
|
5587
|
-
readonly pricingTiers: [{
|
|
5588
|
-
readonly name: "256K";
|
|
5589
|
-
readonly upToTokens: 256000;
|
|
5590
|
-
readonly inputPrice: "0.4e-6";
|
|
5591
|
-
readonly outputPrice: "2e-6";
|
|
5592
|
-
readonly cachedInputPrice: "0.08e-6";
|
|
5593
|
-
}, {
|
|
5594
|
-
readonly name: "1M";
|
|
5595
|
-
readonly upToTokens: 1000000;
|
|
5596
|
-
readonly inputPrice: "0.8e-6";
|
|
5597
|
-
readonly outputPrice: "4e-6";
|
|
5598
|
-
readonly cachedInputPrice: "0.16e-6";
|
|
5599
|
-
}];
|
|
5600
5561
|
}];
|
|
5601
5562
|
}, {
|
|
5602
5563
|
readonly id: "mimo-v2-omni";
|
|
@@ -5630,7 +5591,7 @@ export declare const models: [{
|
|
|
5630
5591
|
readonly modelName: "mimo-v2-flash";
|
|
5631
5592
|
readonly inputPrice: "0.1e-6";
|
|
5632
5593
|
readonly outputPrice: "0.3e-6";
|
|
5633
|
-
readonly cachedInputPrice: "0.
|
|
5594
|
+
readonly cachedInputPrice: "0.02e-6";
|
|
5634
5595
|
readonly requestPrice: "0";
|
|
5635
5596
|
readonly contextSize: 256000;
|
|
5636
5597
|
readonly maxOutput: undefined;
|