Skip to content

Commit 7935b5d

Browse files
authored
[Workers AI] Remove batch support from Kimi K2.5 and pin K2.6 (#30286)
1 parent 3f765ff commit 7935b5d

2 files changed

Lines changed: 22 additions & 18 deletions

File tree

‎src/components/ModelCatalog.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const ModelCatalog = ({
3434

3535
// List of model names to pin at the top
3636
const pinnedModelNames = [
37-
"@cf/moonshotai/kimi-k2.5",
37+
"@cf/moonshotai/kimi-k2.6",
3838
"@cf/zai-org/glm-4.7-flash",
3939
"@cf/openai/gpt-oss-120b",
4040
"@cf/meta/llama-4-scout-17b-16e-instruct",

‎src/content/workers-ai-models/kimi-k2.5.json‎

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,12 @@
1313
"properties": [
1414
{
1515
"property_id": "async_queue",
16-
"value": "true"
16+
"value": "false"
1717
},
1818
{
1919
"property_id": "context_window",
2020
"value": "256000"
2121
},
22-
{
23-
"property_id": "function_calling",
24-
"value": "true"
25-
},
26-
{
27-
"property_id": "reasoning",
28-
"value": "true"
29-
},
30-
{
31-
"property_id": "vision",
32-
"value": "true"
33-
},
3422
{
3523
"property_id": "price",
3624
"value": [
@@ -40,16 +28,32 @@
4028
"currency": "USD"
4129
},
4230
{
43-
"unit": "per M cached input tokens",
44-
"price": 0.1,
31+
"unit": "per M output tokens",
32+
"price": 3,
4533
"currency": "USD"
4634
},
4735
{
48-
"unit": "per M output tokens",
49-
"price": 3.0,
36+
"unit": "per M cached input tokens",
37+
"price": 0.1,
5038
"currency": "USD"
5139
}
5240
]
41+
},
42+
{
43+
"property_id": "function_calling",
44+
"value": "true"
45+
},
46+
{
47+
"property_id": "reasoning",
48+
"value": "true"
49+
},
50+
{
51+
"property_id": "terms",
52+
"value": "https://github.com/MoonshotAI/Kimi-K2.5/blob/master/LICENSE"
53+
},
54+
{
55+
"property_id": "vision",
56+
"value": "true"
5357
}
5458
],
5559
"schema": {

0 commit comments

Comments
 (0)