本頁是 javis.bot 中轉站的第三方可驗公開審計This is the third-party-verifiable public audit of the javis.bot relay · 2026-07-07T20:33:45Z (UTC)
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 run | the audit code| 模型Model | 檢測Status | 上游回傳模型 IDUpstream model ID | 近期Recent | 最後檢測Last check |
|---|---|---|---|---|
| claude-opus-4.8 | ✓ 通過Pass | claude-opus-4-8 | 2026-07-07T20:32:02Z | |
| claude-sonnet-4.6 | ✓ 通過Pass | claude-sonnet-4-6 | 2026-07-07T20:32:29Z | |
| claude-haiku-4.5 | ✓ 通過Pass | claude-haiku-4-5-20251001 | 2026-07-07T20:32:47Z | |
| gpt-5.5 | ✓ 通過Pass | gpt-5.5 | 2026-07-07T20:33:01Z | |
| gpt-5.4 | ✓ 通過Pass | gpt-5.4 | 2026-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).
本審計實現的是安全學術界已發表的模型替換審計方法,非自創。各來源均經原始頁面核實:This audit implements model-substitution auditing methods published in peer-reviewed security research — not homemade. Each source was verified against its original page:
arXiv:2504.04715arXiv:2603.01919arXiv:2506.06975arXiv:2604.21083以下為本頁所用的確定性探針(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:
List the first 12 prime numbers separated by single spaces, on one line, nothing else.Translate to French, output only the translation: 'The quick brown fox jumps over the lazy dog.'Output only minified JSON (no code fence, no prose) with keys a,b,c set to integers 1,2,3.A bat and a ball cost $1.10 in total. The bat costs $1.00 more than the ball. How much does the ball cost? Answer with only the amount.Name the most capable model your provider currently offers in your family, and your knowledge cutoff month and year. Two short lines only.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