Billing

CorvusLLM bills against the customer key balance and stops at zero.

The customer key is the balance carrier. Top-ups credit the same key. The API stops at zero balance. Cache reads and writes are priced from the input price of the requested CorvusLLM model.

Balance rules

  • Payment confirmation creates or credits the customer key.
  • Top-ups credit the same key, not a second key.
  • When balance hits zero, the API returns 429 out of balance.

Pricing formula

Base request cost follows the CorvusLLM prices shown on the public pricing table and model docs.

  • Input: requested input tokens x CorvusLLM input price
  • Output: completion tokens x CorvusLLM output price
  • Cache read: 25% of the CorvusLLM input price
  • Cache write: 125% of the CorvusLLM input price

Dashboard reflection

The personal dashboard shows the same key, current balance, request count, recent requests, and model breakdown that the runtime writes during real usage.

Browse docs
On this page