> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raziel.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Raziel pricing: Router rates and Teams subscription

> Router charges 15% at deposit time, not per request. Teams costs $40/mo flat, billed from USDC balance. Model spend is metered separately at OpenRouter rates.

Raziel has two products with two distinct pricing models. Router is pay-as-you-go with a deposit-time margin. Teams is a flat monthly subscription debited from your USDC balance. Model inference costs are separate from both and metered per token.

## Two products, two models

|                     | Router                         | Teams                                      |
| ------------------- | ------------------------------ | ------------------------------------------ |
| **What you pay**    | 15% margin on deposit          | \$40/mo flat                               |
| **When you pay**    | At deposit time                | First month at creation, then monthly      |
| **Payment method**  | USDC balance (deposit margin)  | USDC balance                               |
| **Model costs**     | OpenRouter rates, pass-through | Separate — metered through Router          |
| **Minimum balance** | \$0.05 to route requests       | $0.05 + $40 to create                      |
| **Cancel policy**   | N/A — top up as needed         | Any time. Machine destroyed within 7 days. |

***

## Router pricing

Router is a proxy over OpenRouter. You deposit USDC, Raziel takes **15% at deposit time**, and the remaining 85% becomes your usable balance at OpenRouter rates.

* **One key for 400+ models. 15% on deposit.**
* No per-request overhead. No per-seat fee. No minimum deposit.
* Model rates pass through at current OpenRouter spot prices.
* \$0.05 minimum balance required before the gateway forwards requests.

The 15% is taken once when funds enter your account — not on each API call. A $100 deposit gives you $85 of model spend at OpenRouter rates.

<Note>
  Model rates change when OpenRouter updates upstream provider pricing. Raziel passes through current rates at request time. Check the **Pricing** page in the dashboard for live rates.
</Note>

### Current model rates (pass-through)

Prices are per million tokens at OpenRouter rates. Your effective cost adds the 15% deposit margin amortized across your usage.

| Model      | Input / 1M | Output / 1M | Cache read / 1M | Cache write / 1M |
| ---------- | ---------- | ----------- | --------------- | ---------------- |
| Haiku 4.5  | \$0.80     | \$4.00      | \$0.08          | \$1.00           |
| Sonnet 4.6 | \$3.00     | \$15.00     | \$0.30          | \$3.75           |
| Opus 4.7   | \$15.00    | \$75.00     | \$1.50          | \$18.75          |

***

## Teams pricing

Each team is a dedicated server running your agent 24/7. The flat fee covers the machine — model inference is billed separately through Router.

* **\$40/mo per team.** First month debited at creation.
* Billed from your USDC balance. No card.
* Model spend is separate — metered through Router at spot prices.
* 10 GB persistent volume included. No storage surcharge.
* No setup fee. No bandwidth surcharge. No per-integration cost. No per-seat pricing.

### What happens when you cancel or run out of balance

| Scenario                 | Outcome                                         |
| ------------------------ | ----------------------------------------------- |
| Cancel any time          | Machine destroyed within 7 days                 |
| Balance hits zero        | Team pauses. Data preserved for 7 days.         |
| No partial-month refunds | Unused days in the billing period are forfeited |

<Warning>
  If your USDC balance reaches zero, your team pauses immediately. The machine and its data are preserved for 7 days, after which they are destroyed. Top up before the deadline to resume without data loss.
</Warning>

***

## FAQ

<AccordionGroup>
  <Accordion title="What happens if my balance runs out?">
    For Router: requests return HTTP 402 until you deposit more USDC. For Teams: the team pauses when the \$40 monthly debit cannot be collected. Data is preserved for 7 days. Top up your balance to resume. After 7 days the machine and volume are destroyed.
  </Accordion>

  <Accordion title="Is there a minimum deposit?">
    No minimum deposit amount. Your balance must be at or above $0.05 before the gateway forwards any Router request. For Teams, your balance must cover the $40 monthly charge at creation time.
  </Accordion>

  <Accordion title="Can I get a refund for unused Teams time?">
    No. Teams charges are prepaid and non-refundable. There are no partial-month refunds. If you cancel mid-month, the remaining days are forfeited.
  </Accordion>

  <Accordion title="Are model costs included in the $40/mo Teams fee?">
    No. The \$40 covers the dedicated machine. All model inference — from your team's agent or from direct Router calls — is metered separately at OpenRouter pass-through rates with Raziel's 15% deposit margin applied.
  </Accordion>

  <Accordion title="How do I see my usage history?">
    Navigate to **Customer → Usage**. Every request is logged with model, token counts, cost, and timestamp. Router and Teams model traffic both appear here.
  </Accordion>
</AccordionGroup>
