Skip to content

Commit 3135686

Browse files
hongyi-chenoz-agent
andcommitted
Add BYOK / CIE org-size disclosure and soften CIE in-app search keyword
Per follow-up review on PR #71: - Add a second top-of-page :::note callout on both bring-your-own-api-key.mdx and custom-inference-endpoint.mdx clarifying that BYOK and CIE are available to individual users and organizations with 10 or fewer employees; larger organizations need a Warp Business or Enterprise plan. - Mirror the same disclosure as a one-sentence statement near the bottom of each page so readers who jump to the BYOK Enterprise/Business section (BYOK) or the Plan availability section (CIE) see the restriction inline. - Soften the CIE 'Enabling' step from 'search for custom inference endpoint' to 'search for inference endpoint' since the exact configuration name was not verifiable. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 41374c1 commit 3135686

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ BYOK gives you full control over model selection, billing, and data routing. See
1414
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.
1515
:::
1616

17+
:::note
18+
BYOK and custom inference endpoint support are available for individual users and organizations with 10 or fewer employees, subject to Warp's Terms of Service. Companies or organizations with more than 10 employees require a Warp Business or Enterprise plan to use BYOK.
19+
:::
20+
1721
## How BYOK differs from Custom inference endpoint and BYOLLM
1822

1923
Warp offers three ways to bring your own AI infrastructure. Use this table to pick the right one, and follow the links for full details.
@@ -124,6 +128,8 @@ Warp itself never stores your LLM API keys.
124128

125129
### BYOK on Enterprise and Business plans
126130

131+
BYOK is available to individual users and to organizations with 10 or fewer employees, subject to Warp's Terms of Service. Companies or organizations with more than 10 employees need a Warp Business or Enterprise plan to use BYOK.
132+
127133
Today, BYOK is configured at the **user level** on every plan, including Enterprise and Business:
128134

129135
* Each team member can add and manage their own API keys locally on their device.

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ CIE is the right fit when you want to choose your provider, consolidate billing
1414
CIE 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.
1515
:::
1616

17+
:::note
18+
BYOK and custom inference endpoint support are available for individual users and organizations with 10 or fewer employees, subject to Warp's Terms of Service. Companies or organizations with more than 10 employees require a Warp Business or Enterprise plan to use custom inference endpoints.
19+
:::
20+
1721
## Key features
1822

1923
* **OpenAI-compatible** - Works with any endpoint that implements the OpenAI Chat Completions API.
@@ -46,7 +50,7 @@ When a CIE-routed model is selected:
4650

4751
To enable and configure a custom inference endpoint:
4852

49-
1. In Warp, open **Settings** and search for `custom inference endpoint` to jump to the configuration.
53+
1. In Warp, open **Settings** and search for `inference endpoint` to jump to the configuration.
5054
2. Add your endpoint URL (the base URL that exposes `/v1/chat/completions`) and any required credentials (typically an API key).
5155
3. Specify the model identifier(s) you want to route through this endpoint.
5256
4. Save the configuration. Once added, you'll see your custom models appear in the model picker.
@@ -91,6 +95,8 @@ Review your endpoint provider's data handling and retention policies before rout
9195

9296
CIE 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 and any plan-specific limits.
9397

98+
CIE is available to individual users and to organizations with 10 or fewer employees, subject to Warp's Terms of Service. Companies or organizations with more than 10 employees need a Warp Business or Enterprise plan to use custom inference endpoints.
99+
94100
Centrally configured, admin-managed CIE for teams is not yet available. Each user configures their own endpoint locally. Enterprise teams that need centrally managed model routing today should see [Bring your own LLM](/enterprise/enterprise-features/bring-your-own-llm/).
95101

96102
## How CIE differs from BYOK and BYOLLM

0 commit comments

Comments
 (0)