yymaxapi 1.0.75 → 1.0.76

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.
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "codex": {
44
44
  "urlSuffix": "/codex",
45
- "api": "openai-responses",
45
+ "api": "openai-completions",
46
46
  "contextWindow": 1050000,
47
47
  "maxTokens": 128000,
48
48
  "providerName": "yunyi"
@@ -92,7 +92,7 @@ npx yymaxapi@latest
92
92
  {
93
93
  "provider": "openai",
94
94
  "base_url": "https://yunyi.rdzhvip.com/codex",
95
- "api": "openai-responses",
95
+ "api": "openai-completions",
96
96
  "api_key": "<你的云翼 API Key>",
97
97
  "model": {
98
98
  "id": "gpt-5.4",
@@ -137,7 +137,7 @@ npx yymaxapi@latest
137
137
  {
138
138
  "provider": "openai",
139
139
  "base_url": "https://yunyi.rdzhvip.com/codex",
140
- "api": "openai-responses",
140
+ "api": "openai-completions",
141
141
  "api_key": "<你的云翼 API Key>",
142
142
  "model": {
143
143
  "id": "gpt-5.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymaxapi",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "跨平台 OpenClaw/Clawdbot 配置管理工具 - 管理中转地址、模型切换、API Keys、测速优化",
5
5
  "main": "bin/yymaxapi.js",
6
6
  "bin": {