Tools operated by OpenRouter that models can call during request
Beta
BetaServer tools are currently in beta. The API and behavior may change.
Server tools are specialized tools operated by OpenRouter that any model can call during a request. When a model decides to use a server tool, OpenRouter executes it server-side and returns the result to the model — no client-side implementation needed.
Server tools are tools the model can invoke zero or more times during a request. OpenRouter handles execution transparently.Plugins inject or mutate a request or response to add functionality (e.g. response healing, PDF parsing). They always run once when enabled.User-defined tools are standard function-calling tools where the model suggests a call and your application executes it.
The model can call any combination of server tools and user-defined tools. OpenRouter executes the server tools automatically, while your application handles the user-defined tool calls as usual.