Create (plan + generate, budget-capped)
createDescribe your desired content in plain language with a spend limit; Corent plans and generates the appropriate image or video, returning a URL (image) or job ID (video). No charge for failed generations.
Instructions
Describe what you want in plain language and Corent plans AND generates it — choosing image vs video, tier, aspect ratio, and duration for you (the 'zero decisions' path). You MUST pass max_cost_cents as a spend ceiling; if the estimated cost exceeds it, nothing is generated and you're told the estimate so you can raise the ceiling. Image results come back with a URL; video results come back as a job id to poll with get_job. Failed generations are never billed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | What you want, in natural language | |
| max_cost_cents | Yes | Spend ceiling in cents for this one generation. Corent refuses if the estimate is higher. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | ||
| message | No | ||
| executed | No | ||
| actual_cost_cents | No | ||
| estimated_cost_cents | No |