Skip to content

[Bug/错误]: codex接口需要增加gpt-5.4支持 #999

@cikichen

Description

@cikichen

Pre-submission Checklist / 提交前检查

  • I have searched the existing issues and this bug has not been reported / 我已搜索现有 issues,此 Bug 尚未被报告
  • I have read the documentation / 我已阅读文档
  • I am using the latest version of AxonHub / 我正在使用 AxonHub 的最新版本

Bug Description / Bug 描述

目前codex授权的渠道无法获取到5.4模型,接口是通过admin/graphql返回的

{
    "data": {
        "fetchModels": {
            "models": [
                {
                    "id": "gpt-5"
                },
                {
                    "id": "gpt-5-codex"
                },
                {
                    "id": "gpt-5-codex-mini"
                },
                {
                    "id": "gpt-5.1"
                },
                {
                    "id": "gpt-5.1-codex"
                },
                {
                    "id": "gpt-5.1-codex-mini"
                },
                {
                    "id": "gpt-5.1-codex-max"
                },
                {
                    "id": "gpt-5.2"
                },
                {
                    "id": "gpt-5.2-codex"
                },
                {
                    "id": "gpt-5.3-codex"
                }
            ],
            "error": null
        }
    }
}

Steps to Reproduce / 复现步骤

Image

Expected Behavior / 期望行为

获取到最新模型

Actual Behavior / 实际行为

无法获取最新模型

Operating System / 操作系统

Docker / Docker

AxonHub Version / AxonHub 版本

v0.9.13

Usage Scenario / 使用场景

Codex

API Format / API 格式

OpenAI - Responses (/v1/responses) / OpenAI Responses

Channel Type / 渠道类型

OpenAI / OpenAI

Logs / 日志

request:https://domain.com/admin/graphql
{
    "data": {
        "fetchModels": {
            "models": [
                {
                    "id": "gpt-5"
                },
                {
                    "id": "gpt-5-codex"
                },
                {
                    "id": "gpt-5-codex-mini"
                },
                {
                    "id": "gpt-5.1"
                },
                {
                    "id": "gpt-5.1-codex"
                },
                {
                    "id": "gpt-5.1-codex-mini"
                },
                {
                    "id": "gpt-5.1-codex-max"
                },
                {
                    "id": "gpt-5.2"
                },
                {
                    "id": "gpt-5.2-codex"
                },
                {
                    "id": "gpt-5.3-codex"
                }
            ],
            "error": null
        }
    }
}

Additional Context / 其他补充信息

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions