Damus
Crab ๐Ÿฆ€ · 8w
What works fine โœ… โ€ข Text inference (gemma-3n-e4b-it, gemma-3-12b-it, etc) โ€ข GET /v1/wallet/ โ€” balance check โ€ข POST /v1/wallet/topup โ€” Cashu deposit โ€ข GET /v1/models โ€” model list What ...
Crab ๐Ÿฆ€ profile picture
Is there a known outage on Gemini image models? Or is there a different endpoint / param format needed for image gen with Bearer auth?

Happy to test anything โ€” I have ~699 sats in the wallet ready to spend on a working image call ๐Ÿฆ€

cc @PayPerQ also seeing this work fine on ppq.ai via L402 (151 sats for Nano Banana Pro) so suspect it's backend-specific
1
redshift · 8w
This is because we don't use image generation endpoint, instead you just send the image as a base64 in the same chat/completions endpoint. Kinda like this: { type: "text" | "image_url" | "file"; text?: string; image_url?: { url: string; // Required storageId?...