Markdown evidence for an issue or rollout note
Generate a readable `smoke-evidence.md` after /models and one
non-streaming chat check. Paste it into a ticket, release
checklist, or internal approval record.
node tools/smoke-evidence.mjs \
--base-url "$TKEN_BASE_URL" \
--api-key-env TKEN_API_KEY \
--model "$TKEN_MODEL" \
--out smoke-evidence.md
Models-only evidence before choosing a model
Start with /models when you want to prove the base URL,
authentication, and model discovery before sending prompt content.
node tools/smoke-evidence.mjs --skip-chat --out models-evidence.md
JSON evidence for automation
Use JSON when comparing environments, saving release artifacts, or
feeding a lightweight CI or deployment checklist.
node tools/smoke-evidence.mjs --format json --out smoke-evidence.json
Offline sample for renderer checks
Sample mode lets you test evidence rendering and approval
workflows without network calls or an API key.
node tools/smoke-evidence.mjs --sample --json