get_model_schema
Retrieve a model's required input fields, properties, and defaults before running it to ensure your inputs match the API's expectations.
Instructions
Get a model's real input schema (required fields, properties, defaults). Call this before run_model so inputs match what the model actually accepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ID from list_models, e.g. bytedance/seedream-v5.0-pro |