Azure • LiteLLM • Firebase
GPT image space
A minimal studio for prompt-based image generation with team-scoped LiteLLM keys, Azure queue processing, and Stripe-based prepaid credits.
Sign in to create your LiteLLM key and start generating.
Access
Authentication and billing stay server-side.
Browser code only uses Firebase web credentials. LiteLLM master keys, user keys, Stripe secrets, Azure storage credentials, and Firebase Admin credentials never leave the server.
Studio
Prompt in, queue out, poll until the image lands.
Submission writes a job row and pushes a queue message. The browser never waits on the provider call directly, it just polls your own API until the image is ready.
Idle state
Choose a ratio, resolution, and quality, then submit a prompt. The app will create one generation job, enqueue it in Azure Queue Storage, and keep polling until the signed Blob URL is available.