forked from VicBilibily/GCMP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstreamlake.json
More file actions
66 lines (66 loc) · 3.51 KB
/
Copy pathstreamlake.json
File metadata and controls
66 lines (66 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"displayName": "StreamLake",
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/v1/endpoints",
"apiKeyTemplate": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"models": [
{
"id": "KAT-Coder-Pro-V2.5-Coding-Plan",
"name": "KAT-Coder-Pro-V2.5 (CodingPlan)",
"model": "kat-coder-pro-v2.5",
"sdkMode": "anthropic",
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/coding/kat-coder-pro-v2.5/claude-code-proxy",
"tooltip": "KAT-Coder-Pro V2.5 是一款能将完整 issue 或整段业务工作流直接交给它、在真实仓库中自主定位修改并跑通全流程的旗舰级 Agentic Coding 模型,同时通过多专家融合完整延续了 V2 的前端美学生成能力。",
"maxInputTokens": 192000,
"maxOutputTokens": 64000,
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "RMB": [5, 20, 1] }
},
{
"id": "KAT-Coder-Pro-V2.5",
"name": "KAT-Coder-Pro-V2.5 (PayGo)",
"model": "kat-coder-pro-v2.5",
"sdkMode": "anthropic",
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/v1/endpoints/kat-coder-pro-v2.5/claude-code-proxy",
"tooltip": "KAT-Coder-Pro V2.5 是一款能将完整 issue 或整段业务工作流直接交给它、在真实仓库中自主定位修改并跑通全流程的旗舰级 Agentic Coding 模型,同时通过多专家融合完整延续了 V2 的前端美学生成能力。",
"maxInputTokens": 192000,
"maxOutputTokens": 64000,
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "RMB": [5, 20, 1] }
},
{
"id": "KAT-Coder-Air-V2.5",
"name": "KAT-Coder-Air-V2.5 (PayGo)",
"model": "kat-coder-air-v2.5",
"sdkMode": "anthropic",
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/v1/endpoints/kat-coder-air-v2.5/claude-code-proxy",
"tooltip": "KAT-Coder-Air V2.5 是一款能轻量快速版,助力开发者高效编码的模型。",
"maxInputTokens": 192000,
"maxOutputTokens": 64000,
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "RMB": [1, 4, 0.2] }
},
{
"id": "KAT-Coder-Pro-V2-Coding-Plan",
"name": "KAT-Coder-Pro-V2 (CodingPlan)",
"model": "KAT-Coder-Pro-V2",
"sdkMode": "anthropic",
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/coding/kat-coder-pro-v2/claude-code-proxy",
"tooltip": "高性能版本,适用于复杂企业项目与SaaS集成。",
"maxInputTokens": 192000,
"maxOutputTokens": 64000,
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "RMB": [2.1, 8.4, 0.42] }
},
{
"id": "KAT-Coder-Pro-V2",
"name": "KAT-Coder-Pro-V2 (PayGo)",
"sdkMode": "anthropic",
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/v1/endpoints/kat-coder-pro-v2/claude-code-proxy",
"tooltip": "高性能版本,适用于复杂企业项目与SaaS集成。",
"maxInputTokens": 192000,
"maxOutputTokens": 64000,
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "RMB": [2.1, 8.4, 0.42] }
}
]
}