Compliance & Economics Dashboard
curl -X POST https://api.agentindemnity.com/v1/chat \
-H "Authorization: Bearer sk-live-..." \
-d '{"message": "I need a refund for my last invoice"}'| Model / Route | Charge (USDC) | Base Cost | Margin | Logic |
|---|---|---|---|---|
| Qwen3-0.6B (General) | $0.001 | $0.0005 | 50% | Fast keyword matching |
| Qwen3-0.6B (Technical) | $0.003 | $0.0015 | 50% | Code-aware prompt context |
| Qwen3-0.6B (Legal) | $0.005 | $0.0020 | 60% | Strict verification gates |
| Gemini 3.1 Pro (Complex) | $0.010 | $0.0075 | 25% | Full cognitive fallback |
| Rail | Per-Action Cost | Viable at $0.001? | Why |
|---|---|---|---|
| Ethereum L1 | ~$0.50–$5.00 | ✗ Never | Gas for a single ERC-20 transfer dwarfs sub-cent pricing. |
| Stripe | $0.30 + 2.9% | ✗ Never | Minimum fee exceeds the charge before percentage fees. |
| Arc direct tx | ~$0.005 | ✗ Marginal | Still several times above the cheapest $0.001 route. |
| Circle Gateway | ~$0.00005 | ✓ Yes | Batched auth + bulk Arc settlement keeps per-action cost tiny. |