Damus
note1k0g0e...
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 · 4d
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?...