OpenAIOpenAI (Chat Completions)
api.ohmygpt.com
GPT-3.5 Turbo (gpt-3.5-turbo) · 标准模式 · 08/29 12:35 · 耗时 11s
存在 2 项严重问题,即使总分较高也不建议重度使用
- ⚠身份与确定性:模型自称由「Google」训练,而非 OpenAI
- ⚠长上下文召回:32k 上下文即失败:context_length_exceeded: This model's maximum context length is 16385 tokens. However, your messages resulted in 18957 t…
68
存在风险
首 token 1.54s · 往返 0.75s
通过协议字段合规响应字段与官方 Chat Completions 规范一致权重 12 · 100›
响应字段与官方 Chat Completions 规范一致
{
"status": 200,
"id": "chatcmpl-EICZNmsAMk2GpYuTCmLkLRNK7LZYF",
"model": "gpt-3.5-turbo-0125",
"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": 747,
"content": "OK"
}耗时 0.7s · 严重度 info
通过流式响应合规流式 chunk 格式、终止标记、usage 均正常权重 8 · 100›
流式 chunk 格式、终止标记、usage 均正常
{
"status": 200,
"ttftMs": 1537,
"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 CallingFunction Calling 正常权重 10 · 100›
Function Calling 正常
{
"finish_reason": "tool_calls",
"toolCall": {
"id": "call_LodBQibsq3ccNkxjngc1YKop",
"type": "function",
"function": {
"name": "get_weather",
"arguments": "{\"city\":\"Tokyo\",\"unit\":\"c\"}"
}
},
"content": ""
}耗时 0.7s · 严重度 info
失败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.4s · 严重度 major
通过logprobs 支持logprobs 正常返回权重 6 · 100›
logprobs 正常返回
{
"hasLogprobs": true,
"sample": [
{
"token": "Hello",
"logprob": -0.00012356207,
"bytes": [
72,
101,
108,
108,
111
],
"top_logprobs": [
{
"token": "Hello",
"logprob": -0.00012356207,
"bytes": [
72,
101,
108,
108,
111
]
},
{
"token": " Hello",
"logprob": -9.932386,
"bytes": [
32,
72,
101,
108,
108,
111
]
}
]
},
{
"token": "!",
"logprob": -0.0006302327,
"bytes": [
33
],
"top_logprobs": [
{
"token": "!",
"logprob": -0.0006302327,
"bytes": [
33
]
},
{
"token": " there",
"logprob": -7.747615,
"bytes": [
32,
116,
104,
101,
114,
101
]
}
]
}
]
}耗时 0.7s · 严重度 info
通过Token 用量与注入用量稳定 (12 tokens),无注入痕迹权重 8 · 100›
用量稳定 (12 tokens),无注入痕迹
{
"prompt_tokens": [
12,
12
],
"completion_tokens": [
1,
1
],
"expectedApprox": "10-16"
}耗时 1.4s · 严重度 info
通过隐藏 System Prompt 探测模型确认无隐藏指令权重 5 · 100›
模型确认无隐藏指令
{
"reply": "NONE"
}耗时 1.1s · 严重度 info
失败身份与确定性模型自称由「Google」训练,而非 OpenAI权重 6 · 10›
模型自称由「Google」训练,而非 OpenAI
{
"who": "Google",
"math": [
"391",
"391"
],
"models": [
"gpt-3.5-turbo-0125",
"gpt-3.5-turbo-0125",
"gpt-3.5-turbo-0125"
],
"fingerprints": [
null,
null
]
}耗时 1.6s · 严重度 critical
跳过推理 Token 计量模型不支持 reasoning,跳过权重 6 · —›
模型不支持 reasoning,跳过
耗时 0.0s · 严重度 info
注意Prompt Caching两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀权重 6 · 50›
两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀
{
"first": {
"prompt": 1800,
"cached": 0
},
"second": {
"prompt": 1800,
"cached": 0
}
}耗时 1.8s · 严重度 minor
失败长上下文召回32k 上下文即失败:context_length_exceeded: This model's maximum context length is 16385 tokens. However, your messages resulted in 18957 t…权重 10 · 0›
32k 上下文即失败:context_length_exceeded: This model's maximum context length is 16385 tokens. However, your messages resulted in 18957 t…
{
"tiers": [
{
"tokens": 32000,
"ok": false,
"status": 400,
"latencyMs": 697,
"err": "context_length_exceeded: This model's maximum context length is 16385 tokens. However, your messages resulted in 18957 t…"
}
]
}耗时 0.7s · 严重度 critical
这份报告对你有帮助吗?
评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。