Skip to content

Commit ada7e27

Browse files
hongyi-chenoz-agent
andcommitted
docs(pricing-may-2026): weave platform credits into BYOK + CIE billing copy
Soften the "never consumes Warp credits" claims on the BYOK and Custom inference endpoint (CIE) pages so they accurately reflect the May 2026 launch: on Business and Enterprise, local agent runs that use customer-supplied inference still consume platform credits for Warp's platform infrastructure (run lifecycle, integrations, observability). Changes on each page: - Trim the frontmatter description to mention the Business/Enterprise platform credits caveat for local runs (keeping length around the 160-char target). - Add a :::note callout right after the "never consumes your credits" paragraph pointing readers at the platform credits doc. - Add a footnote line under the BYOK / CIE / BYOLLM comparison table noting that platform credits may apply for local agent runs on Business and Enterprise across all three customer-supplied inference paths. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 3135686 commit ada7e27

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
22
title: Bring your own API key
33
description: >-
4-
Use your own OpenAI, Anthropic, or Google API keys with Warp's agents.
5-
BYOK is available on the Free plan and all eligible paid plans, and never
6-
consumes Warp credits.
4+
Use your own OpenAI, Anthropic, or Google API keys. Never consumes AI
5+
credits — on Business and Enterprise, platform credits may apply for
6+
local agent runs.
77
---
88

99
Warp supports **Bring your own API key (BYOK)** for users who want to connect Warp's agents to their own Anthropic, OpenAI, or Google API accounts.
1010

1111
BYOK gives you full control over model selection, billing, and data routing. See [Model Choice](/agent-platform/capabilities/model-choice/) for the full list of supported models. When you route a request through your own key, Warp **never consumes your** [credits](/support-and-community/plans-and-billing/credits/) for that request.
1212

13+
:::note
14+
On the Business and Enterprise plans, local agent runs that use BYOK still consume platform credits for Warp's platform infrastructure (run lifecycle, integrations, observability). See [platform credits](/support-and-community/plans-and-billing/platform-credits/) for what's covered.
15+
:::
16+
1317
:::note
1418
BYOK is available on the Free plan and on all eligible paid plans. See [warp.dev/pricing](https://www.warp.dev/pricing) for the current list of eligible plans.
1519
:::
@@ -30,6 +34,8 @@ Warp offers three ways to bring your own AI infrastructure. Use this table to pi
3034

3135
See [warp.dev/pricing](https://www.warp.dev/pricing) for current plan availability.
3236

37+
Platform credits may apply for local agent runs on Business and Enterprise when using BYOK, CIE, or BYOLLM. See [platform credits](/support-and-community/plans-and-billing/platform-credits/).
38+
3339
## How BYOK works
3440

3541
When you add your own model API keys in Warp, those keys are stored **locally on your device** and are **never synced to the cloud**.

src/content/docs/support-and-community/plans-and-billing/custom-inference-endpoint.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Custom inference endpoint
33
description: >-
4-
Connect Warp to any OpenAI-compatible custom inference endpoint, such as
5-
OpenRouter, LiteLLM, z.ai, or an internal gateway. Available on the Free
6-
plan and all eligible paid plans.
4+
Connect Warp to OpenAI-compatible endpoints (OpenRouter, LiteLLM, z.ai,
5+
internal gateways). On Business and Enterprise, platform credits may
6+
apply for local runs.
77
---
88

99
A **Custom inference endpoint (CIE)** lets you connect Warp's agents to any OpenAI-compatible inference endpoint, so you can route AI requests through your preferred model router, hosted gateway, or internal infrastructure.
@@ -69,6 +69,10 @@ When you select a CIE-routed model from the model picker:
6969
* Inference is billed directly by your endpoint provider, according to their pricing.
7070
* The credit transparency footer will show "0 credits used" for CIE-routed requests.
7171

72+
:::note
73+
On Business and Enterprise plans, local agent runs that use a custom inference endpoint still consume platform credits for Warp's platform infrastructure. See [platform credits](/support-and-community/plans-and-billing/platform-credits/) for the full breakdown.
74+
:::
75+
7276
### Auto routing still uses Warp credits
7377

7478
Warp's **Auto** models dynamically route across providers using Warp's infrastructure. Because Auto routing depends on Warp, **Auto always consumes Warp's credits**, even if you've configured a custom inference endpoint.
@@ -109,6 +113,8 @@ Warp offers three ways to bring your own AI infrastructure. Use this table to pi
109113
| **Custom inference endpoint** (CIE) | Connect Warp to an OpenAI-compatible endpoint such as OpenRouter, LiteLLM, z.ai, or an internal gateway. | Free and all eligible paid plans |
110114
| **[Bring your own LLM](/enterprise/enterprise-features/bring-your-own-llm/)** (BYOLLM) | Enterprise-managed inference through your cloud provider (AWS Bedrock, Azure Foundry, Google Vertex) or approved internal infrastructure, with Warp handling routing, orchestration, governance, and observability. | Enterprise only |
111115

116+
Platform credits may apply for local agent runs on Business and Enterprise when using BYOK, CIE, or BYOLLM. See [platform credits](/support-and-community/plans-and-billing/platform-credits/).
117+
112118
## Related resources
113119

114120
* [Bring your own API key](/support-and-community/plans-and-billing/bring-your-own-api-key/) — Use your own OpenAI, Anthropic, or Google API keys.

0 commit comments

Comments
 (0)