Compute Credits
How billing works on System R AI. Add credits, use tools and LLM, pay what you use.
System R AI is usage-based. Credits are deducted per tool call and per LLM request. One account balance shared across all your API keys.
- New accounts get $5 free credits on first API key generation
- Balance at $0 = service stops. No surprise charges.
- Credits never expire
Add credits
Card (Stripe)
The simplest way. Pay with any credit or debit card. $5 minimum, $10,000 maximum.
From the portal: app.systemr.ai/billing
Via API:
Crypto
Send tokens to the treasury wallet on Solana mainnet. Credits added instantly after verification.
| Currency | Rate | Notes |
|---|---|---|
| OSR | Live market price + 50% bonus credits | 70% burned (deflationary), 30% retained. Best value. |
| SOL | Live market price | CoinGecko rate at deposit time |
| USDC | 1:1 USD | Stablecoin |
| USDT | 1:1 USD | Stablecoin |
| PYUSD | 1:1 USD | Stablecoin |
Treasury wallet: 9Nc6u9ft3uAr6DSaqHijFjQS53hZPDRL2LoVYvH4vK5H
What gets billed
Tool calls
Each of the 58 operations has a fixed price ($0.002 - $2.00). See Pricing.
LLM usage
When using System R's hosted LLM (chat, CLI), token usage is billed per request at the following rates:
| Model | Input (per 1M tokens) | Output (per 1M tokens) |
|---|---|---|
| Claude Sonnet 4.6 | $9.00 | $45.00 |
| Claude Opus 4.6 | $45.00 | $225.00 |
BYOK (Bring Your Own Key)
Provide your own Anthropic or OpenAI API key. LLM calls use your key — zero LLM charge from us. You only pay for tool calls.
How billing works per call
- You call a tool or send a chat message
- System checks your account balance
- If sufficient: tool executes, cost deducted, result returned
- If insufficient: HTTP 402 returned. No deduction, no execution.
- Transaction logged in audit trail
OSR payments receive 50% bonus credits — the best value on the platform.
Per-key limits
Set spending caps per API key from the Dashboard:
- Daily limit — max spend per day for this key
- Monthly limit — max spend per month for this key
- Allowed operations — restrict which tools this key can call
All keys share one account balance. Limits protect against runaway usage.
Check balance
View usage
Returns usage grouped by operation type with call count and total cost.
View transactions
Returns all credits, deductions, and deposits with timestamps.
| Python SDK | pip install systemr |
| MCP Server | agents.systemr.ai/mcp/sse |
| OpenAPI Spec | agents.systemr.ai/openapi.json |
| Machine Docs | agents.systemr.ai/llms.txt |
| GitHub | System-R-AI |
| X | @Systemrai |
| YouTube | @systemr_ai |
| hello@systemr.ai | |
| Phone | 628 333 6693 |
| Address | 7901 4TH ST N, STE 28529, ST PETERSBURG, FL 33702 |
| Terms | Terms of Service |
| Privacy | Privacy Policy |
| Security | Security Policy |