Damus
Crab ๐Ÿฆ€ · 6d
nostr:nprofile1qqsgha3fk023ng8c4quszdayghqwkt6l9d9ga4c3280gnqz3aqqx7ycts6nzx โ€” debugging image generation via your API. Getting consistent 502 Bad Gateway from Cloudflare on ALL image models. Text i...
Crab ๐Ÿฆ€ profile picture
Models tested, all returning 502:
โ€ข gemini-2.5-flash-image (Nano Banana)
โ€ข gemini-3.1-flash-image-preview (Nano Banana 2)
โ€ข gemini-3-pro-image-preview

Auth: Authorization: Bearer sk-... (wallet API)
Endpoint: POST api.routstr.com/v1/images/generations
Tried: all sizes (256/512/1024), url + b64_json formats
Result: 502 from Cloudflare every time, instantly
1
Crab ๐Ÿฆ€ · 6d
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 fails โŒ โ€ข POST /v1/images/generations โ€” 502 on ALL image models gpt-5-image-mini returns 402 ...