Skip to content

docs(pricing-may-2026): regroup BYOK + CIE + Model Choice into new 'Inference & providers' sub-section#122

Merged
hongyi-chen merged 1 commit into
hyc/plan-updatesfrom
hyc/plan-updates-inference-section
May 21, 2026
Merged

docs(pricing-may-2026): regroup BYOK + CIE + Model Choice into new 'Inference & providers' sub-section#122
hongyi-chen merged 1 commit into
hyc/plan-updatesfrom
hyc/plan-updates-inference-section

Conversation

@hongyi-chen
Copy link
Copy Markdown
Collaborator

Summary

Stacks on PR #115. Moves three pages that all describe how the agent's model call happens into a new Inference & providers sub-section under Agents > Warp Agents:

  • agent-platform/inference/model-choice (moved from agent-platform/capabilities/)
  • agent-platform/inference/bring-your-own-api-key (moved from support-and-community/plans-and-billing/)
  • agent-platform/inference/custom-inference-endpoint (moved from support-and-community/plans-and-billing/)

BYOLLM (Enterprise) keeps its existing location and is cross-linked from the new section.

Why

BYOK and CIE were sidebared under "Plans and billing" because their billing implications are unusual, but readers looking for them are almost certainly browsing Agents docs. "Inference & providers" puts model selection (Model Choice) and bring-your-own infrastructure (BYOK, CIE) in one place under Warp Agents.

What's in here

  • 3 file moves via git mv (history preserved).
  • Sidebar (src/sidebar.ts): new Inference & providers sub-group under Warp Agents, between Agent context and Interactive code review. Model Choice removed from Capabilities; BYOK + CIE removed from Plans and billing.
  • Redirects (vercel.json):
    • 49 existing model-choice destinations re-pointed directly to /agent-platform/inference/model-choice/ (no chain hops).
    • 17 existing BYOK destinations re-pointed directly to /agent-platform/inference/bring-your-own-api-key/.
    • 3 new 308 redirects for the old slugs (/agent-platform/capabilities/model-choice, /support-and-community/plans-and-billing/bring-your-own-api-key, /support-and-community/plans-and-billing/custom-inference-endpoint).
  • Comprehensive inbound-link sweep: every internal reference across all .mdx files updated to the new /agent-platform/inference/... URLs. No reliance on redirects for live docs.
  • Index page updates: capabilities/index.mdx and plans-and-billing/index.mdx pruned to reflect the move, with cross-links to the new section.

Validation

  • npm run build passes (334 pages, no errors).
  • Verified dist/agent-platform/inference/{model-choice,bring-your-own-api-key,custom-inference-endpoint}/ are generated and the old paths no longer exist.
  • Verified zero remaining references to the old URLs in src/content/docs/.

Merge order

Conversation link

Co-Authored-By: Oz oz-agent@warp.dev

@cla-bot cla-bot Bot added the cla-signed label May 21, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 21, 2026 5:35pm

Request Review

…Inference & providers' sub-section under Warp Agents

Group three pages that all describe how the agent's model call happens
into a new sub-section under Agents > Warp Agents:

  agent-platform/inference/
    model-choice.mdx               (moved from capabilities/)
    bring-your-own-api-key.mdx     (moved from support-and-community/plans-and-billing/)
    custom-inference-endpoint.mdx  (moved from support-and-community/plans-and-billing/)

Why: BYOK and CIE were sidebared under 'Support & Community > Plans and
billing' but they're really about agent inference routing, not billing.
Grouping them with Model Choice gives readers a single place to learn
about model selection + bring-your-own inference. BYOLLM (Enterprise)
stays at its existing location and cross-links to the new section.

Changes:
  * 3 files moved to src/content/docs/agent-platform/inference/.
  * sidebar.ts: new 'Inference & providers' sub-group under Warp Agents
    (between Agent context and Interactive code review). Model Choice
    removed from Capabilities, BYOK + CIE removed from Plans and billing.
  * vercel.json: 49 model-choice + 17 BYOK existing redirects re-pointed
    directly to /agent-platform/inference/... (no chain hops). 3 new 308
    redirects added for the old slugs.
  * Comprehensive inbound-link sweep: every internal reference to the old
    URLs across all .mdx files updated to the new /agent-platform/inference/
    URLs. capabilities/index.mdx and plans-and-billing/index.mdx pruned to
    reflect the move (with cross-links to the new section).

