Changelog
API releases and changes, newest first.
USD pricing & per-resolution variants
2026-07-03- Pricing is now denominated in USD — every money amount on the API (
price,cost,required, wallet balances) is a USD value. - Money fields renamed:
price,cost, andrequired(the legacy*_rubnames are no longer emitted). - Per-resolution (
1K/2K/4K) pricing for all image models — each resolution bills its own variant. See Models. - New top-level
currencyfield onGET /models— the authoritative denomination marker for every money amount in the response.
Public launch
2026-07-02POST /images/generate— asynchronous image generation withnano-banana-2andnano-banana-pro.POST /uploads— reference-image uploads for image-to-image workflows.GET /creations/{id}— job status and results.GET /models— model catalog with account-specific pricing.- Signed webhooks on creation completion and failure.
- Idempotent retries via
X-Idempotency-Key.