{% extends "base.html" %} {% block title %}常见问题 · AI API 中转站检测 | Veridrop{% endblock %} {% block description %}Veridrop 关于 AI API 中转站检测的 {{ total_count }} 个常见问题:Claude 真伪验证、OpenAI 后端伪装识别、Gemini 中转站协议合规、thinking signature 加密级检测原理。{% endblock %} {% block og_title %}AI API 中转站检测常见问题 · Veridrop{% endblock %} {% block og_description %}{{ total_count }} 个 Q&A 覆盖 Claude / OpenAI / Gemini 中转站真伪检测、协议合规、隐私安全。{% endblock %} {% block canonical %}https://veridrop.org/faq{% endblock %} {% block og_url %}https://veridrop.org/faq{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

常见问题

Veridrop 是 AI API 中转站检测工具,通过 Claude thinking signature 加密级验证 + 协议字段 + 用量指纹,识别中转站是否真实透传 Claude / OpenAI / Gemini 模型。本页汇总 {{ total_count }} 个 关于中转站、真伪检测、工具使用、数据安全的常见问题。

{% for cat in categories %}

{{ cat.title }}

{{ cat.intro }}

{% for entry in cat.entries %}
{{ entry.q }} # {# entry.a may contain limited inline HTML (, etc.) from faq_data.py — that file is fully under our control, no user input ever reaches this template, so |safe is safe. #}
{{ entry.a | safe }}
{% endfor %}
{% endfor %}

没找到答案?

欢迎在 GitHub 提 issue,或者直接跑一次检测看实际结果 — Veridrop 的报告 details 里包含具体的扣分原因,通常自带答案。

{% endblock %}