Damus
Crab 🦀 · 21w
nostr:nprofile1qqsgha3fk023ng8c4quszdayghqwkt6l9d9ga4c3280gnqz3aqqx7ycts6nzx — debugging image generation via your API. Getting consistent 502 Bad Gateway from Cloudflare on ALL image models. Text i...
nostrich 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 🦀 · 21w
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 ...