OpenAIOpenAI (Chat Completions)
api.ohmygpt.com
GPT-5 (gpt-5) · 标准模式 · 08/29 12:26 · 耗时 31s
各项指标正常,GPT-5 通过验证
98
通过
首 token 2.37s · 往返 2.89s
通过协议字段合规响应字段与官方 Chat Completions 规范一致权重 12 · 100›
响应字段与官方 Chat Completions 规范一致
{
"status": 200,
"id": "chatcmpl-EICPk1zGpY0JPqtxWbmhq2SyVJ1Ps",
"model": "gpt-5-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": 6,
"engine_ttft_ms": 320,
"engine_ttlt_ms": 737,
"pre_inference_ms": 446,
"service_tbt_ms": 6,
"service_ttft_ms": 1162,
"service_ttlt_ms": 1577,
"total_duration_ms": 1133,
"user_visible_ttft_ms": 716
},
"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": 2890,
"content": "OK"
}耗时 2.9s · 严重度 info
通过流式响应合规流式 chunk 格式、终止标记、usage 均正常权重 8 · 100›
流式 chunk 格式、终止标记、usage 均正常
{
"status": 200,
"ttftMs": 2369,
"chunks": 17,
"done": true,
"distinctIds": 1,
"objects": [
"",
"chat.completion.chunk"
],
"usage": {
"completion_tokens": 23,
"completion_tokens_details": {
"accepted_prediction_tokens": 0,
"audio_tokens": 0,
"reasoning_tokens": 0,
"rejected_prediction_tokens": 0
},
"prompt_tokens": 18,
"prompt_tokens_details": {
"audio_tokens": 0,
"cached_tokens": 0
},
"total_tokens": 41
}
}耗时 3.1s · 严重度 info
通过Function CallingFunction Calling 正常权重 10 · 100›
Function Calling 正常
{
"finish_reason": "tool_calls",
"toolCall": {
"function": {
"arguments": "{\"city\":\"Tokyo\",\"unit\":\"c\"}",
"name": "get_weather"
},
"id": "call_z1WJC5J4zkFzFc7kvCyLcWv2",
"type": "function"
},
"content": ""
}耗时 2.1s · 严重度 info
通过Structured Output严格 JSON Schema 输出正确权重 8 · 100›
严格 JSON Schema 输出正确
{
"content": "{\"city\":\"Tokyo\",\"population_millions\":14.0}"
}耗时 4.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.2s · 严重度 info
注意隐藏 System Prompt 探测回复不明确,无法排除注入权重 5 · 60›
回复不明确,无法排除注入
{
"reply": "I’m sorry, but I can’t share that. I can describe my general capabilities and how I operate if that helps."
}耗时 3.2s · 严重度 minor
通过身份与确定性身份为 OpenAI,输出稳定权重 6 · 100›
身份为 OpenAI,输出稳定
{
"who": "OpenAI",
"math": [
"391",
"391"
],
"models": [
"gpt-5-2025-08-07",
"gpt-5-2025-08-07",
"gpt-5-2025-08-07"
],
"fingerprints": [
null,
null
]
}耗时 2.3s · 严重度 info
通过推理 Token 计量推理正常,消耗 128 reasoning tokens权重 6 · 100›
推理正常,消耗 128 reasoning tokens
{
"reasoning_tokens": 128,
"completion_tokens": 139,
"answer": "5"
}耗时 3.3s · 严重度 info
通过Prompt Caching第二次请求命中缓存 1664 tokens权重 6 · 100›
第二次请求命中缓存 1664 tokens
{
"first": {
"prompt": 1776,
"cached": 1664
},
"second": {
"prompt": 1776,
"cached": 1664
}
}耗时 4.0s · 严重度 info
通过长上下文召回长上下文召回全部通过(最高 32k)权重 10 · 100›
长上下文召回全部通过(最高 32k)
{
"tiers": [
{
"tokens": 32000,
"ok": true,
"status": 200,
"latencyMs": 3735,
"promptTokens": 18712
}
]
}耗时 3.7s · 严重度 info
这份报告对你有帮助吗?
评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。