HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tomd

no profile record

投稿

API for Current LLM Pricing

toktab.com
1 ポイント·投稿者 tomd·6 か月前·1 コメント

Background Tasks feature merged into Django

theorangeone.net
3 ポイント·投稿者 tomd·10 か月前·1 コメント

Permissions and performance improvements in Wagtail 5.1

wagtail.org
1 ポイント·投稿者 tomd·3 年前·0 コメント

コメント

tomd
·6 か月前·議論
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 年前·議論
It's there now