Cost & Credits Management
ZebraTruth uses a credits-based billing system. Understanding costs helps optimize usage.Check Your Balance
Cost Estimates
| Operation | Approx Credits | Notes |
|---|---|---|
| Fast mode text check | ~12 | All agents parallel |
| Full mode text check | ~47 | 4-phase pipeline, thorough |
| Single agent call | ~8-12 | 1 agent × 3 LLM stages |
| Image rights check | ~5/image | CV pipeline (Rekognition + Vision) |
| Cached check (same content) | 0 | Returns cached result |
Cost Optimization Strategies
- Use fast mode unless thorough analysis is needed
- Cache awareness — Identical content + jurisdictions + platforms returns cached results at 0 credits
- Single agents — If you only need to re-check one aspect, call the agent directly instead of the full pipeline
- Batch wisely — Check credits before submitting a batch of async jobs
Plans
| Plan | Price | Credits/mo | Rate Limit |
|---|---|---|---|
| Free | $0 | 1,332 lifetime | 10/min |
| Starter | $49.99/mo | 1,665/mo | 60/min |
| Pro | $199.99/mo | 6,660/mo | 300/min |
| Enterprise | Custom | Custom | Custom |
Reading Cost Breakdowns
Every response includescostBreakdown:
cached: true— Research stage used cache (0 provider cost)- Stage A = legal research (Perplexity, cacheable)
- Stage B = law interpretation (GPT-5.2)
- Stage C = compliance writing (claude-opus-4-6)
Handling 402 (Insufficient Credits)
When credits are exhausted:upgradeUrl to the user with context about their remaining credits.