HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tomd

no profile record

Submissions

API for Current LLM Pricing

toktab.com
1 points·by tomd·6 miesięcy temu·1 comments

Background Tasks feature merged into Django

theorangeone.net
3 points·by tomd·10 miesięcy temu·1 comments

comments

tomd
·6 miesięcy temu·discuss
When I'm building apps that use LLMs I'm often looking up prices from the providers' websites, sometimes copying and pasting them into prompts ('calculate and display the costs for this model using this screenshot'). I'd rather tell Claude Code 'use toktab.com to get the current prices for gemini-3-flash-preview'. And now I can! This site is built every night from the open source pricing data from LiteLLM - https://github.com/BerriAI/litellm - which was the most comprehensive data I could find. I think the main weakness is lack of fuzzy searching, which is hard to achieve with a statically generated site, but I'm very open to suggestions.
tomd
·2 lata temu·discuss
It's there now