human-less-ai/human-less-pixel ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Python service that acts like an OpenAI compatible gateway for AI agents.

It should expose chat completions, embeddings, a ranking endpoint, an outcome report endpoint, and a network stats and feed endpoint, plus basic health and root routes. The chat endpoint should let an agent send a tenant id and payer wallet in headers, rank model candidates, pick the best one, charge a per request toll through a wallet based flow, then return a normal OpenAI style response with a few extra pixl fields. The report endpoint should accept verified outcomes and be safe to call more than once. The network stats endpoint should only return k anonymous aggregated data, and suppress anything below the privacy floor.

Please keep it lightweight, use a modern Python web stack, make it easy to run locally with a mock mode and also support real provider keys and wallet payment settings in production. Add tests, sensible defaults, and a simple command to start the server. If you need current docs for any library, look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab