docs(pricing-may-2026): regroup BYOK + CIE + Model Choice into new 'Inference & providers' sub-section#122
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…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>
9a1b614 to
54345b7
Compare
|
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 Powered by Oz |
There was a problem hiding this comment.
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
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>
…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>
Summary
Stacks on PR #115. Moves three pages that all describe how the agent's model call happens into a new
Inference & providerssub-section under Agents > Warp Agents:agent-platform/inference/model-choice(moved fromagent-platform/capabilities/)agent-platform/inference/bring-your-own-api-key(moved fromsupport-and-community/plans-and-billing/)agent-platform/inference/custom-inference-endpoint(moved fromsupport-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
git mv(history preserved).src/sidebar.ts): newInference & providerssub-group under Warp Agents, betweenAgent contextandInteractive code review. Model Choice removed from Capabilities; BYOK + CIE removed from Plans and billing.vercel.json):/agent-platform/inference/model-choice/(no chain hops)./agent-platform/inference/bring-your-own-api-key/./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)..mdxfiles updated to the new/agent-platform/inference/...URLs. No reliance on redirects for live docs.capabilities/index.mdxandplans-and-billing/index.mdxpruned to reflect the move, with cross-links to the new section.Validation
npm run buildpasses (334 pages, no errors).dist/agent-platform/inference/{model-choice,bring-your-own-api-key,custom-inference-endpoint}/are generated and the old paths no longer exist.src/content/docs/.Merge order
hyc/plan-updates(so this flows into umbrella docs(pricing-may-2026): May 21, 2026 pricing + packaging launch #119).hyc/plan-updates-byok-cie-byollm(PR docs(pricing-may-2026): customer-supplied inference (BYOK + CIE + BYOLLM) #115) since CIE only exists there. docs(pricing-may-2026): customer-supplied inference (BYOK + CIE + BYOLLM) #115 should merge first; this PR can then be merged intohyc/plan-updatescleanly.Conversation link
Co-Authored-By: Oz oz-agent@warp.dev