Amux
Changelog
v0.24.0

Image endpoints, async tasks and webhooks

APIs

  • POST /v1/images/generations and POST /v1/images/edits are live; edits accepts multipart

  • POST /v1/tasks submits long-running jobs and returns results by id, with Prefer: wait, Idempotency-Key and cancellation

  • Synchronous streaming image generation

Webhooks

  • Completed tasks can call back to your endpoint, signed

  • The signing secret is available in the console, and the docs include a verification example

Console

  • Logs cover images: a dedicated output column, and details split into a rendered view and raw JSON

  • Amounts are shown at full precision in both list and detail

Fixes

  • A reservation left behind by a crash no longer freezes your balance forever

  • Failed image requests no longer appear twice in the log

Image endpoints, async tasks and webhooks · Amux