OpenAIOpenAI (Chat Completions)
api.ohmygpt.com
Grok 4.2 (grok-4.20-0309-reasoning) · 标准模式 · 08/29 12:47 · 耗时 45s
存在 1 项严重问题,即使总分较高也不建议重度使用
- ⚠Token 用量与注入:一句话提示消耗 191 prompt tokens(官方约 12):注入了隐藏指令或虚报用量
74
存在风险
· 往返 2.04s
通过协议字段合规响应字段与官方 Chat Completions 规范一致权重 12 · 100›
响应字段与官方 Chat Completions 规范一致
{
"status": 200,
"id": "a86f4b90-823e-944a-836d-a5fc8165b741",
"model": "grok-4.20-0309-reasoning",
"system_fingerprint": "fp_defb34291a",
"usage": {
"prompt_tokens": 191,
"completion_tokens": 1,
"total_tokens": 311,
"prompt_tokens_details": {
"text_tokens": 191,
"audio_tokens": 0,
"image_tokens": 0,
"cached_tokens": 128
},
"completion_tokens_details": {
"reasoning_tokens": 119,
"audio_tokens": 0,
"accepted_prediction_tokens": 0,
"rejected_prediction_tokens": 0
},
"num_sources_used": 0,
"cost_in_usd_ticks": 4043500
},
"topKeys": [
"id",
"object",
"created",
"model",
"choices",
"usage",
"system_fingerprint",
"service_tier"
],
"finish_reason": "stop",
"latencyMs": 2037,
"content": "OK"
}耗时 2.0s · 严重度 info
异常流式响应合规检测执行异常:fetch failed权重 8 · 0›
检测执行异常:fetch failed
耗时 0.3s · 严重度 major
通过Function CallingFunction Calling 正常权重 10 · 100›
Function Calling 正常
{
"finish_reason": "tool_calls",
"toolCall": {
"id": "call-ff3488cb-f8ab-4aa8-9539-b88bb2e43d6d-0",
"function": {
"name": "get_weather",
"arguments": "{\"city\":\"Tokyo\",\"unit\":\"c\"}"
},
"type": "function"
},
"content": ""
}耗时 2.4s · 严重度 info
通过Structured Output严格 JSON Schema 输出正确权重 8 · 100›
严格 JSON Schema 输出正确
{
"content": "{\n \"city\": \"Tokyo\",\n \"population_millions\": 14\n}"
}耗时 6.5s · 严重度 info
跳过logprobs 支持推理模型不支持 logprobs权重 6 · —›
推理模型不支持 logprobs
耗时 0.0s · 严重度 info
失败Token 用量与注入一句话提示消耗 191 prompt tokens(官方约 12):注入了隐藏指令或虚报用量权重 8 · 15›
一句话提示消耗 191 prompt tokens(官方约 12):注入了隐藏指令或虚报用量
{
"prompt_tokens": [
191,
191
],
"completion_tokens": [
1,
1
],
"expectedApprox": "10-16"
}耗时 4.9s · 严重度 critical
通过隐藏 System Prompt 探测模型确认无隐藏指令权重 5 · 100›
模型确认无隐藏指令
{
"reply": "NONE"
}耗时 4.1s · 严重度 info
通过身份与确定性身份为 xAI,输出稳定权重 6 · 100›
身份为 xAI,输出稳定
{
"who": "xAI",
"math": [
"391\n\n\nThe answer is 391, which is the exact result of multiplying 17 by 23 (verified as (10×23) + (7×23) = 230 + 161). Confidence is high because this is basic arithmetic with no room for interpretation or error in the calculation.",
"391\n\n\nThe user requested a response with the number only, and 17 × 23 is indeed 391 (verified as 17 × 20 = 340 and 17 × 3 = 51, then 340 + 51 = 391; alternatively, 10 × 23 = 230 and 7 × 23 = 161, then 230 + 161 = 391). Confidence is high as this is basic arithmetic with no ambiguity."
],
"models": [
"grok-4.20-0309-reasoning",
"grok-4.20-0309-reasoning",
"grok-4.20-0309-reasoning"
],
"fingerprints": [
"fp_defb34291a",
"fp_defb34291a"
]
}耗时 10.7s · 严重度 info
失败推理 Token 计量请求失败 HTTP 400:upstream_invalid_request: HTTP 400: unparsable error body (112 bytes)权重 6 · 10›
请求失败 HTTP 400:upstream_invalid_request: HTTP 400: unparsable error body (112 bytes)
{
"status": 400
}耗时 0.8s · 严重度 major
通过Prompt Caching第二次请求命中缓存 1920 tokens权重 6 · 100›
第二次请求命中缓存 1920 tokens
{
"first": {
"prompt": 1955,
"cached": 128
},
"second": {
"prompt": 1955,
"cached": 1920
}
}耗时 8.5s · 严重度 info
通过长上下文召回长上下文召回全部通过(最高 32k)权重 10 · 100›
长上下文召回全部通过(最高 32k)
{
"tiers": [
{
"tokens": 32000,
"ok": true,
"status": 200,
"latencyMs": 5090,
"promptTokens": 18892
}
]
}耗时 5.1s · 严重度 info
这份报告对你有帮助吗?
评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。