OpenAIOpenAI (Chat Completions)
api.ohmygpt.com
GPT-5 Nano (gpt-5-nano) · 标准模式 · 08/29 12:32 · 耗时 27s
各项指标正常,GPT-5 Nano 通过验证
95
通过
首 token 2.67s · 往返 3.08s
通过协议字段合规响应字段与官方 Chat Completions 规范一致权重 12 · 100›
响应字段与官方 Chat Completions 规范一致
{
"status": 200,
"id": "chatcmpl-EICVq9Rl9EcKJ3tUKucZMcPTCVTbT",
"model": "gpt-5-nano-2025-08-07",
"system_fingerprint": null,
"usage": {
"completion_tokens": 11,
"completion_tokens_details": {
"accepted_prediction_tokens": 0,
"audio_tokens": 0,
"reasoning_tokens": 0,
"rejected_prediction_tokens": 0
},
"latency_checkpoint": {
"engine_tbt_ms": 3,
"engine_ttft_ms": 19,
"engine_ttlt_ms": 263,
"pre_inference_ms": 300,
"service_tbt_ms": 9,
"service_ttft_ms": 852,
"service_ttlt_ms": 1489,
"total_duration_ms": 1192,
"user_visible_ttft_ms": 551
},
"prompt_tokens": 11,
"prompt_tokens_details": {
"audio_tokens": 0,
"cached_tokens": 0
},
"total_tokens": 22
},
"topKeys": [
"choices",
"created",
"id",
"model",
"object",
"prompt_filter_results",
"service_tier",
"system_fingerprint",
"usage"
],
"finish_reason": "stop",
"latencyMs": 3077,
"content": "OK"
}耗时 3.1s · 严重度 info
通过流式响应合规流式 chunk 格式、终止标记、usage 均正常权重 8 · 100›
流式 chunk 格式、终止标记、usage 均正常
{
"status": 200,
"ttftMs": 2670,
"chunks": 17,
"done": true,
"distinctIds": 1,
"objects": [
"",
"chat.completion.chunk"
],
"usage": {
"completion_tokens": 87,
"completion_tokens_details": {
"accepted_prediction_tokens": 0,
"audio_tokens": 0,
"reasoning_tokens": 64,
"rejected_prediction_tokens": 0
},
"prompt_tokens": 18,
"prompt_tokens_details": {
"audio_tokens": 0,
"cached_tokens": 0
},
"total_tokens": 105
}
}耗时 2.9s · 严重度 info
通过Function CallingFunction Calling 正常权重 10 · 100›
Function Calling 正常
{
"finish_reason": "tool_calls",
"toolCall": {
"function": {
"arguments": "{\"city\":\"Tokyo\",\"unit\":\"c\"}",
"name": "get_weather"
},
"id": "call_dMUHO4kyQN9YuKjRq3qBdrSr",
"type": "function"
},
"content": ""
}耗时 2.2s · 严重度 info
通过Structured Output严格 JSON Schema 输出正确权重 8 · 100›
严格 JSON Schema 输出正确
{
"content": "{\"city\":\"Tokyo\",\"population_millions\":37}"
}耗时 2.1s · 严重度 info
跳过logprobs 支持推理模型不支持 logprobs权重 6 · —›
推理模型不支持 logprobs
耗时 0.0s · 严重度 info
通过Token 用量与注入用量稳定 (11 tokens),无注入痕迹权重 8 · 100›
用量稳定 (11 tokens),无注入痕迹
{
"prompt_tokens": [
11,
11
],
"completion_tokens": [
11,
11
],
"expectedApprox": "10-16"
}耗时 2.4s · 严重度 info
失败隐藏 System Prompt 探测模型复述出了隐藏 system prompt,中转站在注入指令权重 5 · 20›
模型复述出了隐藏 system prompt,中转站在注入指令
{
"reply": "I can’t share the system prompts verbatim. Here’s a brief summary of my guiding instructions:\n- Be helpful, honest, and safe.\n- Respect privacy and confidentiality.\n- Avoid disallowed content and harmful actions.\n- Provide accurate, clear information and ask clarifying questions when needed."
}耗时 3.0s · 严重度 major
通过身份与确定性身份为 OpenAI,输出稳定权重 6 · 100›
身份为 OpenAI,输出稳定
{
"who": "OpenAI",
"math": [
"391",
"391"
],
"models": [
"gpt-5-nano-2025-08-07",
"gpt-5-nano-2025-08-07",
"gpt-5-nano-2025-08-07"
],
"fingerprints": [
null,
null
]
}耗时 2.2s · 严重度 info
通过推理 Token 计量推理正常,消耗 128 reasoning tokens权重 6 · 100›
推理正常,消耗 128 reasoning tokens
{
"reasoning_tokens": 128,
"completion_tokens": 139,
"answer": "5"
}耗时 2.4s · 严重度 info
通过Prompt Caching第二次请求命中缓存 1664 tokens权重 6 · 100›
第二次请求命中缓存 1664 tokens
{
"first": {
"prompt": 1776,
"cached": 0
},
"second": {
"prompt": 1776,
"cached": 1664
}
}耗时 3.6s · 严重度 info
通过长上下文召回长上下文召回全部通过(最高 32k)权重 10 · 100›
长上下文召回全部通过(最高 32k)
{
"tiers": [
{
"tokens": 32000,
"ok": true,
"status": 200,
"latencyMs": 3225,
"promptTokens": 18712
}
]
}耗时 3.2s · 严重度 info
这份报告对你有帮助吗?
评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。