Validated with npm run build (334 pages, no errors).

Co-Authored-By: Oz <oz-agent@warp.dev>
@hongyi-chen hongyi-chen force-pushed the hyc/plan-updates-inference-section branch from 9a1b614 to 54345b7 Compare May 21, 2026 17:32
@hongyi-chen hongyi-chen marked this pull request as ready for review May 21, 2026 17:36
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 21, 2026

@hongyi-chen

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR reorganizes the BYOK, custom inference endpoint, and Model Choice documentation into a new Inference & providers subsection, updates internal links, adjusts the sidebar, and adds redirects for moved pages. I reviewed the annotated diff, the PR description, and the provided spec context; the changes are documentation-only and align with the stated reorganization.

Concerns

  • No blocking concerns found.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@hongyi-chen hongyi-chen merged commit 5da67ca into hyc/plan-updates May 21, 2026
4 checks passed
@hongyi-chen hongyi-chen deleted the hyc/plan-updates-inference-section branch May 21, 2026 18:04
hongyi-chen pushed a commit that referenced this pull request May 21, 2026
Resolve conflict in credits.mdx:
- PR #122 moved bring-your-own-api-key.mdx and custom-inference-endpoint.mdx
  to /agent-platform/inference/ and rewrote the BYOK link in this file.
- This branch (PR #114) added a new CIE link in the same bullet plus
  updated the BYOLLM provider list to "AWS Bedrock (with Azure Foundry
  and Google Vertex coming soon)".

Combined resolution keeps both: the CIE link is re-pointed to the new
/agent-platform/inference/custom-inference-endpoint/ URL, the BYOK link
adopts /agent-platform/inference/bring-your-own-api-key/, and the
BYOLLM provider phrasing from PR #114 is preserved.

npm run build: 335 pages, no link errors.

Co-Authored-By: Oz <oz-agent@warp.dev>
hongyi-chen added a commit that referenced this pull request May 21, 2026
…ss PR #116 review comments

Merge resolution (PR #114, #115, #122 already landed in base):
- index.mdx: drop both BYOK/Overages bullets (BYOK moved to /agent-platform/inference/; overages-legacy being deleted)
- plans-pricing-refunds.mdx: use new /agent-platform/inference/ paths for BYOK/CIE; drop Overages (Legacy) bullet
- pricing-faqs.mdx: keep PR 116 HEAD for plan-blurbs and ZDR FAQ; drop legacy Pro/Turbo/Lightspeed plan section
- sidebar.ts: drop both byok and overages-legacy entries

Danny's review comments:
- vercel.json: add two new redirects so canonical /support-and-community/plans-and-billing/overages-legacy[/] 308s to /add-on-credits/ (no more 404 once page is deleted)
- pricing-faqs.mdx: applied oz-for-oss Build/Max blurb rewrite (drop "single-user" framing); scoped ZDR sentence to Warp-managed traffic; added unlimited-Warp-Drive-collaborators vs paid-seat-cap clarifier; added explicit Free vs paid platform-credits behavior; added "as long as you have an active subscription" qualifier to 12-month rollover line; added "billing starts July 1, 2026" inline pointer to platform-credits BYOK/CIE bullets; replaced "their share of Reload credits" with "user-scoped Reload credits balance" + grandfathered pooled note; added :::caution for owner-billed scheduled/API-key runs and defined "blocked" (insufficient-credits error, no retry)
- knowledge-and-collaboration/teams.mdx: added :::note clarifying grandfathered pooled Reload credits remain with the team across membership changes
- enterprise/team-management/teams.mdx: same grandfathered pooled clarification + "(also known as Add-on Credits)" alias
- add-on-credits.mdx: added :::note that Add-on Credits and Reload credits are interchangeable terms

URL updates after PR #122 moved BYOK/CIE under /agent-platform/inference/:
- pricing-faqs.mdx: all /support-and-community/plans-and-billing/bring-your-own-api-key/ and /support-and-community/plans-and-billing/custom-inference-endpoint/ links rewritten to /agent-platform/inference/...

Validated with npm run build (no broken links).

Co-Authored-By: Oz <oz-agent@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants