OpenAIOpenAI (Chat Completions)
apinebula.ai
GPT-5.4 Mini (gpt-5.4-mini) · 标准模式 · 08/29 11:34 · 耗时 28s
各项指标正常,GPT-5.4 Mini 通过验证
80
通过
首 token 1.29s · 往返 1.90s
注意协议字段合规基本合规,存在偏差:system_fingerprint 字段缺失权重 12 · 72›
基本合规,存在偏差:system_fingerprint 字段缺失
{
"status": 200,
"id": "chatcmpl-28ef36de-f814-45df-b3be-41ef19f1b890",
"model": "gpt-5.4-mini",
"usage": {
"prompt_tokens": 11,
"completion_tokens": 15,
"total_tokens": 26,
"completion_tokens_details": {
"reasoning_tokens": 8
},
"prompt_tokens_details": {
"cached_tokens": 0,
"cache_write_tokens": 0
}
},
"topKeys": [
"id",
"object",
"created",
"model",
"choices",
"usage"
],
"finish_reason": "stop",
"latencyMs": 1898,
"content": "OK"
}耗时 1.9s · 严重度 minor
通过流式响应合规流式 chunk 格式、终止标记、usage 均正常权重 8 · 100›
流式 chunk 格式、终止标记、usage 均正常
{
"status": 200,
"ttftMs": 1288,
"chunks": 15,
"done": true,
"distinctIds": 1,
"objects": [
"chat.completion.chunk"
],
"usage": {
"prompt_tokens": 18,
"completion_tokens": 27,
"total_tokens": 45,
"completion_tokens_details": {
"reasoning_tokens": 8
},
"prompt_tokens_details": {
"cached_tokens": 0,
"cache_write_tokens": 0
}
}
}耗时 1.8s · 严重度 info
通过Function CallingFunction Calling 正常权重 10 · 100›
Function Calling 正常
{
"finish_reason": "tool_calls",
"toolCall": {
"id": "call_uS92jXJG3NyPu8UlRGhxTCBL",
"type": "function",
"function": {
"name": "get_weather",
"arguments": "{\"city\":\"Tokyo\",\"unit\":\"c\"}"
},
"index": 0
},
"content": ""
}耗时 1.5s · 严重度 info
失败Structured Output返回不是合法 JSON权重 8 · 10›
返回不是合法 JSON
{
"content": "<think>**Providing Tokyo city_info with population**</think>\n\n{\"city\":\"Tokyo\",\"population_millions\":14.0}"
}耗时 2.2s · 严重度 major
跳过logprobs 支持推理模型不支持 logprobs权重 6 · —›
推理模型不支持 logprobs
耗时 0.0s · 严重度 info
通过Token 用量与注入用量稳定 (11 tokens),无注入痕迹权重 8 · 100›
用量稳定 (11 tokens),无注入痕迹
{
"prompt_tokens": [
11,
11
],
"completion_tokens": [
15,
17
],
"expectedApprox": "10-16"
}耗时 1.8s · 严重度 info
注意隐藏 System Prompt 探测回复不明确,无法排除注入权重 5 · 60›
回复不明确,无法排除注入
{
"reply": "I can’t quote hidden system instructions."
}耗时 3.5s · 严重度 minor
通过身份与确定性身份为 OpenAI,输出稳定权重 6 · 100›
身份为 OpenAI,输出稳定
{
"who": "OpenAI",
"math": [
"391",
"391"
],
"models": [
"gpt-5.4-mini",
"gpt-5.4-mini",
"gpt-5.4-mini"
],
"fingerprints": [
null,
null
]
}耗时 2.8s · 严重度 info
通过推理 Token 计量推理正常,消耗 17 reasoning tokens权重 6 · 100›
推理正常,消耗 17 reasoning tokens
{
"reasoning_tokens": 17,
"completion_tokens": 24,
"answer": "<think>**Calculating ball and bat cost**…"
}耗时 4.1s · 严重度 info
注意Prompt Caching两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀权重 6 · 50›
两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀
{
"first": {
"prompt": 1776,
"cached": 0
},
"second": {
"prompt": 1776,
"cached": 0
}
}耗时 3.0s · 严重度 minor
通过长上下文召回长上下文召回全部通过(最高 32k)权重 10 · 100›
长上下文召回全部通过(最高 32k)
{
"tiers": [
{
"tokens": 32000,
"ok": true,
"status": 200,
"latencyMs": 5670,
"promptTokens": 18712
}
]
}耗时 5.7s · 严重度 info
这份报告对你有帮助吗?
评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。