Get a Wiro model schema
get_model_schemaRetrieve a model's typed parameters, defaults, required fields, pricing, and catalog fields to correctly configure API calls and chain stateful next actions.
Instructions
Get one model’s typed parameters, options, defaults, required fields, and pricing. Catalog fields such as previousTaskToken must be discovered here; use it with toolOutputs for tool results or with one new prompt/messages value for a stateful next turn. Fill required parameters and follow the returned run_model next action exactly once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model slug in "owner/model" format, e.g. "openai/sora-2", "black-forest-labs/flux-2-pro". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| nextAction | Yes |