get_model_schema
Retrieve a model's full parameter schema before execution. View parameter names, types, options, defaults, and required fields to understand model configuration.
Instructions
Get the full parameter schema for a specific model. Shows parameter names, types, options, defaults, and required fields. Use this before run_model to understand what parameters a model accepts.
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" |