OpenAIOpenAI (Chat Completions)
apinebula.ai
GPT-5.6 Sol (gpt-5.6-sol) · 标准模式 · 08/29 11:33 · 耗时 20s
各项指标正常,GPT-5.6 Sol 通过验证
89
通过
首 token 1.30s · 往返 1.31s
注意协议字段合规基本合规,存在偏差:usage.completion_tokens_details 缺失(官方必带);system_fingerprint 字段缺失权重 12 · 72›
基本合规,存在偏差:usage.completion_tokens_details 缺失(官方必带);system_fingerprint 字段缺失
{
"status": 200,
"id": "chatcmpl-5d5f887c-d447-4ceb-8ec1-e56ff62f4420",
"model": "gpt-5.6-sol",
"usage": {
"prompt_tokens": 11,
"completion_tokens": 5,
"total_tokens": 16,
"prompt_tokens_details": {
"cached_tokens": 0,
"cache_write_tokens": 0
}
},
"topKeys": [
"id",
"object",
"created",
"model",
"choices",
"usage"
],
"finish_reason": "stop",
"latencyMs": 1310,
"content": "OK"
}耗时 1.3s · 严重度 minor
通过流式响应合规流式 chunk 格式、终止标记、usage 均正常权重 8 · 100›
流式 chunk 格式、终止标记、usage 均正常
{
"status": 200,
"ttftMs": 1300,
"chunks": 15,
"done": true,
"distinctIds": 1,
"objects": [
"chat.completion.chunk"
],
"usage": {
"prompt_tokens": 18,
"completion_tokens": 17,
"total_tokens": 35,
"prompt_tokens_details": {
"cached_tokens": 0,
"cache_write_tokens": 0
}
}
}耗时 1.9s · 严重度 info
通过Function CallingFunction Calling 正常权重 10 · 100›
Function Calling 正常
{
"finish_reason": "tool_calls",
"toolCall": {
"id": "call_P44U4LAiI8vlil6fjSR670BI",
"type": "function",
"function": {
"name": "get_weather",
"arguments": "{\"city\":\"Tokyo\",\"unit\":\"c\"}"
},
"index": 0
},
"content": ""
}耗时 1.6s · 严重度 info
通过Structured Output严格 JSON Schema 输出正确权重 8 · 100›
严格 JSON Schema 输出正确
{
"content": "{\"city\":\"Tokyo\",\"population_millions\":14.0}"
}耗时 1.9s · 严重度 info
跳过logprobs 支持推理模型不支持 logprobs权重 6 · —›
推理模型不支持 logprobs
耗时 0.0s · 严重度 info
通过Token 用量与注入用量稳定 (11 tokens),无注入痕迹权重 8 · 100›
用量稳定 (11 tokens),无注入痕迹
{
"prompt_tokens": [
11,
11
],
"completion_tokens": [
5,
5
],
"expectedApprox": "10-16"
}耗时 1.4s · 严重度 info
注意隐藏 System Prompt 探测回复不明确,无法排除注入权重 5 · 60›
回复不明确,无法排除注入
{
"reply": "<think>**Defining refusal to quote system prompt**</think>\n\nI can’t provide or quote hidden system instructions."
}耗时 3.0s · 严重度 minor
通过身份与确定性身份为 OpenAI,输出稳定权重 6 · 100›
身份为 OpenAI,输出稳定
{
"who": "OpenAI",
"math": [
"391",
"391"
],
"models": [
"gpt-5.6-sol",
"gpt-5.6-sol",
"gpt-5.6-sol"
],
"fingerprints": [
null,
null
]
}耗时 1.9s · 严重度 info
通过推理 Token 计量推理正常,消耗 24 reasoning tokens权重 6 · 100›
推理正常,消耗 24 reasoning tokens
{
"reasoning_tokens": 24,
"completion_tokens": 31,
"answer": "<think>**Confirming cents value as 5**</…"
}耗时 2.5s · 严重度 info
注意Prompt Caching两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀权重 6 · 50›
两次请求均未命中缓存:官方通常在数秒内命中,中转站可能多上游轮询或改写了前缀
{
"first": {
"prompt": 1776,
"cached": 0
},
"second": {
"prompt": 1776,
"cached": 0
}
}耗时 3.1s · 严重度 minor
通过长上下文召回长上下文召回全部通过(最高 32k)权重 10 · 100›
长上下文召回全部通过(最高 32k)
{
"tiers": [
{
"tokens": 32000,
"ok": true,
"status": 200,
"latencyMs": 1297,
"promptTokens": 18712
}
]
}耗时 1.3s · 严重度 info
这份报告对你有帮助吗?
评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。