export_create
Create a model export job by specifying model and format. Confirm cost to queue the export; check export status for the final result.
Instructions
Create a model export job by owner/project/model, ul://owner/project/model, or slug with a project (state-changing, may cost credits). The format is validated immediately by the server; task and architecture compatibility is only known when the job runs, so a queued export can still fail. Use export_status and exports_list for the real outcome. Requires confirm_cost=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| half | No | Legacy FP16 export precision flag. | |
| imgsz | No | Image size for export. | |
| model | Yes | Model ref by owner/project/model, ul:// URI, or slug (requires project). | |
| format | Yes | Requested export format (validated by the server). | |
| dynamic | No | Dynamic input shapes. | |
| project | No | Project ref required when model is given by slug. | |
| gpu_type | No | GPU type required for TensorRT engine exports. | |
| confirm_cost | No | Must be true to allow a credit-costing export job. |