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-sonnet-4-6-Thinking", "name": "Claude Sonnet 4.6 Thinking" },
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.3-codex", "name": "GPT 5.3 Codex" },
35
- { "id": "gpt-5.2", "name": "GPT 5.2" }
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": 128000,
50
- "maxTokens": 32768,
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-opus-4-6`、`claude-opus-4-6-Thinking`、`claude-sonnet-4-6`、`claude-sonnet-4-6-Thinking`、`claude-haiku-4-5`
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymaxapi",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "跨平台 OpenClaw/Clawdbot 配置管理工具 - 管理中转地址、模型切换、API Keys、测速优化",
5
5
  "main": "bin/yymaxapi.js",
6
6
  "bin": {