See cost and usage per customer by tagging calls with a user id.
If you serve many end-users, tag each call with your user id. Orbitrage then
breaks down cost, usage, and flow graphs per customer — inside one project. It’s
your own data about your own users.
In Python, construct the OpenAI() client afterset_user() — already-built
clients keep their original headers. Node’s withAssociationProperties scopes
the user to the block, so any client built inside it is tagged.