{
  "generatedAt": "2026-04-03T06:33:59.268Z",
  "configPath": "/root/.openclaw/openclaw.json",
  "excludedProviders": [
    "openrouter"
  ],
  "timeoutMs": 15000,
  "total": 11,
  "alive": 2,
  "dead": 9,
  "models": [
    {
      "provider": "kimi-coding",
      "model": "k2p5",
      "displayName": "Kimi for Coding",
      "api": "anthropic-messages",
      "baseUrl": "https://api.kimi.com/coding/",
      "apiKeyMasked": "sk-kim...Vt7d",
      "skipped": false,
      "alive": false,
      "reason": "401 Unauthorized",
      "attempts": [
        {
          "endpointType": "anthropic-messages",
          "url": "https://api.kimi.com/coding/v1/messages",
          "body": {
            "model": "k2p5",
            "max_tokens": 8,
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ]
          },
          "response": {
            "ok": false,
            "status": 401,
            "statusText": "Unauthorized",
            "elapsedMs": 290,
            "headers": {
              "cf-cache-status": "DYNAMIC",
              "cf-ray": "9e660b6b282ffe03-SIN",
              "connection": "keep-alive",
              "content-length": "169",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:55 GMT",
              "server": "cloudflare",
              "set-cookie": "__cf_bm=ifwpWwBBtXzp8nmBYy_GBJbdTTG2GTo3nBKpxJqRPw4-1775198035.7024703-1.0.1.1-_K4wMPHsPk1ylcZoWUA0N0LjAg6in.GSdAF5owkoOkjq4p5kJZmDitIkUk2RiBl540xRCBZ9CXCXEHOR9_H.CA9jHhLD8lWzaV_z3DyXREC.tQ4BXb8IHSl9O_0FgV8J; HttpOnly; Secure; Path=/; Domain=kimi.com; Expires=Fri, 03 Apr 2026 07:03:55 GMT",
              "strict-transport-security": "max-age=31536000; includeSubDomains"
            },
            "bodyText": "{\"error\":{\"type\":\"authentication_error\",\"message\":\"The API Key appears to be invalid or may have expired. Please verify your credentials and try again.\"},\"type\":\"error\"}",
            "bodyJson": {
              "error": {
                "type": "authentication_error",
                "message": "The API Key appears to be invalid or may have expired. Please verify your credentials and try again."
              },
              "type": "error"
            }
          }
        }
      ],
      "method": "anthropic-messages"
    },
    {
      "provider": "glm",
      "model": "GLM-5",
      "displayName": "GLM-5",
      "api": "openai-completions",
      "baseUrl": "https://open.bigmodel.cn/api/paas/v4",
      "apiKeyMasked": "4ec1b2...zRD9",
      "skipped": false,
      "alive": false,
      "reason": "404 Not Found",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://open.bigmodel.cn/api/paas/v4/chat/completions",
          "body": {
            "model": "GLM-5",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 429,
            "statusText": "Too Many Requests",
            "elapsedMs": 145,
            "headers": {
              "connection": "keep-alive",
              "content-type": "application/json; charset=UTF-8",
              "date": "Fri, 03 Apr 2026 06:33:56 GMT",
              "server": "ZenZGA/2.4",
              "set-cookie": "acw_tc=3ccdc16d17751980359842901ee5cf567e321373c76db7c16a9b5ec377e091;path=/;HttpOnly;Max-Age=1800",
              "strict-transport-security": "max-age=31536000; includeSubDomains",
              "transfer-encoding": "chunked",
              "vary": "Origin, Access-Control-Request-Method, Access-Control-Request-Headers, Origin, Access-Control-Request-Method, Access-Control-Request-Headers",
              "x-log-id": "202604031433551b6947d57c9249ab"
            },
            "bodyText": "{\"error\":{\"code\":\"1113\",\"message\":\"余额不足或无可用资源包,请充值。\"}}",
            "bodyJson": {
              "error": {
                "code": "1113",
                "message": "余额不足或无可用资源包,请充值。"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://open.bigmodel.cn/api/paas/v4/responses",
          "body": {
            "model": "GLM-5",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 404,
            "statusText": "Not Found",
            "elapsedMs": 108,
            "headers": {
              "connection": "keep-alive",
              "content-encoding": "gzip",
              "content-type": "application/json; charset=UTF-8",
              "date": "Fri, 03 Apr 2026 06:33:56 GMT",
              "server": "ZenZGA/2.4",
              "set-cookie": "acw_tc=276077e617751980361271526e2127f5ad6ef27c27cf7d4491f558f849a835;path=/;HttpOnly;Max-Age=1800",
              "strict-transport-security": "max-age=31536000; includeSubDomains",
              "transfer-encoding": "chunked",
              "vary": "Accept-Encoding, Origin, Access-Control-Request-Method, Access-Control-Request-Headers, Origin, Access-Control-Request-Method, Access-Control-Request-Headers",
              "x-log-id": "202604031433564c3aea52ca274c51"
            },
            "bodyText": "{\"timestamp\":\"2026-04-03T06:33:56.154+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/v4/responses\"}",
            "bodyJson": {
              "timestamp": "2026-04-03T06:33:56.154+00:00",
              "status": 404,
              "error": "Not Found",
              "path": "/v4/responses"
            }
          }
        }
      ]
    },
    {
      "provider": "glm",
      "model": "GLM-4.7",
      "displayName": "GLM-4.7",
      "api": "openai-completions",
      "baseUrl": "https://open.bigmodel.cn/api/paas/v4",
      "apiKeyMasked": "4ec1b2...zRD9",
      "skipped": false,
      "alive": false,
      "reason": "404 Not Found",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://open.bigmodel.cn/api/paas/v4/chat/completions",
          "body": {
            "model": "GLM-4.7",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 429,
            "statusText": "Too Many Requests",
            "elapsedMs": 139,
            "headers": {
              "connection": "keep-alive",
              "content-type": "application/json; charset=UTF-8",
              "date": "Fri, 03 Apr 2026 06:33:56 GMT",
              "server": "ZenZGA/2.4",
              "set-cookie": "acw_tc=3ccdc16d17751980362302915ee5cfce0a0d40457b069afbdd16cc47dc45b8;path=/;HttpOnly;Max-Age=1800",
              "strict-transport-security": "max-age=31536000; includeSubDomains",
              "transfer-encoding": "chunked",
              "vary": "Origin, Access-Control-Request-Method, Access-Control-Request-Headers, Origin, Access-Control-Request-Method, Access-Control-Request-Headers",
              "x-log-id": "202604031433565d9446f858d74653"
            },
            "bodyText": "{\"error\":{\"code\":\"1113\",\"message\":\"余额不足或无可用资源包,请充值。\"}}",
            "bodyJson": {
              "error": {
                "code": "1113",
                "message": "余额不足或无可用资源包,请充值。"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://open.bigmodel.cn/api/paas/v4/responses",
          "body": {
            "model": "GLM-4.7",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 404,
            "statusText": "Not Found",
            "elapsedMs": 98,
            "headers": {
              "connection": "keep-alive",
              "content-encoding": "gzip",
              "content-type": "application/json; charset=UTF-8",
              "date": "Fri, 03 Apr 2026 06:33:56 GMT",
              "server": "ZenZGA/2.4",
              "set-cookie": "acw_tc=2760777817751980363683228ebebebe698b8ce8d87cbfb62094ce6ab6dae0;path=/;HttpOnly;Max-Age=1800",
              "strict-transport-security": "max-age=31536000; includeSubDomains",
              "transfer-encoding": "chunked",
              "vary": "Accept-Encoding, Origin, Access-Control-Request-Method, Access-Control-Request-Headers, Origin, Access-Control-Request-Method, Access-Control-Request-Headers",
              "x-log-id": "202604031433569e70b248159a4379"
            },
            "bodyText": "{\"timestamp\":\"2026-04-03T06:33:56.388+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/v4/responses\"}",
            "bodyJson": {
              "timestamp": "2026-04-03T06:33:56.388+00:00",
              "status": 404,
              "error": "Not Found",
              "path": "/v4/responses"
            }
          }
        }
      ]
    },
    {
      "provider": "glm",
      "model": "GLM-4.6",
      "displayName": "GLM-4.6",
      "api": "openai-completions",
      "baseUrl": "https://open.bigmodel.cn/api/paas/v4",
      "apiKeyMasked": "4ec1b2...zRD9",
      "skipped": false,
      "alive": false,
      "reason": "404 Not Found",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://open.bigmodel.cn/api/paas/v4/chat/completions",
          "body": {
            "model": "GLM-4.6",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 429,
            "statusText": "Too Many Requests",
            "elapsedMs": 127,
            "headers": {
              "connection": "keep-alive",
              "content-type": "application/json; charset=UTF-8",
              "date": "Fri, 03 Apr 2026 06:33:56 GMT",
              "server": "ZenZGA/2.4",
              "set-cookie": "acw_tc=3ccdc16d17751980364672929ee5cfe417bcaf26d3f1c84b5009e8328afafc;path=/;HttpOnly;Max-Age=1800",
              "strict-transport-security": "max-age=31536000; includeSubDomains",
              "transfer-encoding": "chunked",
              "vary": "Origin, Access-Control-Request-Method, Access-Control-Request-Headers, Origin, Access-Control-Request-Method, Access-Control-Request-Headers",
              "x-log-id": "2026040314335695e8253108fc4e78"
            },
            "bodyText": "{\"error\":{\"code\":\"1113\",\"message\":\"余额不足或无可用资源包,请充值。\"}}",
            "bodyJson": {
              "error": {
                "code": "1113",
                "message": "余额不足或无可用资源包,请充值。"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://open.bigmodel.cn/api/paas/v4/responses",
          "body": {
            "model": "GLM-4.6",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 404,
            "statusText": "Not Found",
            "elapsedMs": 96,
            "headers": {
              "connection": "keep-alive",
              "content-encoding": "gzip",
              "content-type": "application/json; charset=UTF-8",
              "date": "Fri, 03 Apr 2026 06:33:56 GMT",
              "server": "ZenZGA/2.4",
              "set-cookie": "acw_tc=276077e617751980365931550e21279b189143c39aac623a7327c3d280b2a5;path=/;HttpOnly;Max-Age=1800",
              "strict-transport-security": "max-age=31536000; includeSubDomains",
              "transfer-encoding": "chunked",
              "vary": "Accept-Encoding, Origin, Access-Control-Request-Method, Access-Control-Request-Headers, Origin, Access-Control-Request-Method, Access-Control-Request-Headers",
              "x-log-id": "202604031433566bf64e97714d487d"
            },
            "bodyText": "{\"timestamp\":\"2026-04-03T06:33:56.615+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/v4/responses\"}",
            "bodyJson": {
              "timestamp": "2026-04-03T06:33:56.615+00:00",
              "status": 404,
              "error": "Not Found",
              "path": "/v4/responses"
            }
          }
        }
      ]
    },
    {
      "provider": "openai_proxy",
      "model": "gpt-5.4",
      "displayName": "GPT-5.4",
      "api": "openai-responses",
      "baseUrl": "https://betterclau.de/openai/sub.jlypx.de/v1",
      "apiKeyMasked": "sk-21d...39df",
      "skipped": false,
      "alive": false,
      "reason": "503 Service Unavailable",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://betterclau.de/openai/sub.jlypx.de/v1/chat/completions",
          "body": {
            "model": "gpt-5.4",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 503,
            "statusText": "Service Unavailable",
            "elapsedMs": 318,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-placement": "local-SIN",
              "cf-ray": "9e660b712806ce82-SIN",
              "connection": "keep-alive",
              "content-length": "74",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:56 GMT",
              "expect-ct": "max-age=86400, enforce",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "referrer-policy": "same-origin",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=NV2clcUyDOBjTlhaThKEdUjQlo5tfKybTMG%2Fvp64%2Fwn2HzTIcgY8uxI5tK7LC0Y1eSLhABHeJW3elVS2nJRGnOGLFBwiNLY4%2B0%2FAMUKOY7BwT56zYGZ47SZ5G2wkrpCohyDl6DQRmwY%2F5W0%3D\"}]}",
              "server": "cloudflare",
              "strict-transport-security": "max-age=15552000; includeSubDomains; preload",
              "vary": "accept-encoding",
              "x-content-type-options": "nosniff",
              "x-frame-options": "SAMEORIGIN",
              "x-request-id": "767198d4-a62e-4313-9d0f-241383bfc9e3",
              "x-xss-protection": "1; mode=block"
            },
            "bodyText": "{\"error\":{\"message\":\"Service temporarily unavailable\",\"type\":\"api_error\"}}",
            "bodyJson": {
              "error": {
                "message": "Service temporarily unavailable",
                "type": "api_error"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://betterclau.de/openai/sub.jlypx.de/v1/responses",
          "body": {
            "model": "gpt-5.4",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 503,
            "statusText": "Service Unavailable",
            "elapsedMs": 287,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-placement": "local-SIN",
              "cf-ray": "9e660b732d293413-SIN",
              "connection": "keep-alive",
              "content-length": "74",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:57 GMT",
              "expect-ct": "max-age=86400, enforce",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "referrer-policy": "same-origin",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=kWWl%2BbYJpI4EVFKPEgkYLz6Y1rWlGQ6us5q4VMVqwd3ludQ4KeU1wYY%2BW7EUrKXF%2B4NZuBxrdrw7%2FFzEg6%2FO3U1Zw5tewqRakfqN6%2B3yNFuM0DkHkYZmu2ZR9WGLB%2B%2Fjjs3cNWE735bs7Ko%3D\"}]}",
              "server": "cloudflare",
              "strict-transport-security": "max-age=15552000; includeSubDomains; preload",
              "vary": "accept-encoding",
              "x-content-type-options": "nosniff",
              "x-frame-options": "SAMEORIGIN",
              "x-request-id": "5686df9e-e183-44d0-b0fc-17392fb3b706",
              "x-xss-protection": "1; mode=block"
            },
            "bodyText": "{\"error\":{\"message\":\"Service temporarily unavailable\",\"type\":\"api_error\"}}",
            "bodyJson": {
              "error": {
                "message": "Service temporarily unavailable",
                "type": "api_error"
              }
            }
          }
        }
      ]
    },
    {
      "provider": "openai_proxy",
      "model": "gpt-5.4-mini",
      "displayName": "GPT-5.4 Mini",
      "api": "openai-responses",
      "baseUrl": "https://betterclau.de/openai/sub.jlypx.de/v1",
      "apiKeyMasked": "sk-21d...39df",
      "skipped": false,
      "alive": false,
      "reason": "503 Service Unavailable",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://betterclau.de/openai/sub.jlypx.de/v1/chat/completions",
          "body": {
            "model": "gpt-5.4-mini",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 503,
            "statusText": "Service Unavailable",
            "elapsedMs": 259,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-placement": "local-SIN",
              "cf-ray": "9e660b74dbc1ce82-SIN",
              "connection": "keep-alive",
              "content-length": "74",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:57 GMT",
              "expect-ct": "max-age=86400, enforce",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "referrer-policy": "same-origin",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=qs0s6HLFX2VXfbUTslDm7Q376DWigqRAbaOySaINZ469FbJaLPvo%2Bo0D5UEeIKOu6nYiU8MiYYHRqhsiwccW%2B5xVh1ySTLNnfe6%2BYa98BmW92oSEnJgannhJCNrJyotEbmTnX9%2FsokxGq7A%3D\"}]}",
              "server": "cloudflare",
              "strict-transport-security": "max-age=15552000; includeSubDomains; preload",
              "vary": "accept-encoding",
              "x-content-type-options": "nosniff",
              "x-frame-options": "SAMEORIGIN",
              "x-request-id": "3d8c14ee-d160-460e-ad27-a663c89bf5c8",
              "x-xss-protection": "1; mode=block"
            },
            "bodyText": "{\"error\":{\"message\":\"Service temporarily unavailable\",\"type\":\"api_error\"}}",
            "bodyJson": {
              "error": {
                "message": "Service temporarily unavailable",
                "type": "api_error"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://betterclau.de/openai/sub.jlypx.de/v1/responses",
          "body": {
            "model": "gpt-5.4-mini",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 503,
            "statusText": "Service Unavailable",
            "elapsedMs": 262,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-placement": "local-SIN",
              "cf-ray": "9e660b767de93413-SIN",
              "connection": "keep-alive",
              "content-length": "74",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:57 GMT",
              "expect-ct": "max-age=86400, enforce",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "referrer-policy": "same-origin",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=w1%2FKLGvlrblZ%2F%2BGWEm3wXYAybKDXZfOwhNFSF6xRQUIr2lnsun1GlhsIwx6I0Qp3FKN0CHnA%2FyZ0bn54024ywAqOd6biFA63%2Bo7uPV6UVwMrP80g75om5ofdh5MMpDbZDWbkjalLbmIufvI%3D\"}]}",
              "server": "cloudflare",
              "strict-transport-security": "max-age=15552000; includeSubDomains; preload",
              "vary": "accept-encoding",
              "x-content-type-options": "nosniff",
              "x-frame-options": "SAMEORIGIN",
              "x-request-id": "af46baa1-ab76-4c89-a374-7f299cee8908",
              "x-xss-protection": "1; mode=block"
            },
            "bodyText": "{\"error\":{\"message\":\"Service temporarily unavailable\",\"type\":\"api_error\"}}",
            "bodyJson": {
              "error": {
                "message": "Service temporarily unavailable",
                "type": "api_error"
              }
            }
          }
        }
      ]
    },
    {
      "provider": "jiaotailang",
      "model": "gpt-5.4",
      "displayName": "gpt-5.4",
      "api": "openai-responses",
      "baseUrl": "https://new.145678.xyz/v1",
      "apiKeyMasked": "sk-47b...a1wa",
      "skipped": false,
      "alive": false,
      "reason": "401 Unauthorized",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://new.145678.xyz/v1/chat/completions",
          "body": {
            "model": "gpt-5.4",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 401,
            "statusText": "Unauthorized",
            "elapsedMs": 63,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-ray": "9e660b783bc7ef6d-SIN",
              "connection": "keep-alive",
              "content-length": "118",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:57 GMT",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=%2BzutuBzx3Epdrx3xJdpE0pNC6xarO%2BBpXJZZ6Q0S13Ut6KylfNL59sQRPC5xNnWTpwDV6ZlhBDdyMqr3Pb4%2BYUvjW%2ByLcwetPXjBegLt%2FVOJHj1k8VBptz3XmwHp9rUGig%3D%3D\"}]}",
              "server": "cloudflare",
              "x-new-api-version": "v0.11.9-alpha.3",
              "x-oneapi-request-id": "20260403063357822168674WqM65keU"
            },
            "bodyText": "{\"error\":{\"code\":\"\",\"message\":\"无效的令牌 (request id: 20260403063357822168674WqM65keU)\",\"type\":\"new_api_error\"}}",
            "bodyJson": {
              "error": {
                "code": "",
                "message": "无效的令牌 (request id: 20260403063357822168674WqM65keU)",
                "type": "new_api_error"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://new.145678.xyz/v1/responses",
          "body": {
            "model": "gpt-5.4",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 401,
            "statusText": "Unauthorized",
            "elapsedMs": 132,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-ray": "9e660b7908d990f2-SIN",
              "connection": "keep-alive",
              "content-length": "118",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:57 GMT",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=pYKrWJKU75n3M%2FnlO%2FchSSIAWEQjIECmbkVffywn22%2F6dkMu7gMF2n2l2vkRtQPHI4rmjvpq%2FHwNc81Ci%2BIs6%2FpgxYIVmb%2BOpa9OpkfF6nqB9AOvxMjakaXt87lqyim3Tg%3D%3D\"}]}",
              "server": "cloudflare",
              "x-new-api-version": "v0.11.9-alpha.3",
              "x-oneapi-request-id": "202604030633579547997608dQXAPX0"
            },
            "bodyText": "{\"error\":{\"code\":\"\",\"message\":\"无效的令牌 (request id: 202604030633579547997608dQXAPX0)\",\"type\":\"new_api_error\"}}",
            "bodyJson": {
              "error": {
                "code": "",
                "message": "无效的令牌 (request id: 202604030633579547997608dQXAPX0)",
                "type": "new_api_error"
              }
            }
          }
        }
      ]
    },
    {
      "provider": "jiaotailang",
      "model": "gpt-5.4-mini",
      "displayName": "gpt-5.4-mini",
      "api": "openai-responses",
      "baseUrl": "https://new.145678.xyz/v1",
      "apiKeyMasked": "sk-47b...a1wa",
      "skipped": false,
      "alive": false,
      "reason": "401 Unauthorized",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://new.145678.xyz/v1/chat/completions",
          "body": {
            "model": "gpt-5.4-mini",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 401,
            "statusText": "Unauthorized",
            "elapsedMs": 44,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-ray": "9e660b79582aef6d-SIN",
              "connection": "keep-alive",
              "content-length": "118",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:58 GMT",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=IlaymA9yCIePe9HJ9IIyD2CPMG7PclI%2Fdt7%2F8bk%2F00j3ONNxJrdeVGhC9F4wKROE69%2FoW%2B3ilzdKAuvHC0oYVgb9FBOzDYN%2BqrMCmh2NchUgFubZ4jTu0e75Y3Pp%2FhRB6w%3D%3D\"}]}",
              "server": "cloudflare",
              "x-new-api-version": "v0.11.9-alpha.3",
              "x-oneapi-request-id": "20260403063357998440832W5qoWwkm"
            },
            "bodyText": "{\"error\":{\"code\":\"\",\"message\":\"无效的令牌 (request id: 20260403063357998440832W5qoWwkm)\",\"type\":\"new_api_error\"}}",
            "bodyJson": {
              "error": {
                "code": "",
                "message": "无效的令牌 (request id: 20260403063357998440832W5qoWwkm)",
                "type": "new_api_error"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://new.145678.xyz/v1/responses",
          "body": {
            "model": "gpt-5.4-mini",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 401,
            "statusText": "Unauthorized",
            "elapsedMs": 43,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-ray": "9e660b799a7590f2-SIN",
              "connection": "keep-alive",
              "content-length": "117",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:58 GMT",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=RQ3KFt2cbLdVqqMRJP3NWOafXpJ%2BEnrcm9ogEmu6px6M24MB%2BLQ4ZBzCTKbX8ZI4ydaAPd50jO35b5oVQ5wlnXMD54RN8m%2FXZ%2Fuc1e4GcnCDsQo5z4rR53LLZmDeJ9J%2FZw%3D%3D\"}]}",
              "server": "cloudflare",
              "x-new-api-version": "v0.11.9-alpha.3",
              "x-oneapi-request-id": "2026040306335841379022V0V3nnLV"
            },
            "bodyText": "{\"error\":{\"code\":\"\",\"message\":\"无效的令牌 (request id: 2026040306335841379022V0V3nnLV)\",\"type\":\"new_api_error\"}}",
            "bodyJson": {
              "error": {
                "code": "",
                "message": "无效的令牌 (request id: 2026040306335841379022V0V3nnLV)",
                "type": "new_api_error"
              }
            }
          }
        }
      ]
    },
    {
      "provider": "jiaotailang",
      "model": "gpt-5.3-codex",
      "displayName": "gpt-5.3-codex",
      "api": "openai-responses",
      "baseUrl": "https://new.145678.xyz/v1",
      "apiKeyMasked": "sk-47b...a1wa",
      "skipped": false,
      "alive": false,
      "reason": "401 Unauthorized",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://new.145678.xyz/v1/chat/completions",
          "body": {
            "model": "gpt-5.3-codex",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": false,
            "status": 401,
            "statusText": "Unauthorized",
            "elapsedMs": 43,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-ray": "9e660b79ea9fef6d-SIN",
              "connection": "keep-alive",
              "content-length": "117",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:58 GMT",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=LdHGHkjJf3VrRR5TnMyD4Rhn2oIPwgqDoORzJjG4cKztEGKiSSw%2BsSyns5zdcv3qBA25ZphREBrKD8AGRnoa4%2BncM1%2FwTj1N%2Bt3VECDhlqvrbciqF2cONtdMiOagYHwCKQ%3D%3D\"}]}",
              "server": "cloudflare",
              "x-new-api-version": "v0.11.9-alpha.3",
              "x-oneapi-request-id": "2026040306335884412012JQfJtKeo"
            },
            "bodyText": "{\"error\":{\"code\":\"\",\"message\":\"无效的令牌 (request id: 2026040306335884412012JQfJtKeo)\",\"type\":\"new_api_error\"}}",
            "bodyJson": {
              "error": {
                "code": "",
                "message": "无效的令牌 (request id: 2026040306335884412012JQfJtKeo)",
                "type": "new_api_error"
              }
            }
          }
        },
        {
          "endpointType": "responses",
          "url": "https://new.145678.xyz/v1/responses",
          "body": {
            "model": "gpt-5.3-codex",
            "input": "Reply with OK only.",
            "max_output_tokens": 8
          },
          "response": {
            "ok": false,
            "status": 401,
            "statusText": "Unauthorized",
            "elapsedMs": 42,
            "headers": {
              "alt-svc": "h3=\":443\"; ma=86400",
              "cf-cache-status": "DYNAMIC",
              "cf-ray": "9e660b7a2c5990f2-SIN",
              "connection": "keep-alive",
              "content-length": "118",
              "content-type": "application/json; charset=utf-8",
              "date": "Fri, 03 Apr 2026 06:33:58 GMT",
              "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
              "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=9GMrcP0BPIaoz93niE9bBj0wNjadRBCt5CJCNw8Jeyxhoj3OZPr1mgQscszy0FMqzDkw%2B20CLxejlllOp4l0XROP1CKbZoCf829gqf6DT06GlPDY8xsrcSq%2FCHpET%2B7vhw%3D%3D\"}]}",
              "server": "cloudflare",
              "x-new-api-version": "v0.11.9-alpha.3",
              "x-oneapi-request-id": "20260403063358127062484Nyfj92fm"
            },
            "bodyText": "{\"error\":{\"code\":\"\",\"message\":\"无效的令牌 (request id: 20260403063358127062484Nyfj92fm)\",\"type\":\"new_api_error\"}}",
            "bodyJson": {
              "error": {
                "code": "",
                "message": "无效的令牌 (request id: 20260403063358127062484Nyfj92fm)",
                "type": "new_api_error"
              }
            }
          }
        }
      ]
    },
    {
      "provider": "hai",
      "model": "GLM-5-FP8",
      "displayName": "GLM-5-FP8",
      "api": "openai-completions",
      "baseUrl": "https://api.model.haihub.cn/v1",
      "apiKeyMasked": "sk-56d...ba59",
      "skipped": false,
      "alive": true,
      "reason": "",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://api.model.haihub.cn/v1/chat/completions",
          "body": {
            "model": "GLM-5-FP8",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": true,
            "status": 200,
            "statusText": "OK",
            "elapsedMs": 847,
            "headers": {
              "connection": "keep-alive",
              "content-encoding": "gzip",
              "content-type": "application/json",
              "date": "Fri, 03 Apr 2026 06:33:58 GMT",
              "req-arrive-time": "1775198038569",
              "req-cost-time": "343",
              "resp-start-time": "1775198038913",
              "server": "istio-envoy",
              "transfer-encoding": "chunked",
              "vary": "Accept-Encoding",
              "x-envoy-upstream-service-time": "332"
            },
            "bodyText": "{\"id\":\"022a6da805ab47b3905ce2370fcb32fc\",\"object\":\"chat.completion\",\"created\":1775198038,\"model\":\"ZhipuAI/GLM-5-FP8\",\"choices\":[{\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":null,\"reasoning_content\":\"The user wants me to reply with \\\"\",\"tool_calls\":null},\"logprobs\":null,\"finish_reason\":\"length\",\"matched_stop\":null}],\"usage\":{\"prompt_tokens\":10,\"total_tokens\":18,\"completion_tokens\":8,\"prompt_tokens_details\":null,\"reasoning_tokens\":0},\"metadata\":{\"weight_version\":\"default\"}}",
            "bodyJson": {
              "id": "022a6da805ab47b3905ce2370fcb32fc",
              "object": "chat.completion",
              "created": 1775198038,
              "model": "ZhipuAI/GLM-5-FP8",
              "choices": [
                {
                  "index": 0,
                  "message": {
                    "role": "assistant",
                    "content": null,
                    "reasoning_content": "The user wants me to reply with \"",
                    "tool_calls": null
                  },
                  "logprobs": null,
                  "finish_reason": "length",
                  "matched_stop": null
                }
              ],
              "usage": {
                "prompt_tokens": 10,
                "total_tokens": 18,
                "completion_tokens": 8,
                "prompt_tokens_details": null,
                "reasoning_tokens": 0
              },
              "metadata": {
                "weight_version": "default"
              }
            }
          }
        }
      ],
      "method": "chat.completions"
    },
    {
      "provider": "hai",
      "model": "MiniMax-M2.5",
      "displayName": "MiniMax-M2.5",
      "api": "openai-completions",
      "baseUrl": "https://api.model.haihub.cn/v1",
      "apiKeyMasked": "sk-56d...ba59",
      "skipped": false,
      "alive": true,
      "reason": "",
      "attempts": [
        {
          "endpointType": "chat.completions",
          "url": "https://api.model.haihub.cn/v1/chat/completions",
          "body": {
            "model": "MiniMax-M2.5",
            "messages": [
              {
                "role": "user",
                "content": "Reply with OK only."
              }
            ],
            "max_tokens": 8,
            "temperature": 0
          },
          "response": {
            "ok": true,
            "status": 200,
            "statusText": "OK",
            "elapsedMs": 274,
            "headers": {
              "connection": "keep-alive",
              "content-encoding": "gzip",
              "content-type": "application/json",
              "date": "Fri, 03 Apr 2026 06:33:59 GMT",
              "req-arrive-time": "1775198039039",
              "req-cost-time": "146",
              "resp-start-time": "1775198039186",
              "server": "istio-envoy",
              "transfer-encoding": "chunked",
              "vary": "Accept-Encoding",
              "x-envoy-upstream-service-time": "135"
            },
            "bodyText": "{\"id\":\"e5a4b6fe183c4aac8046700268bc7fec\",\"object\":\"chat.completion\",\"created\":1775198039,\"model\":\"MiniMax-M2.5\",\"choices\":[{\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"<think>The user says: \\\"Reply with OK\",\"reasoning_content\":null,\"tool_calls\":null},\"logprobs\":null,\"finish_reason\":\"length\",\"matched_stop\":null}],\"usage\":{\"prompt_tokens\":43,\"total_tokens\":51,\"completion_tokens\":8,\"prompt_tokens_details\":{\"cached_tokens\":42},\"reasoning_tokens\":0},\"metadata\":{\"weight_version\":\"default\"}}",
            "bodyJson": {
              "id": "e5a4b6fe183c4aac8046700268bc7fec",
              "object": "chat.completion",
              "created": 1775198039,
              "model": "MiniMax-M2.5",
              "choices": [
                {
                  "index": 0,
                  "message": {
                    "role": "assistant",
                    "content": "<think>The user says: \"Reply with OK",
                    "reasoning_content": null,
                    "tool_calls": null
                  },
                  "logprobs": null,
                  "finish_reason": "length",
                  "matched_stop": null
                }
              ],
              "usage": {
                "prompt_tokens": 43,
                "total_tokens": 51,
                "completion_tokens": 8,
                "prompt_tokens_details": {
                  "cached_tokens": 42
                },
                "reasoning_tokens": 0
              },
              "metadata": {
                "weight_version": "default"
              }
            }
          }
        }
      ],
      "method": "chat.completions"
    }
  ]
}