TKTeja Kummarikuntlainkonghq.hashnode.dev路May 28 路 24 min readUsage-Based Billing for AI Agents with FastAPI and KongIf you've built an AI agent, the next question is simple: how do you charge for it? Flat subscriptions don't fit AI workloads. Token costs vary by model, by direction (input vs output), and by how muc00
TKTeja Kummarikuntlainkonghq.hashnode.dev路May 5 路 16 min readHow to Monetize Your AI Agents with LangChain and KongSay you built an AI agent and customers are starting to pay for it. Sooner or later you'll want to charge them by what they actually use, because some customers hammer the agent all day while others s00
TKTeja Kummarikuntlaintejak.hashnode.dev路Apr 1 路 11 min readI Built a Token Billing System for My AI Agent - Here's How It WorksI've been building an AI agent that routes requests across multiple LLM providers, OpenAI, Anthropic etc., based on the task. But pretty quickly, I hit a real problem: how do you charge for this fairl00