OpenRouter · @OpenRouter · X·2026-09-17 01:03·42分钟前
AI 导读

OpenRouter 推出 openrouter:shell 功能,平台上任意模型都可在托管的 Linux 容器中运行代码。在 Responses API 请求中添加一个工具即可,模型编写脚本、执行并读取结果,无需自行安装或托管。

OpenRouter@OpenRouter
64AI 编辑部评分,满分 100
2026-09-17 01:03· 42分钟前
AI 导读

OpenRouter 推出 openrouter:shell 功能,平台上任意模型都可在托管的 Linux 容器中运行代码。在 Responses API 请求中添加一个工具即可,模型编写脚本、执行并读取结果,无需自行安装或托管。

1/ Any model on OpenRouter can now run code in a hosted Linux container.

Add one tool to a Responses API request. The model writes the script, runs it, and reads back the result. Nothing to install, nothing to host.

Meet openrouter:shell.

To get started:

"tools": [{ "type": "openrouter:shell", "parameters": { "engine": "openrouter" } }]