罗季安 (@ridion)为什么v1/responses会将gpt-5.3-codex变成gpt 5.4吗? 中发帖

我最近使用无论sub2api或cpa,通过v1/responses调用gpt-5.3-codex,返回的model全是gpt 5.4,几个号都这样。有人知道是为什么 😴 
一个测试,发的是gpt-5.3-codex。 
{
  "id": "resp_0df26f7ec260e28b0169fae8d0aef88194a1...",
  "object": "response",
  "status": "completed",
  "model": "gpt-5.4",
  "output": [{
    "type": "message",
    "role": "assistant",
    "content": [{
      "type": "output_text",
      "text": "我是 OpenAI 的 GPT-4 系列模型(通过 API 提供服务的对...
 
 
Back to Top