Skip to main content
Billing is per token. Two models do the work — sdvm-audit-1 produces every verdict, including every vote and the reaudit inside a refine, and sdvm-fix-1 produces every fix — and each token bills at the rate of the model that consumed it. Minimum $0.01 per request, rounded up to the whole cent. Every response reports cost_usd, input_tokens and output_tokens. Rates can change. GET https://api.sdvm.ai/pricing returns the live rates and limits (no key needed). The table above is a snapshot from 2026-09-16, rounded up to the cent — the endpoint has the exact figures and is what a request is actually billed at.

What drives the cost

  • An audit’s output tokens usually exceed its input tokens.
  • votes=N audits each sample N times and bills the work actually done.
  • max_attempts=N gives the fixer up to N tries; only flagged samples are tried again.
  • refine runs audit -> fix -> reaudit; only samples the fix changed are re-audited.

Limits

Credits are bought on your profile page.
Last modified on September 18, 2026