Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading