metamodel_compute
Run computations on a MetaModel project by sending input values and receiving computed outputs from all models or a specific one, with inputs auto-routed to the correct model.
Instructions
Run a computation on a MetaModel project. Send input values and get computed outputs from all models. Inputs are auto-routed to the correct model by property name. Optionally specify a single model to target. Use metamodel_get_schema first to discover available inputs and outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Target a specific model by name. When omitted, returns outputs from ALL models (recommended). | |
| token | Yes | The publish token of the project | |
| inputs | No | Input values as key-value pairs (e.g., {"width": 12, "height": 8}). Auto-routed to the correct model. Omitted inputs use defaults. |