Skip to content

Commit 8e330ae

Browse files
committed
feat(auto): update models
1 parent 00de45d commit 8e330ae

2 files changed

Lines changed: 42 additions & 42 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "silo",
33
"private": true,
4-
"version": "1.8.13",
4+
"version": "1.8.14",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/data/chat-models.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,70 @@
11
[
22
{
3-
"id": "Pro/deepseek-ai/DeepSeek-V3.2-Exp",
3+
"id": "Pro/deepseek-ai/DeepSeek-V3.2",
44
"series": "deepseek-ai",
55
"icon": "DeepSeek.svg",
66
"size": 671,
77
"levels": [
88
{
9-
"TPM": 5000000
9+
"TPM": 2000000
1010
},
1111
{
12-
"TPM": 5000000
12+
"TPM": 2000000
1313
},
1414
{
15-
"TPM": 5000000
15+
"TPM": 2000000
1616
},
1717
{
18-
"TPM": 5000000
18+
"TPM": 2000000
1919
},
2020
{
21-
"TPM": 5000000
21+
"TPM": 2000000
2222
},
2323
{
24-
"TPM": 5000000
24+
"TPM": 2000000
2525
}
2626
],
2727
"length": 160,
28-
"name": "DeepSeek-V3.2-Exp (Pro)",
28+
"name": "DeepSeek-V3.2 (Pro)",
2929
"priceIn": 2,
3030
"priceOut": 3,
3131
"price": 3,
3232
"vision": 0,
3333
"noGift": 1
3434
},
35+
{
36+
"id": "Pro/moonshotai/Kimi-K2-Thinking",
37+
"series": "moonshotai",
38+
"icon": "moonshotai_new.png",
39+
"size": 1000,
40+
"levels": [
41+
{
42+
"TPM": 2000000
43+
},
44+
{
45+
"TPM": 2000000
46+
},
47+
{
48+
"TPM": 2000000
49+
},
50+
{
51+
"TPM": 2000000
52+
},
53+
{
54+
"TPM": 2000000
55+
},
56+
{
57+
"TPM": 2000000
58+
}
59+
],
60+
"length": 256,
61+
"name": "Kimi-K2-Thinking (Pro)",
62+
"priceIn": 4,
63+
"priceOut": 16,
64+
"price": 16,
65+
"vision": 0,
66+
"noGift": 1
67+
},
3568
{
3669
"id": "deepseek-ai/DeepSeek-V3.2-Exp",
3770
"series": "deepseek-ai",
@@ -197,39 +230,6 @@
197230
"vision": 0,
198231
"noGift": 0
199232
},
200-
{
201-
"id": "moonshotai/Kimi-K2-Thinking-Turbo",
202-
"series": "moonshotai",
203-
"icon": "moonshotai_new.png",
204-
"size": 1000,
205-
"levels": [
206-
{
207-
"TPM": 2000000
208-
},
209-
{
210-
"TPM": 2000000
211-
},
212-
{
213-
"TPM": 2000000
214-
},
215-
{
216-
"TPM": 2000000
217-
},
218-
{
219-
"TPM": 2000000
220-
},
221-
{
222-
"TPM": 2000000
223-
}
224-
],
225-
"length": 256,
226-
"name": "Kimi-K2-Thinking (Turbo)",
227-
"priceIn": 8,
228-
"priceOut": 32,
229-
"price": 32,
230-
"vision": 0,
231-
"noGift": 1
232-
},
233233
{
234234
"id": "moonshotai/Kimi-K2-Thinking",
235235
"series": "moonshotai",

0 commit comments

Comments
 (0)