Javisjavis.bot
EN 前往 javis.bot 主站開通 →Open an account at javis.bot →

模型真偽 · 公開審計Model Authenticity · Public Audit

本頁是 javis.bot 中轉站的第三方可驗公開審計This is the third-party-verifiable public audit of the javis.bot relay · 2026-07-07T20:33:45Z (UTC)

本頁的檢測代碼、運行記錄、結果全部公開,由 GitHub Actions 自動定時運行(非 Javis 伺服器),結果由 github-actions[bot] 自動提交、git 歷史防篡改。不信?➜ 查看每一次運行的原始日誌審計代碼The audit code, run logs and results are all public, run on a schedule by GitHub Actions (not Javis's servers); results are committed by github-actions[bot] with a tamper-evident git history. Don't trust us? ➜ see the raw log of every runthe audit code

當前狀態Current Status

模型Model檢測Status上游回傳模型 IDUpstream model ID近期Recent最後檢測Last check
claude-opus-4.8通過Passclaude-opus-4-82026-07-07T20:32:02Z
claude-sonnet-4.6通過Passclaude-sonnet-4-62026-07-07T20:32:29Z
claude-haiku-4.5通過Passclaude-haiku-4-5-202510012026-07-07T20:32:47Z
gpt-5.5通過Passgpt-5.52026-07-07T20:33:01Z
gpt-5.4通過Passgpt-5.42026-07-07T20:33:25Z

「上游回傳模型 ID」取自每次 API 響應的 model 欄位(上游原樣透傳,如 claude-haiku-4-5-20251001)。The "upstream model ID" is taken from the model field of each API response (passed through verbatim from upstream, e.g. claude-haiku-4-5-20251001).

方法與出處Methodology & Sources

本審計實現的是安全學術界已發表的模型替換審計方法,非自創。各來源均經原始頁面核實:This audit implements model-substitution auditing methods published in peer-reviewed security research — not homemade. Each source was verified against its original page:

自己驗證(不必信我們)Verify it yourself (don't trust us)

以下為本頁所用的確定性探針(temperature=0)。用你自己的 key 對同一 endpoint 跑,結果應與本頁一致;並查響應 model 欄位是否為宣稱模型:Below are the deterministic probes used here (temperature=0). Run them against the same endpoint with your own key — results should match this page; and check the response model field is the claimed model:

curl -s https://api.javis.bot/v1/chat/completions \
  -H "Authorization: Bearer $YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"model":"claude-opus-4.8","temperature":0,"max_tokens":50,"messages":[{"role":"user","content":"List the first 12 prime numbers separated by single spaces, on one line, nothing else."}]}'
# The response JSON's "model" field = the real upstream model ID; at temp=0 the completion should match this page

局限(誠實聲明)Limitations (honest disclosure)

本檢測為機率性一致性審計,非密碼學意義的「證明為真」。理論上,提供方可對已知的審計來源(如 GitHub Actions 的 IP)返回真模型、而對真實流量掉包——這是所有黑盒審計的共同局限(見 arXiv:2506.06975)。我們以「你自己可複現」(上方)來緩解:審計用的探針與你日常呼叫走的是同一個 endpoint。This is a probabilistic consistency audit, not a cryptographic proof of authenticity. In theory a provider could serve genuine models to known auditors (e.g. GitHub Actions IPs) while substituting on real traffic — a limitation shared by all black-box audits (see arXiv:2506.06975). We mitigate it via "verify it yourself" (above): the audit probes hit the very same endpoint your traffic does.
本頁為 javis.bot 中轉站的公開審計 · 由 GitHub Actions 自動生成 · 開源於 JavisBot-Service/javis-transparencyPublic audit of the javis.bot relay · auto-generated by GitHub Actions · open source at JavisBot-Service/javis-transparency