llm-verify 0.5.1

Black-box authenticity, billing and performance verification for LLM API endpoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copy to .env and fill in. .env is git-ignored.

# The endpoint under test
LLM_VERIFY_BASE_URL=https://api.anthropic.com
LLM_VERIFY_API_KEY=sk-ant-...
LLM_VERIFY_MODEL=claude-opus-4-5

# Optional: anthropic | openai. Inferred from the URL and model name if unset.
# LLM_VERIFY_PROTOCOL=anthropic

# Optional: only needed by maintainers running publish.sh
# CLAWHUB_API_KEY=
# CARGO_API_KEY=