cinematic_model_schema
Retrieve the detailed schema of a cinematic generation model to understand its parameters and capabilities for advanced cinematic creation. Requires the model ID as input.
Instructions
Retrieves the detailed schema for a specific cinematic generation model. This helps understand the parameters and capabilities of the model for advanced cinematic creation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
model_id | Yes | The ID of the model to get the schema for (e.g., "fal-ai/sd-turbo") |
Input Schema (JSON Schema)
{
"properties": {
"model_id": {
"description": "The ID of the model to get the schema for (e.g., \"fal-ai/sd-turbo\")",
"type": "string"
}
},
"required": [
"model_id"
],
"type": "object"
}