From 6653c814dfd0903d62307c3b5cf242d58f09f563 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Wed, 2 Sep 2026 17:11:38 +0000 Subject: [PATCH] docs(inference): call the inference bucket "AI credits", not "Warp AI credits" The custom inference endpoint and BYOK pages named the inference credit bucket "Warp AI credits", embedding the retired Warp AI product name (renamed to Agent Mode). The canonical bucket name is "AI credits", as used on the credits page. Co-Authored-By: Warp --- src/content/docs/agents/inference/bring-your-own-api-key.mdx | 2 +- .../docs/agents/inference/custom-inference-endpoint.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/agents/inference/bring-your-own-api-key.mdx b/src/content/docs/agents/inference/bring-your-own-api-key.mdx index f0e4622e6..3c05ac77b 100644 --- a/src/content/docs/agents/inference/bring-your-own-api-key.mdx +++ b/src/content/docs/agents/inference/bring-your-own-api-key.mdx @@ -97,7 +97,7 @@ To use your own key, select a specific provider model (for example, Claude Opus When you select a model with the key icon in your model picker, Warp routes the request through your API key. In that case: -* Inference is billed directly through your provider account rather than drawing from your Warp AI credits. +* Inference is billed directly through your provider account rather than drawing from your AI credits. * Agent Mode prioritizes BYOK over any available Warp credits. :::note diff --git a/src/content/docs/agents/inference/custom-inference-endpoint.mdx b/src/content/docs/agents/inference/custom-inference-endpoint.mdx index f3d57e095..fea4e1939 100644 --- a/src/content/docs/agents/inference/custom-inference-endpoint.mdx +++ b/src/content/docs/agents/inference/custom-inference-endpoint.mdx @@ -81,9 +81,9 @@ For example, with a default Ollama install listening on port `11434`, run `ngrok ## Billing behavior -### Warp AI credits +### AI credits -When you select an endpoint-routed model from the model picker, inference is billed directly by your endpoint provider, according to their pricing, rather than drawing from your Warp AI credits. +When you select an endpoint-routed model from the model picker, inference is billed directly by your endpoint provider, according to their pricing, rather than drawing from your AI credits. :::note On Business and Enterprise plans, local agent runs that route through 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.