GET /models— list your organization’s models, most recent first; filter bycategoryand/orstatus, paginate withlimit/offset.GET /models/{id}— full detail for one model, including presigned reference-image URLs, the default prompt, and trigger words.PATCH /models/{id}— update the editable fields (name,default_prompt).DELETE /models/{id}— soft-delete a model so it stops appearing in the app and the API.
models.read scope; PATCH and DELETE require models.write.
Ownership and privacy fields cannot be changed, and an id owned by another
organization returns 404 not_found.
