modelrunner.ai
Wrap any AI model into your own endpoint and call it from your app — no backend to build or maintain. Image, video, audio, 3D, and text from the providers you already trust.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
prepare_model_run
Fill the Run form on a ModelRunner model's page with the given inputs and open that page, so the visitor can review the settings and press Run themselves. Use this when the visitor asks to run or try a model with particular inputs. This does NOT run the model and does NOT charge anything — running is a paid action only the visitor can confirm. Returns which inputs were applied, which were ignored because the model does not declare them, and any required inputs still missing.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
endpoint |
string | yes | The model endpoint as 'ownerName/alias', exactly as search_models returns it. |
input |
object | yes | The input fields to fill in, as a JSON object keyed by the model's own field names — call get_model_details first to see them. |
Raw JSON schema
{
"type": "object",
"properties": {
"endpoint": {
"type": "string",
"description": "The model endpoint as 'ownerName/alias', exactly as search_models returns it."
},
"input": {
"type": "object",
"description": "The input fields to fill in, as a JSON object keyed by the model's own field names — call get_model_details first to see them.",
"additionalProperties": true
}
},
"required": [
"endpoint",
"input"
],
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.