yymaxapi 1.0.53 → 1.0.54
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.
|
@@ -24,15 +24,12 @@
|
|
|
24
24
|
],
|
|
25
25
|
"models": {
|
|
26
26
|
"claude": [
|
|
27
|
-
{ "id": "claude-opus-4-6", "name": "Claude Opus 4.6" },
|
|
28
|
-
{ "id": "claude-opus-4-6-Thinking", "name": "Claude Opus 4.6 Thinking" },
|
|
29
27
|
{ "id": "claude-sonnet-4-6", "name": "Claude Sonnet 4.6" },
|
|
30
|
-
{ "id": "claude-
|
|
31
|
-
{ "id": "claude-haiku-4-5", "name": "Claude Haiku 4.5" }
|
|
28
|
+
{ "id": "claude-opus-4-6", "name": "Claude Opus 4.6 (待恢复)" }
|
|
32
29
|
],
|
|
33
30
|
"codex": [
|
|
34
|
-
{ "id": "gpt-5.
|
|
35
|
-
{ "id": "gpt-5.
|
|
31
|
+
{ "id": "gpt-5.4", "name": "GPT 5.4" },
|
|
32
|
+
{ "id": "gpt-5.4-pro", "name": "GPT 5.4 Pro (待支持)" }
|
|
36
33
|
]
|
|
37
34
|
},
|
|
38
35
|
"apiConfig": {
|
|
@@ -46,8 +43,8 @@
|
|
|
46
43
|
"codex": {
|
|
47
44
|
"urlSuffix": "/codex",
|
|
48
45
|
"api": "openai-responses",
|
|
49
|
-
"contextWindow":
|
|
50
|
-
"maxTokens":
|
|
46
|
+
"contextWindow": 1050000,
|
|
47
|
+
"maxTokens": 128000,
|
|
51
48
|
"providerName": "yunyi"
|
|
52
49
|
}
|
|
53
50
|
}
|
|
@@ -89,6 +86,6 @@ npx yymaxapi@latest
|
|
|
89
86
|
|
|
90
87
|
**注意事项:**
|
|
91
88
|
- `base_url` 不要加 `/v1`,平台会自动拼接 `/v1/messages`
|
|
92
|
-
- 可用模型:`claude-
|
|
89
|
+
- 可用模型:`claude-sonnet-4-6`、`claude-opus-4-6`
|
|
93
90
|
- 已验证环境:腾讯云 OpenCloudOS,OpenClaw `2026.2.3-1`
|
|
94
91
|
- 参考文档:https://cloud.tencent.com/developer/article/2624003
|