Skip to content

Document protected compute tier pricing and interruption semantics - #301

Merged
kylegani merged 1 commit into
masterfrom
compute-tier-pricing
Jul 22, 2026
Merged

Document protected compute tier pricing and interruption semantics#301
kylegani merged 1 commit into
masterfrom
compute-tier-pricing

Conversation

@kylegani

Copy link
Copy Markdown
Contributor

Summary

The docs described the protected compute tier as "increased cost" without stating the price. This PR states it plainly: protected compute is billed at 2x the interruptible rate, verified against the production billing configuration (the premium is exactly 2x for CPU, memory, and every GPU type on all plans).

It also corrects the tier framing while in the area:

  • compute_tier sets the interruption guarantee, not spot vs on-demand placement. Interruptible instances prefer preemptible capacity but can run on any capacity (billed at the base rate regardless); protected instances run only on capacity that cannot be reclaimed.
  • Interruptible instances can be interrupted two ways: cloud provider preemption and platform capacity consolidation. Protected instances are exempt from both. New "Interruptions and Consolidation" subsection covers this and links to the graceful termination guide.

Changes

  • scaling/scaling-apps.mdx: Price column in the tier table, new Pricing subsection (2x rate, whole-instance scope, tier fixed at instance start, pricing-page rates are interruptible rates), new Interruptions and Consolidation subsection, corrected section intro.
  • toml-reference/toml-reference.mdx: compute_tier row now states the interruption-guarantee semantics and the 2x price; example comment updated.
  • calculating-cost.mdx: notes that listed rates are interruptible-tier rates and protected bills at 2x, with a link to the Compute Tier section.

🤖 Generated with Claude Code

State the protected tier price (2x the interruptible rate, verified
against production billing configuration) in the compute tier docs,
the TOML reference, and the cost calculation page. Correct the tier
framing: compute_tier sets the interruption guarantee, not spot vs
on-demand placement, and interruptible instances can also be relocated
by platform capacity consolidation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
cerebrium 🟢 Ready View Preview Jul 22, 2026, 5:45 PM

@kylegani
kylegani merged commit 055f21a into master Jul 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants