Skip to content
AI Primer
release

Warp Agent adds OpenRouter URLs and /model aliases for custom endpoints

Warp now lets agents connect directly to an OpenRouter endpoint and switch providers through remembered model aliases. The change reduces endpoint setup friction for teams routing across hosted models inside Warp Agent.

2 min read
Warp Agent adds OpenRouter URLs and /model aliases for custom endpoints
Warp Agent adds OpenRouter URLs and /model aliases for custom endpoints

TL;DR

  • Warp added bring-your-own custom endpoints for Warp Agent, according to warpdotdev's custom-endpoint post.
  • The same update adds remembered model aliases, so users can switch models with /model [alias], as warpdotdev's walkthrough shows.
  • Warp then published a concrete OpenRouter path, with warpdotdev's OpenRouter post saying users can plug in an OpenRouter URL, pick a model, and assign an alias.
  • In Warp's framing, the OpenRouter route exposes Anthropic, OpenAI, Gemini, DeepSeek, Kimi, and other hosted models through the same setup, per warpdotdev's model list.

Warp shipped the plumbing first, then immediately gave it a named provider path. You can bring your own endpoint, bind it to a memorable alias, and flip models from the command bar with /model, according to warpdotdev's setup post and warpdotdev's OpenRouter example.

Custom endpoints

The core change is endpoint-level model routing inside Warp Agent. warpdotdev's announcement says users can now point the agent at custom endpoints instead of staying inside Warp's default hosted options.

That makes this a configuration feature more than a model launch. The visible mechanics in warpdotdev's demo are simple: set an endpoint, define an alias, then invoke that alias from /model.

Model aliases

Warp bundled aliases with the endpoint change to cut down the switching friction. Instead of recalling a full provider URL or model slug every time, warpdotdev's post describes a short remembered name that the agent can resolve from /model.

The interesting bit is where the abstraction sits. Warp is not just letting users paste a different backend, it is adding a naming layer on top, which turns provider swaps into a terminal command rather than a settings rewrite.

OpenRouter URLs

Warp's first named example is OpenRouter. In warpdotdev's OpenRouter post, the company says users can enter an OpenRouter URL directly, choose a model, and keep the same alias-based switching flow.

That example also shows the scope Warp wants to cover with this endpoint hook: one URL that can fan out to Anthropic, OpenAI, Gemini, DeepSeek, Kimi, and other providers, as listed in warpdotdev's provider rundown. OpenRouter amplified the announcement in its repost, which at least signals the integration path was coordinated rather than discovered by users.

Share on X