OpenAIOpenAI (Chat Completions)
api.ohmygpt.com
GPT-4 (gpt-4) · 标准模式 · 08/29 12:35 · 耗时 15s
存在 1 项严重问题,即使总分较高也不建议重度使用
- ⚠长上下文召回:32k 上下文即失败:context_length_exceeded: This model's maximum context length is 8192 tokens. However, your messages resulted in 18955 to…
71
存在风险
首 token 1.50s · 往返 1.17s
通过协议字段合规响应字段与官方 Chat Completions 规范一致权重 12 · 100›
响应字段与官方 Chat Completions 规范一致
{
"status": 200,
"id": "chatcmpl-EICZ5H3G9UScKj08RI4Z0jD6qCy16",
"model": "gpt-4-0613",
"system_fingerprint": null,
"usage": {
"prompt_tokens": 12,
"completion_tokens": 1,
"total_tokens": 13,
"prompt_tokens_details": {
"cached_tokens": 0,
"audio_tokens": 0
},
"completion_tokens_details": {
"reasoning_tokens": 0,
"audio_tokens": 0,
"accepted_prediction_tokens": 0,
"rejected_prediction_tokens": 0
}
},
"topKeys": [
"id",
"object",
"created",
"model",
"choices",
"usage",
"service_tier",
"system_fingerprint"
],
"finish_reason": "stop",
"latencyMs": 1174,
"content": "OK"
}耗时 1.2s · 严重度 info
通过流式响应合规流式 chunk 格式、终止标记、usage 均正常权重 8 · 100›
流式 chunk 格式、终止标记、usage 均正常
{
"status": 200,
"ttftMs": 1505,
"chunks": 16,
"done": true,
"distinctIds": 1,
"objects": [
"chat.completion.chunk"
],
"usage": {
"prompt_tokens": 19,
"completion_tokens": 13,
"total_tokens": 32,
"prompt_tokens_details": {
"cached_tokens": 0,
"audio_tokens": 0
},
"completion_tokens_details": {
"reasoning_tokens": 0,
"audio_tokens": 0,
"accepted_prediction_tokens": 0,
"rejected_prediction_tokens": 0
}
}
}耗时 1.8s · 严重度 info
注意Function Callingfinish_reason 应为 tool_calls,实际 stop权重 10 · 70›
finish_reason 应为 tool_calls,实际 stop
{
"finish_reason": "stop",
"toolCall": {
"id": "call_ff5wBTvTSMXx6WDhooXCVBvd",
"type": "function",
"function": {
"name": "get_weather",
"arguments": "{\n \"city\": \"Tokyo\",\n \"unit\": \"c\"\n}"
}
},
"content": ""
}耗时 3.1s · 严重度 minor
失败Structured Outputjson_schema 请求被拒绝 HTTP 400:null: Invalid parameter: 'response_format' of type 'json_schema' is not supported with this model. Learn more about supported models at the Structured Outputs g…权重 8 · 10›
json_schema 请求被拒绝 HTTP 400:null: Invalid parameter: 'response_format' of type 'json_schema' is not supported with this model. Learn more about supported models at the Structured Outputs g…
{
"status": 400
}耗时 0.3s · 严重度 major
通过logprobs 支持logprobs 正常返回权重 6 · 100›
logprobs 正常返回
{
"hasLogprobs": true,
"sample": [
{
"token": "Hello",
"logprob": -0.000011756368,
"bytes": [
72,
101,
108,
108,
111
],
"top_logprobs": [
{
"token": "Hello",
"logprob": -0.000011756368,
"bytes": [
72,
101,
108,
108,
111
]
},
{
"token": "Hi",
"logprob": -11.583736,
"bytes": [
72,
105
]
}
]
},
{
"token": "!",
"logprob": -0.00009996708,
"bytes": [
33
],
"top_logprobs": [
{
"token": "!",
"logprob": -0.00009996708,
"bytes": [
33
]
},
{
"token": ",",
"logprob": -10.105638,
"bytes": [
44
]
}
]
}
]
}耗时 0.9s · 严重度 info
通过Token 用量与注入用量稳定 (12 tokens),无注入痕迹权重 8 · 100›
用量稳定 (12 tokens),无注入痕迹
{
"prompt_tokens": [
12,
12
],
"completion_tokens": [
1,
1
],
"expectedApprox": "10-16"
}耗时 1.8s · 严重度 info
通过隐藏 System Prompt 探测模型确认无隐藏指令权重 5 · 100›
模型确认无隐藏指令
{
"reply": "NONE"
}耗时 0.9s · 严重度 info
通过身份与确定性身份为 OpenAI,输出稳定权重 6 · 100›
身份为 OpenAI,输出稳定
{
"who": "OpenAI",
"math": [
"391",
"391"
],
"models": [
"gpt-4-0613",
"gpt-4-0613",
"gpt-4-0613"
],
"fingerprints": [
null,
null
]
}耗时 1.8s · 严重度 info
跳过推理 Token 计量模型不支持 reasoning,跳过权重 6 · —›
模型不支持 reasoning,跳过
耗时 0.0s · 严重度 info
注意Prompt Caching两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀权重 6 · 50›
两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀
{
"first": {
"prompt": 1800,
"cached": 0
},
"second": {
"prompt": 1800,
"cached": 0
}
}耗时 2.5s · 严重度 minor
失败长上下文召回32k 上下文即失败:context_length_exceeded: This model's maximum context length is 8192 tokens. However, your messages resulted in 18955 to…权重 10 · 0›
32k 上下文即失败:context_length_exceeded: This model's maximum context length is 8192 tokens. However, your messages resulted in 18955 to…
{
"tiers": [
{
"tokens": 32000,
"ok": false,
"status": 400,
"latencyMs": 741,
"err": "context_length_exceeded: This model's maximum context length is 8192 tokens. However, your messages resulted in 18955 to…"
}
]
}耗时 0.7s · 严重度 critical
这份报告对你有帮助吗?
评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。