Reserved capacity lets you pre-commit to memory you’ll use later. OpenComputer plans for it instead of holding margin against uncertain demand; you get a lower effective rate on the committed usage. Pure on-demand still works for everything else.Documentation Index
Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt
Use this file to discover all available pages before exploring further.
Reservations are non-refundable
Once you commit to capacity for an interval, that’s a permanent commitment. There is no cancellation, no transfer, no partial refund. The commitment is the whole reason the rate is lower — any carve-out re-introduces the demand risk reserved capacity exists to remove. The hedge is to book conservatively: reserve only what you’re confident you’ll run, and let on-demand absorb everything else.The unit is 1 GB-hour
Reservations are made against 15-minute UTC intervals on the quarter-hour grid::00, :15, :30, :45. Within each interval, the minimum
commitment is 4 GB for 15 minutes — that is, 1 GB-hour. All
reservations must be multiples of 4 GB per interval; anything smaller
isn’t a meaningful commitment unit and the API rejects it.
The 15-minute time grain is deliberate. Reserve the slots you’ll actually
run in — you aren’t pushed into a long contiguous block and asked to pay
for the troughs in between. A nightly batch reserves the eight intervals
it occupies; a weekday workload reserves working hours and skips evenings
and weekends. The reserved rate applies whatever shape your demand takes.
You don’t book individual blocks or get block IDs back. You just tell the
API “for this interval, add this many GB to my reserved capacity,” and the
calendar shows you the new total.
A small example
Reserve 16 GB for the 02:00–02:15 UTC slot tomorrow:curl
Why reserve instead of running on-demand?
| On-demand (instant) | Reserved (pre-booked) | |
|---|---|---|
| Rate | $0.060/GB-hour | $0.012/GB-hour |
| Commitment | None | Full — you pay regardless of usage |
| Availability | Subject to platform headroom | Guaranteed for the interval you booked |
| Best for | Unpredictable or bursty workloads | Nightly batch jobs, scheduled runs, known traffic patterns |
Where to go next
Concepts
The vocabulary: intervals, reservations, the reservation log.
Reading the calendar
Plan reservations before you commit.
Reserving capacity
The write flow, idempotency, atomicity.
Usage and overage
How reserved capacity is consumed and how overage is billed.
Pricing. Pre-booked capacity bills at 0.060/GB-hour — a 5× ratio that’s the price of
optionality for capacity you didn’t pre-commit. Both rates are flat
across sandbox sizes. Disk above the 20 GB allowance is billed
separately at the disk-overage rate (unchanged).