graph TD A["GPT-5.4 基座模型"] --> B["GPT-5.4 标准版"] A --> C["GPT-5.4 Thinking"] A --> D["GPT-5.4 Pro"] B --> B1["日常专业工作"] B --> B2["API 调用"] C --> C1["展示推理过程"] C --> C2["复杂问题求解"] D --> D1["极限推理深度"] D --> D2["科研/金融级任务"] style A fill:#10a37f,stroke:#fff,color:#fff style B fill:#1a7f64,stroke:#fff,color:#fff style C fill:#1a7f64,stroke:#fff,color:#fff style D fill:#1a7f64,stroke:#fff,color:#fff