hosman20 puts every AI model behind one gateway
The fork stops talking to Anthropic, Google, and OpenAI directly and routes all of them through a single switchboard instead.
Until now this fork wired up each AI provider separately, with its own keys and its own code. hosman20 has swapped all of that for the Vercel AI Gateway - a single service that takes a request, sees which model it names, and forwards it to the right provider. One credential replaces three, and individual users never handle their own keys.
The more interesting part for anyone running this as a business: every request now carries a tag identifying the user and organisation behind it, and the gateway counts the tokens each call burns. That's the plumbing a subscription or per-seat billing model needs. hosman20 is candid that the live path was only tested against mock providers so far, and some old key-management screens are still being cleaned up.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?