Skip to main content
Manage your organization’s model catalog. These endpoints read and edit models that already exist — to create one, see Model Training.
  • GET /models — list your organization’s models, most recent first; filter by category and/or status, paginate with limit/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.
Reads require the 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.