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
get_model_details
Get the full reference for one ModelRunner model by its owner/alias endpoint (e.g. 'google/imagen4'): what it does, its pricing, every input and output field with types and defaults, and copy-paste cURL/JavaScript/Python examples. Use this after search_models when the visitor asks what a model costs, what inputs it takes, or how to call it. Returns the model's llms.txt reference as markdown.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
endpoint |
string | yes | The model endpoint as 'ownerName/alias' — exactly as search_models returns it. The alias itself may contain slashes. |
Raw JSON schema
{
"type": "object",
"properties": {
"endpoint": {
"type": "string",
"description": "The model endpoint as 'ownerName/alias' — exactly as search_models returns it. The alias itself may contain slashes."
}
},
"required": [
"endpoint"
],
"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.