模型:{{ report.target_model }} · 模式 {{ report.mode }} ·
接口 {{ report.base_url }}
由 API快连自托管 Veridrop 引擎生成
{{ note.body }}
response.model 与请求模型匹配,并检查低温多次调用的输出 token 稳定性。call_ ID、type=function、函数名和 arguments JSON。response_format=json_schema,检查返回内容能否按 schema 解析。chatcmpl- ID、chat.completion、choices、finish_reason、usage 等官方字段。generateContent 请求,确认接口可用且能提取 Gemini 文本响应。modelVersion、responseId、finishReason、candidate 和 safety 字段是否完整。functionCall,检查函数名和 args 是否是结构化对象。responseMimeType=application/json 和 responseSchema,检查返回内容能否按 schema 解析。candidates、content.parts、safetyRatings、usageMetadata 等 Gemini 原生字段。generateContent 与 streamGenerateContent 文本、结束原因和用量字段是否一致。usageMetadata 是否存在、Token 统计是否自洽,以及长短文本带来的 Token 增量是否合理。signature 字节,任何中转站都无法伪造。response.model 与请求一致,且多次调用输出长度稳定(变异系数 CV)。toolu_ ID 前缀、JSON schema 匹配、stop_reason 等 5 项子项。input_tokens、stop_reason。usage.input_tokens/output_tokens 是否存在、长短 prompt 增量是否合理、短输出是否没有超报,并用 stream 与 count_tokens 做交叉验证。id 必须以 msg_ 开头、tool 块以 toolu_ 开头。UUID 或硬编码 tool_1 是典型造假特征。count_tokens 端点精准预算 token,极限档可按模型完整上限自适应探到 950k+(Sonnet 4.6 / Opus 4.6/4.7 都是 1M)。