yymaxapi 1.0.90 → 1.0.91

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.
Files changed (2) hide show
  1. package/bin/yymaxapi.js +1 -1
  2. package/package.json +1 -1
package/bin/yymaxapi.js CHANGED
@@ -1939,7 +1939,7 @@ const YYMAXAPI_MANAGED_MAIN_NAMES = new Set(['Claude', 'claude', 'yunyi-claude',
1939
1939
  const YYMAXAPI_MANAGED_GPT_NAMES = new Set(['GPT', 'Codex', 'gpt', 'yunyi-gpt', 'yunyi-codex']);
1940
1940
  const YYMAXAPI_MANAGED_MULTIMODAL_MODELS = {
1941
1941
  claude: new Set(['claude-sonnet-4-6', 'claude-opus-4-6']),
1942
- codex: new Set(['gpt-5.4'])
1942
+ codex: new Set(['gpt-5.4', 'gpt-5.3-codex'])
1943
1943
  };
1944
1944
 
1945
1945
  function isYymaxapiOpenClawBuild() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymaxapi",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "跨平台 OpenClaw/Clawdbot 配置管理工具 - 管理中转地址、模型切换、API Keys、测速优化",
5
5
  "main": "bin/yymaxapi.js",
6
6
  "bin": {