I spent $2k on OpenAI before realizing one feature was 70% of it
Built a tool to tag LLM calls with feature names and track costs at that level.
Before: “You spent $2,147 on GPT-4”
After: “summarization: $1,503, chat: $412, search: $232”
SDK wraps your existing client with zero code changes to your API calls:
npm install @with-orbit/sdk
const openai = orbit.wrapOpenAI(new OpenAI(), { feature: ‘chat’ });
Works with OpenAI, Anthropic, Gemini. Free tier, no credit card.