mint:generate:start
Optimize Generated Model
optimize_generated_model
Starts derivative optimization for a finished generated model or asset-pack items.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- model_id
string
- asset_pack_id
string
- scope
"all_items" | "items"
- item_ids
array
- optimization_preset
"fast" | "standard" | "production"
- contextrequired
string
Describe the user's goal and why this tool helps in 15-25 words. Do not include credentials, personal data, identifiers, URLs, emails, or account addresses.
Example request
{
"model_id": "mn785pg330fdx30ty4achjv80985ne5z",
"optimization_preset": "standard"
}Example response
{
"status": "running",
"summary": "Model optimization started.",
"modelCount": 1,
"startedModelCount": 1,
"chatId": "j572z3a4b5c6d7e8f9g0h1i2j3",
"chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3"
}Use cases
- Prepare a finished model for a web app or game runtime.
- Create an optimized GLB artifact for download after completion.
Related Mint workflow
3D Model optimization →