@phi-code-admin/phi-code 0.59.2 → 0.59.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,75 @@
1
+ {
2
+ "providers": {
3
+ "alibaba-codingplan": {
4
+ "baseUrl": "https://coding-intl.dashscope.aliyuncs.com/v1",
5
+ "api": "openai-completions",
6
+ "apiKey": "ALIBABA_CODING_PLAN_KEY",
7
+ "models": [
8
+ {
9
+ "id": "qwen3.5-plus",
10
+ "name": "Qwen 3.5 Plus",
11
+ "reasoning": true,
12
+ "input": ["text"],
13
+ "contextWindow": 131072,
14
+ "maxTokens": 16384
15
+ },
16
+ {
17
+ "id": "qwen3-max-2026-01-23",
18
+ "name": "Qwen 3 Max",
19
+ "reasoning": true,
20
+ "input": ["text"],
21
+ "contextWindow": 131072,
22
+ "maxTokens": 16384
23
+ },
24
+ {
25
+ "id": "qwen3-coder-plus",
26
+ "name": "Qwen 3 Coder Plus",
27
+ "reasoning": false,
28
+ "input": ["text"],
29
+ "contextWindow": 131072,
30
+ "maxTokens": 16384
31
+ },
32
+ {
33
+ "id": "qwen3-coder-next",
34
+ "name": "Qwen 3 Coder Next",
35
+ "reasoning": false,
36
+ "input": ["text"],
37
+ "contextWindow": 131072,
38
+ "maxTokens": 16384
39
+ },
40
+ {
41
+ "id": "kimi-k2.5",
42
+ "name": "Kimi K2.5",
43
+ "reasoning": true,
44
+ "input": ["text"],
45
+ "contextWindow": 131072,
46
+ "maxTokens": 16384
47
+ },
48
+ {
49
+ "id": "glm-5",
50
+ "name": "GLM 5",
51
+ "reasoning": false,
52
+ "input": ["text"],
53
+ "contextWindow": 131072,
54
+ "maxTokens": 16384
55
+ },
56
+ {
57
+ "id": "glm-4.7",
58
+ "name": "GLM 4.7",
59
+ "reasoning": false,
60
+ "input": ["text"],
61
+ "contextWindow": 131072,
62
+ "maxTokens": 16384
63
+ },
64
+ {
65
+ "id": "MiniMax-M2.5",
66
+ "name": "MiniMax M2.5",
67
+ "reasoning": false,
68
+ "input": ["text"],
69
+ "contextWindow": 131072,
70
+ "maxTokens": 16384
71
+ }
72
+ ]
73
+ }
74
+ }
75
+ }