File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,29 @@ import { AIChatModelCard } from '@/types/aiModel';
2
2
3
3
// https://platform.moonshot.cn/docs/pricing/chat
4
4
const moonshotChatModels : AIChatModelCard [ ] = [
5
+ {
6
+ abilities : {
7
+ functionCall : true ,
8
+ search : true ,
9
+ } ,
10
+ contextWindowTokens : 131_072 ,
11
+ description :
12
+ 'kimi-k2 是一款具备超强代码和 Agent 能力的 MoE 架构基础模型,总参数 1T,激活参数 32B。在通用知识推理、编程、数学、Agent 等主要类别的基准性能测试中,K2 模型的性能超过其他主流开源模型。' ,
13
+ displayName : 'Kimi K2' ,
14
+ enabled : true ,
15
+ id : 'kimi-k2-0711-preview' ,
16
+ pricing : {
17
+ cachedInput : 1 ,
18
+ currency : 'CNY' ,
19
+ input : 4 ,
20
+ output : 16 ,
21
+ } ,
22
+ releasedAt : '2025-07-11' ,
23
+ settings : {
24
+ searchImpl : 'params' ,
25
+ } ,
26
+ type : 'chat' ,
27
+ } ,
5
28
{
6
29
abilities : {
7
30
functionCall : true ,
@@ -17,7 +40,7 @@ const moonshotChatModels: AIChatModelCard[] = [
17
40
pricing : {
18
41
cachedInput : 1 ,
19
42
currency : 'CNY' ,
20
- input : 10 ,
43
+ input : 10 , // 128k 上下文时
21
44
output : 30 ,
22
45
} ,
23
46
releasedAt : '2025-02-17' ,
@@ -56,7 +79,7 @@ const moonshotChatModels: AIChatModelCard[] = [
56
79
id : 'moonshot-v1-auto' ,
57
80
pricing : {
58
81
currency : 'CNY' ,
59
- input : 10 ,
82
+ input : 10 , // 128k 上下文时
60
83
output : 30 ,
61
84
} ,
62
85
settings : {
You can’t perform that action at this time.
0 commit comments