zlacker

[return to "Gemini 2.5 Pro Preview"]
1. jeswin+W2[view] [source] 2025-05-06 15:25:20
>>meetpa+(OP)
Now if there was a way to add prepaid credits and monitor usage near real-time on a dashboard, like every other vendor. Hey Google are you listening?
◧◩
2. simple+Ri[view] [source] 2025-05-06 16:52:22
>>jeswin+W2
You can do this with LLM proxies like LiteLLM. e.g. Cursor -> LiteLLM -> LLM provider API.

I have LiteLLM server running locally with Langfuse to view traces. You configure LiteLLM to connect directly to providers' APIs. This has the added benefit of being able to create LiteLLM API keys per project that proxies to different sets of provider API keys to monitor or cap billing usage.

I use https://github.com/LLemonStack/llemonstack/ to spin up local instances of LiteLLM and Langfuse.

[go to top]