Usage-pricing build-up

A price build-up for the enterprise contract with the usage block highlighted

Try in Playground
Usage-pricing build-up slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Waterfall Bridge
Output
.pptx + PDF + PNG

Example brief

Create a usage-pricing bridge: base fee $120K, seats +$230K, API usage +$64K (variable, highlighted), premium support +$38K, committed-use discount -$40K, total $412K/yr; caution that usage swings +/-$16K and is capped at $80K.

Render it

Structured intent — create_slide payload

Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.

{
  "form": "waterfall_bridge",
  "variant": "usage_pricing_build",
  "headline": "How the $412K annual contract price builds up - and where usage moves it",
  "context": "Enterprise tier, 2,400 seats, indicative year-1 consumption",
  "caution": "API usage is the variable block: +/-25% consumption moves the total by +/-$16K - capped at $80K in the contract.",
  "takeaway": "Fix everything except usage; cap the usage block so finance can budget the worst case.",
  "source_note": "Deal desk pricing model v3, June 2026",
  "data": {
    "unit": "$K/yr",
    "steps": [
      {
        "kind": "start",
        "label": "Platform base fee",
        "value": 120,
        "display": "$120K"
      },
      {
        "kind": "delta",
        "label": "Seats (2,400 x $96)",
        "value": 230,
        "display": "+$230K"
      },
      {
        "kind": "delta",
        "label": "API usage (est. 40M calls)",
        "value": 64,
        "display": "+$64K",
        "emphasis": "primary"
      },
      {
        "kind": "delta",
        "label": "Premium support",
        "value": 38,
        "display": "+$38K"
      },
      {
        "kind": "delta",
        "label": "Committed-use discount",
        "value": -40,
        "display": "-$40K"
      },
      {
        "kind": "total",
        "label": "Year-1 contract",
        "value": 412,
        "display": "$412K"
      }
    ]
  }
}

cURL (REST)

curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"waterfall_bridge","variant":"usage_pricing_build","headline":"How the $412K annual contract price builds up - and where usage moves it","context":"Enterprise tier, 2,400 seats, indicative year-1 consumption","caution":"API usage is the variable block: +/-25% consumption moves the total by +/-$16K - capped at $80K in the contract.","takeaway":"Fix everything except usage; cap the usage block so finance can budget the worst case.","source_note":"Deal desk pricing model v3, June 2026","data":{"unit":"$K/yr","steps":[{"kind":"start","label":"Platform base fee","value":120,"display":"$120K"},{"kind":"delta","label":"Seats (2,400 x $96)","value":230,"display":"+$230K"},{"kind":"delta","label":"API usage (est. 40M calls)","value":64,"display":"+$64K","emphasis":"primary"},{"kind":"delta","label":"Premium support","value":38,"display":"+$38K"},{"kind":"delta","label":"Committed-use discount","value":-40,"display":"-$40K"},{"kind":"total","label":"Year-1 contract","value":412,"display":"$412K"}]}}'

Related templates

Frequently asked questions

How do I render the Usage-pricing build-up template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Usage-pricing build-up deterministically — editable PowerPoint in under a second.

Usage-pricing build-up Slide Template | SlideForge | SlideForge (slideforge.dev)