|
76 | 76 | <a href="#features">Features</a> |
77 | 77 | <a href="#faq">FAQ</a> |
78 | 78 | <a href="/docs/index.html">Docs</a> |
79 | | - <a class="button button-primary mobile-github" href="https://github.com/PredictabilityAtScale/promptopskit">GitHub</a> |
| 79 | + <a class="button button-primary nav-github" href="https://github.com/PredictabilityAtScale/promptopskit">GitHub</a> |
80 | 80 | </nav> |
81 | | - |
82 | | - <a class="button button-primary desktop-github" href="https://github.com/PredictabilityAtScale/promptopskit">GitHub</a> |
83 | 81 | </div> |
84 | 82 | </header> |
85 | 83 |
|
@@ -286,25 +284,6 @@ <h3>3. Render for any provider</h3> |
286 | 284 | <section id="features" class="container section"> |
287 | 285 | <h2>Features for engineering teams</h2> |
288 | 286 | <div class="grid two"> |
289 | | - <article class="card card-featured-optional"> |
290 | | - <p class="card-kicker">Optional Integration</p> |
291 | | - <h3>Usage-based billing and entitlement checks with <a href="https://usagetap.com">usagetap.com</a></h3> |
292 | | - <p> |
293 | | - PromptOpsKit can optionally pair with <a href="https://usagetap.com">usagetap.com</a> when you need usage metering, |
294 | | - per-call entitlement checks, spend-aware AI feature gating, or a path from free |
295 | | - usage to PAYG and committed plans. PromptOpsKit still owns prompt rendering; |
296 | | - <a href="https://usagetap.com">usagetap.com</a> adds billing and control around the LLM call. |
297 | | - </p> |
298 | | - <p> |
299 | | - The integration is separate, fetch-based, and opt-in through the |
300 | | - <code>promptopskit/usagetap</code> subpath. |
301 | | - </p> |
302 | | - <p> |
303 | | - <a href="/docs/index.html#/usagetap">Read the usagetap.com docs</a> |
304 | | - · |
305 | | - <a href="https://usagetap.com">Learn about usagetap.com</a> |
306 | | - </p> |
307 | | - </article> |
308 | 287 | <article class="card"> |
309 | 288 | <h3>Validation & schema checks</h3> |
310 | 289 | <ul> |
@@ -350,6 +329,21 @@ <h3>No transport lock-in</h3> |
350 | 329 | <li>Works with any fetch wrapper, SDK, or infrastructure</li> |
351 | 330 | </ul> |
352 | 331 | </article> |
| 332 | + <article class="card card-featured-optional"> |
| 333 | + <p class="card-kicker">Optional Integration</p> |
| 334 | + <h3>Usage-based billing and entitlement checks</h3> |
| 335 | + <p> |
| 336 | + PromptOpsKit can optionally pair with <a href="https://usagetap.com">usagetap.com</a> when you need usage metering, |
| 337 | + per-call entitlement checks, spend-aware AI feature gating, or a path from free |
| 338 | + usage to PAYG and committed plans. PromptOpsKit still owns prompt rendering; |
| 339 | + <a href="https://usagetap.com">usagetap.com</a> adds billing and control around the LLM call. |
| 340 | + </p> |
| 341 | + <p> |
| 342 | + <a href="/docs/index.html#/usagetap">Read the usagetap.com docs</a> |
| 343 | + · |
| 344 | + <a href="https://usagetap.com">Learn about usagetap.com</a> |
| 345 | + </p> |
| 346 | + </article> |
353 | 347 | </div> |
354 | 348 | </section> |
355 | 349 |
|
|
0 commit comments