icebear0828 Claude Opus 4.6 commited on
Commit
59d671c
·
1 Parent(s): 8874f52

docs: fix model removal scope — free only, not plus

Browse files

gpt-5.4/gpt-5.3-codex were removed for free accounts only,
plus and above accounts retain access.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (3) hide show
  1. CHANGELOG.md +1 -1
  2. README.md +1 -1
  3. README_EN.md +1 -1
CHANGELOG.md CHANGED
@@ -13,7 +13,7 @@
13
 
14
  ### Changed
15
 
16
- - 模型目录大幅更新:后端移除 free/plus 账号的 `gpt-5.4`、`gpt-5.3-codex` 全系列,新旗舰模型为 `gpt-5.2-codex`(`codex` 别名指向此模型)
17
  - 新增模型:`gpt-5.2`、`gpt-5.1-codex`、`gpt-5.1`、`gpt-5-codex`、`gpt-5`、`gpt-oss-120b`、`gpt-oss-20b`、`gpt-5-codex-mini`
18
  - 模型目录从 23 个静态模型精简为 11 个(匹配后端实际返回)
19
 
 
13
 
14
  ### Changed
15
 
16
+ - 模型目录大幅更新:后端移除 free 账号的 `gpt-5.4`、`gpt-5.3-codex` 全系列(plus 及以上仍可用),新旗舰模型为 `gpt-5.2-codex`(`codex` 别名指向此模型)
17
  - 新增模型:`gpt-5.2`、`gpt-5.1-codex`、`gpt-5.1`、`gpt-5-codex`、`gpt-5`、`gpt-oss-120b`、`gpt-oss-20b`、`gpt-5-codex-mini`
18
  - 模型目录从 23 个静态模型精简为 11 个(匹配后端实际返回)
19
 
README.md CHANGED
@@ -184,7 +184,7 @@ curl http://localhost:8080/v1/chat/completions \
184
  > **模型名后缀**:在任意模型名后追加 `-fast` 启用 Fast 模式,追加 `-high`/`-low` 等切换推理等级。
185
  > 例如:`codex-fast`、`gpt-5.2-codex-high-fast`。
186
  >
187
- > **注意**:`gpt-5.4`、`gpt-5.3-codex` 系列已从 free/plus 账号移除, business 账号可用。
188
  > 模型列表由后端动态获取,会自动同步最新可用模型。
189
 
190
  ## 🔗 客户端接入 (Client Setup)
 
184
  > **模型名后缀**:在任意模型名后追加 `-fast` 启用 Fast 模式,追加 `-high`/`-low` 等切换推理等级。
185
  > 例如:`codex-fast`、`gpt-5.2-codex-high-fast`。
186
  >
187
+ > **注意**:`gpt-5.4`、`gpt-5.3-codex` 系列已从 free 账号移除,plus 及以上账号使用。
188
  > 模型列表由后端动态获取,会自动同步最新可用模型。
189
 
190
  ## 🔗 客户端接入 (Client Setup)
README_EN.md CHANGED
@@ -184,7 +184,7 @@ curl http://localhost:8080/v1/chat/completions \
184
  > **Model name suffixes**: Append `-fast` to any model name to enable Fast mode, or `-high`/`-low` etc. to change reasoning effort.
185
  > Examples: `codex-fast`, `gpt-5.2-codex-high-fast`.
186
  >
187
- > **Note**: `gpt-5.4` and `gpt-5.3-codex` families have been removed for free/plus accounts. Only business accounts retain access.
188
  > Models are dynamically fetched from the backend and will automatically sync the latest available catalog.
189
 
190
  ## 🔗 Client Setup
 
184
  > **Model name suffixes**: Append `-fast` to any model name to enable Fast mode, or `-high`/`-low` etc. to change reasoning effort.
185
  > Examples: `codex-fast`, `gpt-5.2-codex-high-fast`.
186
  >
187
+ > **Note**: `gpt-5.4` and `gpt-5.3-codex` families have been removed for free accounts. Plus and above accounts retain access.
188
  > Models are dynamically fetched from the backend and will automatically sync the latest available catalog.
189
 
190
  ## 🔗 Client Setup