From 54345b720dccca3a1131d9ecb3a4742a3fb41aec Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Thu, 21 May 2026 10:25:24 -0700 Subject: [PATCH] docs: move BYOK + Custom Inference Endpoint + Model Choice into new '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 --- .../agent-platform/capabilities/index.mdx | 4 +- .../docs/agent-platform/cloud-agents/faqs.mdx | 2 +- .../cloud-agents/harnesses/authentication.mdx | 2 +- .../cloud-agents/harnesses/warp-agent.mdx | 6 +- .../agent-platform/cloud-agents/overview.mdx | 2 +- .../agent-platform/getting-started/faqs.mdx | 4 +- .../inference}/bring-your-own-api-key.mdx | 8 +- .../inference}/custom-inference-endpoint.mdx | 8 +- .../model-choice.mdx | 0 .../agent-context/images-as-context.mdx | 2 +- .../agent-platform/local-agents/overview.mdx | 2 +- .../bring-your-own-llm.mdx | 6 +- .../migrate-to-warp-from-claude-code.mdx | 2 +- .../migrate-to-warp-from-cursor.mdx | 4 +- .../quickstart/customizing-warp.mdx | 2 +- src/content/docs/index.mdx | 2 +- src/content/docs/reference/cli/index.mdx | 2 +- .../plans-and-billing/credits.mdx | 2 +- .../plans-and-billing/index.mdx | 6 +- .../plans-pricing-refunds.mdx | 2 +- .../plans-and-billing/platform-credits.mdx | 6 +- .../plans-and-billing/pricing-faqs.mdx | 4 +- .../docs/terminal/input/classic-input.mdx | 2 +- .../docs/terminal/input/universal-input.mdx | 2 +- src/sidebar.ts | 12 +- vercel.json | 143 ++++++++++-------- 26 files changed, 129 insertions(+), 108 deletions(-) rename src/content/docs/{support-and-community/plans-and-billing => agent-platform/inference}/bring-your-own-api-key.mdx (92%) rename src/content/docs/{support-and-community/plans-and-billing => agent-platform/inference}/custom-inference-endpoint.mdx (91%) rename src/content/docs/agent-platform/{capabilities => inference}/model-choice.mdx (100%) diff --git a/src/content/docs/agent-platform/capabilities/index.mdx b/src/content/docs/agent-platform/capabilities/index.mdx index 76c6459d..058e312a 100644 --- a/src/content/docs/agent-platform/capabilities/index.mdx +++ b/src/content/docs/agent-platform/capabilities/index.mdx @@ -13,7 +13,6 @@ Agent capabilities are the core building blocks that define how Warp's agents op * [Skills](/agent-platform/capabilities/skills/) - Reusable, scoped instructions that teach agents how to perform specific tasks in your codebase. * [Planning](/agent-platform/capabilities/planning/) - Turn agent requests into organized, editable plans that execute step-by-step with full visibility. * [Task Lists](/agent-platform/capabilities/task-lists/) - Track complex workflows with automatic task lists that update progress in real time. -* [Model Choice](/agent-platform/capabilities/model-choice/) - Pick your preferred LLM from a curated set of top models, or let Warp choose the optimal one. * [Rules](/agent-platform/capabilities/rules/) - Define global and project-level guidelines that shape agent behavior and responses. * [Full Terminal Use](/agent-platform/capabilities/full-terminal-use/) - Let the agent drive interactive terminal apps, seeing live output and running commands. * [Computer Use](/agent-platform/capabilities/computer-use/) - Let agents interact with desktop environments by taking screenshots, clicking, typing, and controlling the GUI. @@ -24,4 +23,5 @@ Agent capabilities are the core building blocks that define how Warp's agents op ## Related -For hands-on agent interactions, see [Local Agents](/agent-platform/local-agents/overview/). +* [Inference & providers](/agent-platform/inference/model-choice/) - Pick the model that powers your agents, bring your own API key, or connect a custom inference endpoint. +* [Local Agents](/agent-platform/local-agents/overview/) - Hands-on agent interactions in Warp. diff --git a/src/content/docs/agent-platform/cloud-agents/faqs.mdx b/src/content/docs/agent-platform/cloud-agents/faqs.mdx index 374e737b..6962ebdf 100644 --- a/src/content/docs/agent-platform/cloud-agents/faqs.mdx +++ b/src/content/docs/agent-platform/cloud-agents/faqs.mdx @@ -60,7 +60,7 @@ The cloud agents platform supports self-hosting the **agent sandbox** (the execu Self-hosted execution is available on **Enterprise** plans. See [Self-hosting](/agent-platform/cloud-agents/self-hosting/) and [Deployment patterns](/agent-platform/cloud-agents/deployment-patterns/) for details. :::note -[Bring Your Own Key (BYOK)](/support-and-community/plans-and-billing/bring-your-own-api-key/) does not apply to cloud agents. BYOK keys are stored locally on your device and cannot be passed to cloud-hosted or self-hosted agent runs. All cloud agent runs consume [Warp credits](/support-and-community/plans-and-billing/credits/). +[Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) does not apply to cloud agents. BYOK keys are stored locally on your device and cannot be passed to cloud-hosted or self-hosted agent runs. All cloud agent runs consume [Warp credits](/support-and-community/plans-and-billing/credits/). ::: ## Models diff --git a/src/content/docs/agent-platform/cloud-agents/harnesses/authentication.mdx b/src/content/docs/agent-platform/cloud-agents/harnesses/authentication.mdx index c5f95ed7..eb65b7c7 100644 --- a/src/content/docs/agent-platform/cloud-agents/harnesses/authentication.mdx +++ b/src/content/docs/agent-platform/cloud-agents/harnesses/authentication.mdx @@ -12,7 +12,7 @@ Third-party cloud agent authentication in Oz stores provider credentials for clo Auth secrets can be scoped to a **team** (available to all teammates' runs) or **personal** (only your own runs), like any other Warp-managed secret. :::note -[Bring Your Own Key (BYOK)](/support-and-community/plans-and-billing/bring-your-own-api-key/) configured in the Warp desktop app applies to local agent runs only. Cloud runs of Claude Code and Codex always use Warp-managed secrets. +[Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) configured in the Warp desktop app applies to local agent runs only. Cloud runs of Claude Code and Codex always use Warp-managed secrets. ::: ## Connecting Claude Code credentials diff --git a/src/content/docs/agent-platform/cloud-agents/harnesses/warp-agent.mdx b/src/content/docs/agent-platform/cloud-agents/harnesses/warp-agent.mdx index 1dcc1376..8b817546 100644 --- a/src/content/docs/agent-platform/cloud-agents/harnesses/warp-agent.mdx +++ b/src/content/docs/agent-platform/cloud-agents/harnesses/warp-agent.mdx @@ -13,7 +13,7 @@ Warp Agent is the same agent runtime that powers Agent Mode in the Warp terminal ## Key features -* **Multi-model auto-routing** - Routes between Anthropic, OpenAI, Google, and Fireworks-hosted models. Choose a specific model, or let Warp pick via `auto`, `auto-efficient`, `auto-genius`, or `auto-open`. See [Model choice](/agent-platform/capabilities/model-choice/) for the full catalog. +* **Multi-model auto-routing** - Routes between Anthropic, OpenAI, Google, and Fireworks-hosted models. Choose a specific model, or let Warp pick via `auto`, `auto-efficient`, `auto-genius`, or `auto-open`. See [Model choice](/agent-platform/inference/model-choice/) for the full catalog. * **Full terminal and tool access** - Runs commands, edits files, reads logs, executes tests, navigates repos, and calls MCP servers — the same toolbelt Warp Agent uses locally. * **Platform-native context** - Reads [Codebase Context](/agent-platform/capabilities/codebase-context/), applies [Rules](/agent-platform/capabilities/rules/), reuses saved [Skills](/agent-platform/capabilities/skills/), and respects Memory and Warp Drive context with no extra setup. * **Multi-repo execution** - Clones every repo configured on the [environment](/agent-platform/cloud-agents/environments/) and works across them in a single run. @@ -28,7 +28,7 @@ Team admins can disable any harness for their workspace. Users on that team can ### Available models -Warp Agent supports the full Warp model catalog. Configure the model per [Agent Profile](/agent-platform/capabilities/agent-profiles-permissions/), or pick one at run time. See [Model choice](/agent-platform/capabilities/model-choice/) for the supported model IDs, including the `auto`, `auto-efficient`, `auto-genius`, and `auto-open` routing options. +Warp Agent supports the full Warp model catalog. Configure the model per [Agent Profile](/agent-platform/capabilities/agent-profiles-permissions/), or pick one at run time. See [Model choice](/agent-platform/inference/model-choice/) for the supported model IDs, including the `auto`, `auto-efficient`, `auto-genius`, and `auto-open` routing options. ### Cross-harness orchestration @@ -64,6 +64,6 @@ For a complete walkthrough, see the [Cloud agents quickstart](/agent-platform/cl * [Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) — pick between Warp Agent, Claude Code, and Codex. * [Claude Code with Oz](/agent-platform/cloud-agents/harnesses/claude-code/) — Claude Code as a cloud harness. * [Codex with Oz](/agent-platform/cloud-agents/harnesses/codex/) — Codex as a cloud harness. -* [Model choice](/agent-platform/capabilities/model-choice/) — the model catalog Warp Agent routes across. +* [Model choice](/agent-platform/inference/model-choice/) — the model catalog Warp Agent routes across. * [Agent Profiles and permissions](/agent-platform/capabilities/agent-profiles-permissions/) — configure the default model, autonomy, and tool access for Warp Agent. * [Skills as agents](/agent-platform/cloud-agents/skills-as-agents/) — turn a saved skill into a reusable Warp Agent run. diff --git a/src/content/docs/agent-platform/cloud-agents/overview.mdx b/src/content/docs/agent-platform/cloud-agents/overview.mdx index 97340907..9045f47c 100644 --- a/src/content/docs/agent-platform/cloud-agents/overview.mdx +++ b/src/content/docs/agent-platform/cloud-agents/overview.mdx @@ -110,7 +110,7 @@ If your team also uses Warp's terminal, you get an additional workflow: tasks la Cloud agents and [integrations](/agent-platform/cloud-agents/integrations/) run on the [Oz Platform](/agent-platform/cloud-agents/platform/) control plane, and usage is billed using credits. :::note -[Bring Your Own Key (BYOK)](/support-and-community/plans-and-billing/bring-your-own-api-key/) is not supported for cloud agent runs. BYOK keys are stored locally on your device and are not accessible to cloud-hosted agents. All cloud agent runs consume Warp credits. +[Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) is not supported for cloud agent runs. BYOK keys are stored locally on your device and are not accessible to cloud-hosted agents. All cloud agent runs consume Warp credits. ::: #### For cloud agents via CLI/API diff --git a/src/content/docs/agent-platform/getting-started/faqs.mdx b/src/content/docs/agent-platform/getting-started/faqs.mdx index a400fed2..b62d5d7b 100644 --- a/src/content/docs/agent-platform/getting-started/faqs.mdx +++ b/src/content/docs/agent-platform/getting-started/faqs.mdx @@ -25,11 +25,11 @@ Warp reserves the right to use data collected to train models and improve Warp. ### What model are you using for Agent Mode? -Warp supports a curated list of LLMs from providers like OpenAI, Anthropic, and Gemini. To view the full list of supported models and learn how to switch between them, visit the [Model Choice](/agent-platform/capabilities/model-choice/) page. +Warp supports a curated list of LLMs from providers like OpenAI, Anthropic, and Gemini. To view the full list of supported models and learn how to switch between them, visit the [Model Choice](/agent-platform/inference/model-choice/) page. ### Can I use my own LLM API key? -Warp supports [Bring Your Own Key (BYOK)](/support-and-community/plans-and-billing/bring-your-own-api-key/) for users on paid plans (starting with Build). You can connect your own Anthropic, OpenAI, or Google API keys to route requests directly through your account. Organizations on the Enterprise plan can additionally enable managed "Bring Your Own LLM" configurations to meet strict security or compliance requirements. +Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) for users on paid plans (starting with Build). You can connect your own Anthropic, OpenAI, or Google API keys to route requests directly through your account. Organizations on the Enterprise plan can additionally enable managed "Bring Your Own LLM" configurations to meet strict security or compliance requirements. ## Billing diff --git a/src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx similarity index 92% rename from src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx rename to src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx index 78a3c7de..f297d052 100644 --- a/src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx +++ b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx @@ -7,7 +7,7 @@ description: >- 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. -This lets you use your own API keys to access models directly, giving you full control over model selection, billing, and data routing. See [Model Choice](/agent-platform/capabilities/model-choice/) for a list of supported models. +This lets you use your own API keys to access models directly, giving you full control over model selection, billing, and data routing. See [Model Choice](/agent-platform/inference/model-choice/) for a list of supported models. BYOK provides greater flexibility in model access and ensures Warp **never consumes your** [AI credits](/support-and-community/plans-and-billing/credits/) for requests routed through your own keys. @@ -22,7 +22,7 @@ Warp offers three ways to bring your own AI infrastructure. Use this table to pi | Name | Meaning | Plans | | --- | --- | --- | | **Bring your own API key** (BYOK) | Use your own API key for OpenAI, Anthropic, or Google models. Keys are stored locally on your device. | Free and all eligible paid plans | -| **[Custom inference endpoint](/support-and-community/plans-and-billing/custom-inference-endpoint/)** | Connect Warp to an OpenAI-compatible endpoint such as OpenRouter, LiteLLM, z.ai, or an internal gateway. | Free and all eligible paid plans | +| **[Custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/)** | Connect Warp to an OpenAI-compatible endpoint such as OpenRouter, LiteLLM, z.ai, or an internal gateway. | Free and all eligible paid plans | | **[Bring your own LLM](/enterprise/enterprise-features/bring-your-own-llm/)** (BYOLLM) | Enterprise-managed inference through your cloud provider (AWS Bedrock today; Azure Foundry and Google Vertex coming soon), with Warp handling routing, orchestration, governance, and observability. | Enterprise only | See [warp.dev/pricing](https://www.warp.dev/pricing) for current plan availability. @@ -136,7 +136,7 @@ If your organization needs centrally managed model routing today, see [Bring you ## Related resources -* [Custom inference endpoint](/support-and-community/plans-and-billing/custom-inference-endpoint/) — Route Warp through any OpenAI-compatible endpoint, such as OpenRouter, LiteLLM, z.ai, or an internal gateway. +* [Custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/) — Route Warp through any OpenAI-compatible endpoint, such as OpenRouter, LiteLLM, z.ai, or an internal gateway. * [Bring your own LLM](/enterprise/enterprise-features/bring-your-own-llm/) — Enterprise-managed inference through your cloud provider or approved infrastructure. -* [Model Choice](/agent-platform/capabilities/model-choice/) — Full list of supported models and `model_id` values. +* [Model Choice](/agent-platform/inference/model-choice/) — Full list of supported models and `model_id` values. * [Credits](/support-and-community/plans-and-billing/credits/) — How Warp credits work and when they're consumed. diff --git a/src/content/docs/support-and-community/plans-and-billing/custom-inference-endpoint.mdx b/src/content/docs/agent-platform/inference/custom-inference-endpoint.mdx similarity index 91% rename from src/content/docs/support-and-community/plans-and-billing/custom-inference-endpoint.mdx rename to src/content/docs/agent-platform/inference/custom-inference-endpoint.mdx index 522df646..83464790 100644 --- a/src/content/docs/support-and-community/plans-and-billing/custom-inference-endpoint.mdx +++ b/src/content/docs/agent-platform/inference/custom-inference-endpoint.mdx @@ -52,7 +52,7 @@ To enable and configure a custom inference endpoint: When you explicitly select an endpoint-routed model from the model picker, Warp routes the request through your endpoint instead of consuming Warp's AI credits. -The configuration flow mirrors the [Bring your own API key](/support-and-community/plans-and-billing/bring-your-own-api-key/) setup, so the steps will feel familiar if you've already configured BYOK. +The configuration flow mirrors the [Bring your own API key](/agent-platform/inference/bring-your-own-api-key/) setup, so the steps will feel familiar if you've already configured BYOK. ## Billing behavior @@ -98,7 +98,7 @@ Warp offers three ways to bring your own AI infrastructure. Use this table to pi | Name | Meaning | Plans | | --- | --- | --- | -| **[Bring your own API key](/support-and-community/plans-and-billing/bring-your-own-api-key/)** (BYOK) | Use your own API key for OpenAI, Anthropic, or Google models. Keys are stored locally on your device. | Free and all eligible paid plans | +| **[Bring your own API key](/agent-platform/inference/bring-your-own-api-key/)** (BYOK) | Use your own API key for OpenAI, Anthropic, or Google models. Keys are stored locally on your device. | Free and all eligible paid plans | | **Custom inference endpoint** | Connect Warp to an OpenAI-compatible endpoint such as OpenRouter, LiteLLM, z.ai, or an internal gateway. | Free and all eligible paid plans | | **[Bring your own LLM](/enterprise/enterprise-features/bring-your-own-llm/)** (BYOLLM) | Enterprise-managed inference through your cloud provider (AWS Bedrock today; Azure Foundry and Google Vertex coming soon), with Warp handling routing, orchestration, governance, and observability. | Enterprise only | @@ -106,7 +106,7 @@ Platform credits may apply for local agent runs on Business and Enterprise when ## Related resources -* [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. +* [Bring your own API key](/agent-platform/inference/bring-your-own-api-key/) — Use your own OpenAI, Anthropic, or Google API keys. * [Bring your own LLM](/enterprise/enterprise-features/bring-your-own-llm/) — Enterprise-managed inference through your cloud provider or approved infrastructure. -* [Model Choice](/agent-platform/capabilities/model-choice/) — Full list of supported models and `model_id` values. +* [Model Choice](/agent-platform/inference/model-choice/) — Full list of supported models and `model_id` values. * [Credits](/support-and-community/plans-and-billing/credits/) — How Warp credits work and when they're consumed. diff --git a/src/content/docs/agent-platform/capabilities/model-choice.mdx b/src/content/docs/agent-platform/inference/model-choice.mdx similarity index 100% rename from src/content/docs/agent-platform/capabilities/model-choice.mdx rename to src/content/docs/agent-platform/inference/model-choice.mdx diff --git a/src/content/docs/agent-platform/local-agents/agent-context/images-as-context.mdx b/src/content/docs/agent-platform/local-agents/agent-context/images-as-context.mdx index 6e7adfde..fd3062ad 100644 --- a/src/content/docs/agent-platform/local-agents/agent-context/images-as-context.mdx +++ b/src/content/docs/agent-platform/local-agents/agent-context/images-as-context.mdx @@ -40,7 +40,7 @@ You can attach up to **5 images per request**, and up to **20 images across a si ### Model behavior and image handling -All supported models listed in [Model Choice](/agent-platform/capabilities/model-choice/) can interpret image input. +All supported models listed in [Model Choice](/agent-platform/inference/model-choice/) can interpret image input. Attaching images will consume additional requests, proportional to the number of images added. To stay within model limits, Warp will intelligently resize images before passing them as context, minimizing token usage and respecting the model's maximum image dimensions. diff --git a/src/content/docs/agent-platform/local-agents/overview.mdx b/src/content/docs/agent-platform/local-agents/overview.mdx index c1cf191f..5a96c27d 100644 --- a/src/content/docs/agent-platform/local-agents/overview.mdx +++ b/src/content/docs/agent-platform/local-agents/overview.mdx @@ -26,7 +26,7 @@ This section covers how to interact with Warp's agents and the capabilities avai * [Interacting with Agents](/agent-platform/local-agents/interacting-with-agents/) - Manage AI conversations tied to sessions, attach context, continue previous threads, or start new ones. * [Agent Context](/agent-platform/local-agents/agent-context/) - Attach images, URLs, files, code blocks, and selections as context for your prompts. -* [Model Choice](/agent-platform/capabilities/model-choice/) - Pick your preferred LLM from a curated set of top models, or let Warp choose the optimal one. +* [Model Choice](/agent-platform/inference/model-choice/) - Pick your preferred LLM from a curated set of top models, or let Warp choose the optimal one. * [Full Terminal Use](/agent-platform/capabilities/full-terminal-use/) - Let the agent drive interactive terminal apps, seeing live output and running commands. * [Interactive Code Review](/agent-platform/local-agents/interactive-code-review/) - Review agent-generated diffs, leave inline comments, and have the agent address your feedback. * [Task Lists](/agent-platform/capabilities/task-lists/) - Track complex workflows with automatic task lists that update progress in real time. diff --git a/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx b/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx index 6b4fc6b9..c0b662ff 100644 --- a/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx +++ b/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx @@ -54,7 +54,7 @@ BYOLLM supports the intersection of models that Warp supports and models availab To determine which models you can use with BYOLLM: -* [Model Choice](/agent-platform/capabilities/model-choice/) - Full list of Warp-supported models. +* [Model Choice](/agent-platform/inference/model-choice/) - Full list of Warp-supported models. * [Supported models in Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) - AWS Bedrock model availability. A model must appear on both lists to be available through BYOLLM. @@ -222,7 +222,7 @@ Yes. Admins can configure routing policies to require specific models to use BYO ## Related resources -* [Bring Your Own API Key](/support-and-community/plans-and-billing/bring-your-own-api-key/) -* [Model Choice](/agent-platform/capabilities/model-choice/) — Full list of supported models +* [Bring Your Own API Key](/agent-platform/inference/bring-your-own-api-key/) +* [Model Choice](/agent-platform/inference/model-choice/) — Full list of supported models * [Admin Panel](/enterprise/team-management/admin-panel/) — Configure team settings * [Contact Sales](https://www.warp.dev/contact-sales) — Get help with enterprise setup diff --git a/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.mdx b/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.mdx index d1ccffca..b480f0e4 100644 --- a/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.mdx +++ b/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.mdx @@ -67,7 +67,7 @@ Warp's agent also pulls context from several other explicit sources: * **Bring over your `CLAUDE.md`.** Rename it to `AGENTS.md` (or copy it into a Warp [Rule](/agent-platform/capabilities/rules/) if you want it scoped beyond the repo). Warp applies it automatically to new conversations. * **Set up [MCP servers](/agent-platform/capabilities/mcp/)** you relied on in Claude Code. -* **Pick a model** per conversation using the model selector. See [model choice](/agent-platform/capabilities/model-choice/). Warp supports Claude, GPT, Gemini, and Auto. +* **Pick a model** per conversation using the model selector. See [model choice](/agent-platform/inference/model-choice/). Warp supports Claude, GPT, Gemini, and Auto. * **Configure [agent profiles and permissions](/agent-platform/capabilities/agent-profiles-permissions/)** for what the agent can auto-execute. ### Key differences from Claude Code diff --git a/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-cursor.mdx b/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-cursor.mdx index fa431f3c..60584305 100644 --- a/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-cursor.mdx +++ b/src/content/docs/getting-started/migrate-to-warp/migrate-to-warp-from-cursor.mdx @@ -40,7 +40,7 @@ Cursor's Composer and Agent features don't have a one-to-one migration path - th ### Model choice -Cursor lets you pick a model per conversation. Warp does the same - use the model selector in any agent conversation. See [model choice](/agent-platform/capabilities/model-choice/). +Cursor lets you pick a model per conversation. Warp does the same - use the model selector in any agent conversation. See [model choice](/agent-platform/inference/model-choice/). ### Keybindings @@ -71,7 +71,7 @@ Cursor features and their Warp counterparts: | Agent tabs | Multiple [agents in parallel](/agent-platform/local-agents/overview/) across tabs | | `.cursorrules` | `AGENTS.md` / `WARP.md` at the project root, picked up as a [Rule](/agent-platform/capabilities/rules/) | | MCP servers | [MCP](/agent-platform/capabilities/mcp/) | -| Model choice per conversation | [Model selector](/agent-platform/capabilities/model-choice/) | +| Model choice per conversation | [Model selector](/agent-platform/inference/model-choice/) | | Codebase indexing | [Codebase Context](/agent-platform/capabilities/codebase-context/) | | Inline diff review | [Code Review](/code/code-review/) | diff --git a/src/content/docs/getting-started/quickstart/customizing-warp.mdx b/src/content/docs/getting-started/quickstart/customizing-warp.mdx index 3864595f..aa1a77bf 100644 --- a/src/content/docs/getting-started/quickstart/customizing-warp.mdx +++ b/src/content/docs/getting-started/quickstart/customizing-warp.mdx @@ -63,7 +63,7 @@ Configure how you type and interact with the terminal input. Control how Warp's agents behave and which models they use. -* **[Model choice](/agent-platform/capabilities/model-choice/)** - Choose your preferred AI model (Claude, GPT, Gemini, or Auto) from the model selector in any agent conversation. +* **[Model choice](/agent-platform/inference/model-choice/)** - Choose your preferred AI model (Claude, GPT, Gemini, or Auto) from the model selector in any agent conversation. * **[Agent profiles and permissions](/agent-platform/capabilities/agent-profiles-permissions/)** - Configure how much autonomy the agent has: what it can auto-execute, what requires approval, and command allowlists/denylists. * **Default mode for new sessions** - Choose whether new tabs open in terminal mode or Agent Mode by default. Set this in **Settings** > **Agents** > **Warp Agent** > **Input**. diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 9e489ea2..a93be368 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -79,7 +79,7 @@ Warp and Oz provide a unified experience across local and cloud development: ## Multi-model support -Oz is multi-model by design. You can [choose your preferred LLM](/agent-platform/capabilities/model-choice/) from a curated set of top models. +Oz is multi-model by design. You can [choose your preferred LLM](/agent-platform/inference/model-choice/) from a curated set of top models. --- diff --git a/src/content/docs/reference/cli/index.mdx b/src/content/docs/reference/cli/index.mdx index 86022205..569f82f2 100644 --- a/src/content/docs/reference/cli/index.mdx +++ b/src/content/docs/reference/cli/index.mdx @@ -234,7 +234,7 @@ I'll run a few terminal commands to: * `--name ` (`-n`) — label the run for grouping and traceability. * `--share` — share the session with teammates (see [Collaboration](/reference/cli/#collaboration)). * `--profile ` — use a specific agent profile (see [Using Agent Profiles](/reference/cli/#using-agent-profiles)). -* `--model ` — override the default model (see [Model Choice](/agent-platform/capabilities/model-choice/)). +* `--model ` — override the default model (see [Model Choice](/agent-platform/inference/model-choice/)). * `--skill ` — use a skill as the base prompt (see [Using Skills](/reference/cli/#using-skills)). * `--mcp ` — start one or more MCP servers before execution (UUID, JSON file path, or inline JSON). Can be repeated. * `--environment ` (`-e`) — run in a specific cloud environment. diff --git a/src/content/docs/support-and-community/plans-and-billing/credits.mdx b/src/content/docs/support-and-community/plans-and-billing/credits.mdx index 17f7a569..622a4fdd 100644 --- a/src/content/docs/support-and-community/plans-and-billing/credits.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/credits.mdx @@ -148,7 +148,7 @@ Platform credits cover Warp's platform infrastructure — run lifecycle, schedul Platform credits are used in the following scenarios: * **Cloud agents on any plan** use platform credits for every cloud agent run, regardless of which agent runs the task or which inference source it uses. -* **Local agents on Business or Enterprise with customer-supplied inference** use platform credits when the local agent run uses [Bring Your Own API Key (BYOK)](/support-and-community/plans-and-billing/bring-your-own-api-key/) or BYOLLM via Amazon Bedrock or Google Vertex. +* **Local agents on Business or Enterprise with customer-supplied inference** use platform credits when the local agent run uses [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) or BYOLLM via Amazon Bedrock or Google Vertex. #### Not eligible for platform credits diff --git a/src/content/docs/support-and-community/plans-and-billing/index.mdx b/src/content/docs/support-and-community/plans-and-billing/index.mdx index bc9845bd..108a1731 100644 --- a/src/content/docs/support-and-community/plans-and-billing/index.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/index.mdx @@ -5,12 +5,12 @@ description: >- billing settings. --- -Warp offers flexible plans for individual developers, teams, and enterprises, with credits powering all agent features. Choose from plan-included credits, add-on credit purchases, automatic reloads, or bring-your-own API keys. Compare plans, manage billing, and track credit usage from your account settings. +Warp offers flexible plans for individual developers, teams, and enterprises, with credits powering all agent features. Choose from plan-included credits, add-on credit purchases, or automatic reloads. Compare plans, manage billing, and track credit usage from your account settings. + +Looking for **Bring Your Own API Key** or **Custom Inference Endpoint**? They've moved to [Inference & providers](/agent-platform/inference/bring-your-own-api-key/) under Warp Agents. * [**Plans & Pricing**](/support-and-community/plans-and-billing/plans-pricing-refunds/) - Compare plans, pricing tiers, and refund policies * [**Credits**](/support-and-community/plans-and-billing/credits/) - How credits are used and calculated across AI features * [**Add-on Credits**](/support-and-community/plans-and-billing/add-on-credits/) - Purchase additional credits or enable automatic reloads -* [**Bring Your Own API Key**](/support-and-community/plans-and-billing/bring-your-own-api-key/) - Connect your own model provider API keys -* [**Custom inference endpoint**](/support-and-community/plans-and-billing/custom-inference-endpoint/) - Connect an OpenAI-compatible endpoint such as OpenRouter, LiteLLM, z.ai, or an internal gateway * [**Overages (Legacy)**](/support-and-community/plans-and-billing/overages-legacy/) - Information for users on legacy plans with overages * [**Pricing FAQs**](/support-and-community/plans-and-billing/pricing-faqs/) - Answers to common questions about plans and billing diff --git a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx index 10f9b086..effd4548 100644 --- a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx @@ -21,7 +21,7 @@ Visit [warp.dev/pricing](https://www.warp.dev/pricing) to see the latest plans a * [Credits](/support-and-community/plans-and-billing/credits/) — learn how credits are used and calculated across AI features. * [Add-on Credits](/support-and-community/plans-and-billing/add-on-credits/) — purchase additional credits or enable automatic reloads at discounted rates. * [Platform credits](/support-and-community/plans-and-billing/platform-credits/) — learn how platform credits cover Warp's platform infrastructure for cloud agent runs and local runs with customer-supplied inference. -* [Bring Your Own API Key](/support-and-community/plans-and-billing/bring-your-own-api-key/) — connect your own model provider API keys for custom usage and billing. +* [Bring Your Own API Key](/agent-platform/inference/bring-your-own-api-key/) — connect your own model provider API keys for custom usage and billing. * [Overages (Legacy)](/support-and-community/plans-and-billing/overages-legacy/) — information for users on legacy plans with overages enabled. * [Pricing FAQs](/support-and-community/plans-and-billing/pricing-faqs/) — answers to common questions about plans, billing, and usage. Don’t have Warp yet? [Download Warp](https://www.warp.dev/download) and get started for free today. diff --git a/src/content/docs/support-and-community/plans-and-billing/platform-credits.mdx b/src/content/docs/support-and-community/plans-and-billing/platform-credits.mdx index 3509ceb4..dffb371b 100644 --- a/src/content/docs/support-and-community/plans-and-billing/platform-credits.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/platform-credits.mdx @@ -9,7 +9,7 @@ Platform credits cover Warp's platform infrastructure for coordinating, observin Warp meters credits across three types of infrastructure: **inference** (the model call), **compute** (the sandbox an agent runs in), and **platform** (everything that runs around the agent — run lifecycle, integrations, dashboard, APIs, and observability). Each type maps to one credit bucket: [AI credits](/support-and-community/plans-and-billing/credits/), [Compute credits](/support-and-community/plans-and-billing/credits/#compute-credits), and platform credits. Credit types and where an agent runs (local or cloud) are independent. -Customer-supplied inference covers [Bring Your Own API Key (BYOK)](/support-and-community/plans-and-billing/bring-your-own-api-key/) and BYOLLM via Amazon Bedrock or Google Vertex. +Customer-supplied inference covers [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) and BYOLLM via Amazon Bedrock or Google Vertex. :::caution BYOK and customer-supplied inference (BYOLLM via Amazon Bedrock or Google Vertex, plus custom endpoints) are available to individual users and organizations with 10 or fewer employees or users on any plan. Organizations with more than 10 employees or users must be on a Warp Business or Enterprise plan to use BYOK or customer-supplied inference. See Warp's [Terms of Service](https://www.warp.dev/terms-of-service) for details. @@ -38,7 +38,7 @@ Whether platform credits apply depends on where the agent runs and who's paying ### Uses platform credits * **Cloud agents on any plan** use platform credits for every cloud agent run, regardless of which agent runs the task (Warp Agent, Claude Code, or Codex), inference source (Warp-managed, BYOK, or BYOLLM), or compute source (Warp-hosted or self-hosted workers). Warp's platform infrastructure coordinates every cloud agent run. -* **Local agents on Business or Enterprise with customer-supplied inference** use platform credits when the local agent run uses [BYOK](/support-and-community/plans-and-billing/bring-your-own-api-key/) or BYOLLM via Amazon Bedrock or Google Vertex. Warp isn't paying for the model call, but Warp's platform infrastructure is still running the local agent. BYOK and customer-supplied inference are subject to plan-size eligibility — see the callout above. +* **Local agents on Business or Enterprise with customer-supplied inference** use platform credits when the local agent run uses [BYOK](/agent-platform/inference/bring-your-own-api-key/) or BYOLLM via Amazon Bedrock or Google Vertex. Warp isn't paying for the model call, but Warp's platform infrastructure is still running the local agent. BYOK and customer-supplied inference are subject to plan-size eligibility — see the callout above. ### Doesn't use platform credits @@ -59,5 +59,5 @@ Platform credits appear in the same billing views as your other credit usage. * [Credits](/support-and-community/plans-and-billing/credits/) - How AI credits are measured and calculated. * [Add-on Credits](/support-and-community/plans-and-billing/add-on-credits/) - Purchase additional credits or enable auto reload. -* [Bring Your Own API Key](/support-and-community/plans-and-billing/bring-your-own-api-key/) - Connect your own model provider keys. +* [Bring Your Own API Key](/agent-platform/inference/bring-your-own-api-key/) - Connect your own model provider keys. * [Plans, pricing, and refunds](/support-and-community/plans-and-billing/plans-pricing-refunds/) - Compare plans and refund policies. diff --git a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx index 434d901e..0739ddb3 100644 --- a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx @@ -32,7 +32,7 @@ To see more details on the latest plan, please visit [**warp.dev/pricing**](http Warp's plans are designed for developers who rely on AI to code, debug, and move faster with their team. -* **Build**, one usage-based plan with a set of credits, ability to Bring Your Own API Key (BYOK), and access to [Add-on credits](/support-and-community/plans-and-billing/add-on-credits/) with volume-based discounts. See more on [Bring Your Own API Key](/support-and-community/plans-and-billing/bring-your-own-api-key/). +* **Build**, one usage-based plan with a set of credits, ability to Bring Your Own API Key (BYOK), and access to [Add-on credits](/support-and-community/plans-and-billing/add-on-credits/) with volume-based discounts. See more on [Bring Your Own API Key](/agent-platform/inference/bring-your-own-api-key/). * **Business** includes everything in Build, with advanced features like automatically enforced team-wide Zero Data Retention, SAML-based SSO, and support for teams up to 50 seats. Legacy plans (**No longer available for new subscribers**): @@ -175,7 +175,7 @@ For more details, please [visit the Security Overview](https://www.warp.dev/lega Over time, the Lite model—originally designed as a fallback when premium models ran out—began to deliver inconsistent results, especially for users running complex, multi-step prompts. -For credit-efficient usage, we encourage you to try our new **Auto (cost-efficiency) model**, which automatically selects the optimal model based on task complexity to help extend your credits. To continue AI usage please either add [Add-on Credits](/support-and-community/plans-and-billing/add-on-credits/) or consider [using your own API key](/support-and-community/plans-and-billing/bring-your-own-api-key/). +For credit-efficient usage, we encourage you to try our new **Auto (cost-efficiency) model**, which automatically selects the optimal model based on task complexity to help extend your credits. To continue AI usage please either add [Add-on Credits](/support-and-community/plans-and-billing/add-on-credits/) or consider [using your own API key](/agent-platform/inference/bring-your-own-api-key/). If you have any questions or feedback, please connect with us in our [community Slack](/support-and-community/#sending-warp-feedback). diff --git a/src/content/docs/terminal/input/classic-input.mdx b/src/content/docs/terminal/input/classic-input.mdx index bdc1bd6e..9d36dad1 100644 --- a/src/content/docs/terminal/input/classic-input.mdx +++ b/src/content/docs/terminal/input/classic-input.mdx @@ -130,4 +130,4 @@ Once a requested command is executed, you can click to expand the output and vie If a requested command fails, Oz detects it. Agent Mode is self-correcting. It will request another command until it completes the task for you. -Warp lets you choose from a curated list of LLMs for use in Agent Mode. By default, Warp uses **Auto (Responsive)**, which routes to the highest-quality, fastest available model. You can switch to other supported models — see [Model choice](/agent-platform/capabilities/model-choice/) for the full list. +Warp lets you choose from a curated list of LLMs for use in Agent Mode. By default, Warp uses **Auto (Responsive)**, which routes to the highest-quality, fastest available model. You can switch to other supported models — see [Model choice](/agent-platform/inference/model-choice/) for the full list. diff --git a/src/content/docs/terminal/input/universal-input.mdx b/src/content/docs/terminal/input/universal-input.mdx index 591ba9d2..e715d770 100644 --- a/src/content/docs/terminal/input/universal-input.mdx +++ b/src/content/docs/terminal/input/universal-input.mdx @@ -325,4 +325,4 @@ From the Profile Picker, you can view all available profiles, switch between the The Model Picker is tied to your current Agent Profile. Each profile has a default model, but you can override it at any time using the picker. Warp curates a selection of top large language models (LLMs) for you to choose from, balancing speed, quality, and reasoning ability depending on your needs. -For a full list of supported models and guidance on when to use them, see [Model Choice](/agent-platform/capabilities/model-choice/). +For a full list of supported models and guidance on when to use them, see [Model Choice](/agent-platform/inference/model-choice/). diff --git a/src/sidebar.ts b/src/sidebar.ts index 048f0b59..2d7b6094 100644 --- a/src/sidebar.ts +++ b/src/sidebar.ts @@ -260,7 +260,6 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [ 'agent-platform/capabilities/skills', 'agent-platform/capabilities/planning', { slug: 'agent-platform/capabilities/task-lists', label: 'Task lists' }, - 'agent-platform/capabilities/model-choice', 'agent-platform/capabilities/rules', { slug: 'agent-platform/capabilities/agent-notifications', label: 'Agent notifications' }, { slug: 'agent-platform/capabilities/full-terminal-use', label: 'Full terminal use' }, @@ -296,6 +295,15 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [ 'agent-platform/capabilities/mcp', ], }, + { + label: 'Inference & providers', + collapsed: true, + items: [ + { slug: 'agent-platform/inference/model-choice', label: 'Model choice' }, + 'agent-platform/inference/bring-your-own-api-key', + { slug: 'agent-platform/inference/custom-inference-endpoint', label: 'Custom inference endpoint' }, + ], + }, { slug: 'agent-platform/local-agents/interactive-code-review', label: 'Interactive code review' }, { slug: 'agent-platform/local-agents/active-ai', label: 'Active AI recommendations' }, 'agent-platform/local-agents/generate', @@ -540,8 +548,6 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [ 'support-and-community/plans-and-billing/credits', 'support-and-community/plans-and-billing/add-on-credits', { slug: 'support-and-community/plans-and-billing/platform-credits', label: 'Platform credits' }, - 'support-and-community/plans-and-billing/bring-your-own-api-key', - 'support-and-community/plans-and-billing/custom-inference-endpoint', 'support-and-community/plans-and-billing/overages-legacy', 'support-and-community/plans-and-billing/pricing-faqs', ], diff --git a/vercel.json b/vercel.json index f2b32ed3..2aa7d098 100644 --- a/vercel.json +++ b/vercel.json @@ -115,7 +115,7 @@ }, { "source": "/agent-platform/agent-concepts/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -240,7 +240,7 @@ }, { "source": "/agent-platform/agent-mode/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -315,7 +315,7 @@ }, { "source": "/agent-platform/agent-platform/ai-model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -380,7 +380,7 @@ }, { "source": "/agent-platform/agent-platform/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -490,22 +490,22 @@ }, { "source": "/agent-platform/agent-platform/using-agents/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/agent-platform/using-agents/model-choice#available-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/agent-platform/using-agents/model-choice#configuring-models-per-agent-profile", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/agent-platform/using-agents/model-choice#how-to-change-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -605,7 +605,7 @@ }, { "source": "/agent-platform/agents/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -675,7 +675,7 @@ }, { "source": "/agent-platform/agents/using-agents/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -725,7 +725,7 @@ }, { "source": "/agent-platform/ai-features/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -915,7 +915,7 @@ }, { "source": "/agent-platform/features/ai-command-search/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -925,7 +925,7 @@ }, { "source": "/agent-platform/features/ai-command/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -960,7 +960,7 @@ }, { "source": "/agent-platform/features/ai/ai-models-and-providers", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -1010,7 +1010,7 @@ }, { "source": "/agent-platform/features/ai/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -1040,7 +1040,7 @@ }, { "source": "/agent-platform/features/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -1050,7 +1050,7 @@ }, { "source": "/agent-platform/features/terminal-ai/ai-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -1420,7 +1420,7 @@ }, { "source": "/agent-platform/warp-agents/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -2740,7 +2740,7 @@ }, { "source": "/support-and-community/help/ai-features/bring-your-own-llm", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -2860,7 +2860,7 @@ }, { "source": "/support-and-community/plans-pricing-and-billing/bring-your-own-api-key", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -2970,7 +2970,7 @@ }, { "source": "/support-and-community/support-and-billing/plans-and-billing/bring-your-own-api-key", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -3005,17 +3005,17 @@ }, { "source": "/support-and-community/support-and-billing/plans-and-pricing/bring-your-own-api-key", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { "source": "/support-and-community/support-and-billing/plans-and-pricing/bring-your-own-api-key#enabling-byok", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { "source": "/support-and-community/support-and-billing/plans-and-pricing/bring-your-own-api-key#how-does-byok-work", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -3045,7 +3045,7 @@ }, { "source": "/support-and-community/support-and-billing/plans-and-prilling/bring-your-own-api-key", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -3135,7 +3135,7 @@ }, { "source": "/support-and-community/support-and-community/plans-pricing-and-billing/bring-your-own-api-key", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -4030,7 +4030,7 @@ }, { "source": "/agent-platform/warp-agents/capabilities-overview/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -4395,7 +4395,7 @@ }, { "source": "/support-and-billing/plans-and-pricing/bring-your-own-api-key", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -4475,7 +4475,7 @@ }, { "source": "/agent-platform/agent-concepts/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -4600,7 +4600,7 @@ }, { "source": "/agent-platform/agent-mode/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -4660,7 +4660,7 @@ }, { "source": "/agent-platform/agent-platform/ai-model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -4720,7 +4720,7 @@ }, { "source": "/agent-platform/agent-platform/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -4795,7 +4795,7 @@ }, { "source": "/agent-platform/agent-platform/using-agents/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -4895,7 +4895,7 @@ }, { "source": "/agent-platform/agents/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -4965,7 +4965,7 @@ }, { "source": "/agent-platform/agents/using-agents/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -5015,7 +5015,7 @@ }, { "source": "/agent-platform/ai-features/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -5175,7 +5175,7 @@ }, { "source": "/agent-platform/features/ai-command-search/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -5185,7 +5185,7 @@ }, { "source": "/agent-platform/features/ai-command/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -5220,7 +5220,7 @@ }, { "source": "/agent-platform/features/ai/ai-models-and-providers/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -5270,7 +5270,7 @@ }, { "source": "/agent-platform/features/ai/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -5300,7 +5300,7 @@ }, { "source": "/agent-platform/features/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -5310,7 +5310,7 @@ }, { "source": "/agent-platform/features/terminal-ai/ai-models/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -6725,7 +6725,7 @@ }, { "source": "/support-and-community/help/ai-features/bring-your-own-llm/", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -6800,7 +6800,7 @@ }, { "source": "/support-and-community/plans-pricing-and-billing/bring-your-own-api-key/", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -6870,7 +6870,7 @@ }, { "source": "/support-and-community/support-and-billing/plans-and-billing/bring-your-own-api-key/", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -6895,7 +6895,7 @@ }, { "source": "/support-and-community/support-and-billing/plans-and-pricing/bring-your-own-api-key/", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -6915,7 +6915,7 @@ }, { "source": "/support-and-community/support-and-billing/plans-and-prilling/bring-your-own-api-key/", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -6975,7 +6975,7 @@ }, { "source": "/support-and-community/support-and-community/plans-pricing-and-billing/bring-your-own-api-key/", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -7175,7 +7175,7 @@ }, { "source": "/agent-platform/warp-agents/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -7670,7 +7670,7 @@ }, { "source": "/agent-platform/warp-agents/capabilities-overview/model-choice/", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -8030,7 +8030,7 @@ }, { "source": "/support-and-billing/plans-and-pricing/bring-your-own-api-key/", - "destination": "/support-and-community/plans-and-billing/bring-your-own-api-key/", + "destination": "/agent-platform/inference/bring-your-own-api-key/", "statusCode": 308 }, { @@ -8150,7 +8150,7 @@ }, { "source": "/agents/using-agents/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -8185,7 +8185,7 @@ }, { "source": "/agent-platform/agent/using-agents/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -8245,7 +8245,7 @@ }, { "source": "/agent-platform/warps-agent/capabilities-overview/model-choice", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -8585,12 +8585,12 @@ }, { "source": "/agents/using-agents/model-choice#available-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agents/using-agents/model-choice#how-to-change-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -8670,22 +8670,22 @@ }, { "source": "/agent-platform/agent/using-agents/model-choice#auto-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/agent/using-agents/model-choice#available-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/agent/using-agents/model-choice#how-to-change-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/agent/using-agents/model-choice#model-fallback", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -8840,17 +8840,17 @@ }, { "source": "/agent-platform/warps-agent/capabilities-overview/model-choice#auto-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/warps-agent/capabilities-overview/model-choice#how-to-change-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { "source": "/agent-platform/warps-agent/capabilities-overview/model-choice#model-fallback", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -9070,7 +9070,7 @@ }, { "source": "/agents/using-agents/model-choice#auto-models", - "destination": "/agent-platform/capabilities/model-choice/", + "destination": "/agent-platform/inference/model-choice/", "statusCode": 308 }, { @@ -9577,6 +9577,21 @@ "source": "/agent-platform/capabilities/agent-memory", "destination": "/agent-platform/agent-memory/", "statusCode": 308 + }, + { + "source": "/agent-platform/capabilities/model-choice", + "destination": "/agent-platform/inference/model-choice/", + "statusCode": 308 + }, + { + "source": "/support-and-community/plans-and-billing/bring-your-own-api-key", + "destination": "/agent-platform/inference/bring-your-own-api-key/", + "statusCode": 308 + }, + { + "source": "/support-and-community/plans-and-billing/custom-inference-endpoint", + "destination": "/agent-platform/inference/custom-inference-endpoint/", + "statusCode": 308 } ] }