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.

Queue-backed generation

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.

Worker secret, LiteLLM keys, Blob credentials, and Stripe secrets remain server-side.

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.