Skip to content

Commit 00ff2de

Browse files
committed
fix(providers): complete Kimi and Token Plan catalogs
1 parent deeaa71 commit 00ff2de

3 files changed

Lines changed: 95 additions & 241 deletions

File tree

src/qwenpaw/providers/data/model_capabilities.json

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": 1,
3-
"catalog_version": "2026.07.29",
4-
"published_at": "2026-07-29T00:00:00Z",
3+
"catalog_version": "2026.08.25",
4+
"published_at": "2026-08-25T00:00:00Z",
55
"capabilities": [
66
{
77
"provider_id": "modelscope",
@@ -139,6 +139,22 @@
139139
"doc_url": "https://help.aliyun.com/en/model-studio/qwen3-8-max",
140140
"note": "Qwen3.8-Max supports image and video input"
141141
},
142+
{
143+
"provider_id": "aliyun-tokenplan",
144+
"model_id": "kimi-k2.7-code",
145+
"expected_image": true,
146+
"expected_video": true,
147+
"doc_url": "https://help.aliyun.com/zh/model-studio/token-plan-team-overview",
148+
"note": "Kimi K2.7 Code supports vision input"
149+
},
150+
{
151+
"provider_id": "aliyun-tokenplan-intl",
152+
"model_id": "kimi-k2.7-code",
153+
"expected_image": true,
154+
"expected_video": true,
155+
"doc_url": "https://help.aliyun.com/en/model-studio/token-plan-team-overview",
156+
"note": "Kimi K2.7 Code supports vision input"
157+
},
142158
{
143159
"provider_id": "aliyun-tokenplan",
144160
"model_id": "qwen3.6-plus",
@@ -467,6 +483,22 @@
467483
"doc_url": "https://platform.kimi.com/docs/models",
468484
"note": "Kimi K3 supports image and video input"
469485
},
486+
{
487+
"provider_id": "kimi-cn",
488+
"model_id": "kimi-k2.7-code",
489+
"expected_image": true,
490+
"expected_video": true,
491+
"doc_url": "https://platform.kimi.com/docs/guide/kimi-k2-7-code-quickstart",
492+
"note": "Kimi K2.7 Code supports image and video input"
493+
},
494+
{
495+
"provider_id": "kimi-cn",
496+
"model_id": "kimi-k2.7-code-highspeed",
497+
"expected_image": true,
498+
"expected_video": true,
499+
"doc_url": "https://platform.kimi.com/docs/guide/kimi-k2-7-code-quickstart",
500+
"note": "Kimi K2.7 Code Highspeed supports image and video input"
501+
},
470502
{
471503
"provider_id": "kimi-cn",
472504
"model_id": "kimi-k2.6",
@@ -491,6 +523,22 @@
491523
"doc_url": "https://platform.kimi.ai/docs/models",
492524
"note": "Kimi K3 supports image and video input"
493525
},
526+
{
527+
"provider_id": "kimi-intl",
528+
"model_id": "kimi-k2.7-code",
529+
"expected_image": true,
530+
"expected_video": true,
531+
"doc_url": "https://platform.kimi.ai/docs/guide/kimi-k2-7-code-quickstart",
532+
"note": "Kimi K2.7 Code supports image and video input"
533+
},
534+
{
535+
"provider_id": "kimi-intl",
536+
"model_id": "kimi-k2.7-code-highspeed",
537+
"expected_image": true,
538+
"expected_video": true,
539+
"doc_url": "https://platform.kimi.ai/docs/guide/kimi-k2-7-code-quickstart",
540+
"note": "Kimi K2.7 Code Highspeed supports image and video input"
541+
},
494542
{
495543
"provider_id": "kimi-intl",
496544
"model_id": "kimi-k2.6",

0 commit comments

Comments
 (0)