File tree Expand file tree Collapse file tree
content/workers-ai-models Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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" : [
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" : {
You can’t perform that action at this time.
0 commit comments