Show HN: Open-source LLM provider price comparison
21–30 of 34 posts
Re: Show HN: Open-source LLM provider price comparison
#22Re: Show HN: Open-source LLM provider price comparison
#23Nice I built something similar https://huggingface.co/spaces/Whiteshadow12/llm-pricing-calc... I like your charting, many have taken this task and then lose interest. similar other tools for inspiration https://llmprices.dev/ https://www.llmpricing.app/ What no one is doing is focusing on GPUs, what is the cost of running L3-8B on an A100 or H100 per second.
I wish that OpenRouter would also expose the amount of output tokens via API as this is also an important criteria.
Re: Show HN: Open-source LLM provider price comparison
#24LLMs are really commodities now: https://www.lycee.ai/blog/why-large-language-models-are-a-co...
Re: Show HN: Open-source LLM provider price comparison
#25So overall not cheaper running these yourself compared to using GPT-4o mini.
Re: Show HN: Open-source LLM provider price comparison
#26Re: Show HN: Open-source LLM provider price comparison
#27Meta comment: he could make an Action that generates the images.
Re: Show HN: Open-source LLM provider price comparison
#28The problem with these Open weights LLMs hosted by these provider is that we don't what's the precision of the LLM, that makes a huge difference in the speed and cost (compute). I think Together recently introduced a different price tier based on precision but otherwise it is usually dark.
Then I realized, that I changed the provider. And the new one quantized Llama 3.1 with fp8.
Then I tried Hyperbolic [2], because they offer the model in different quantizations. As result, Llama 3.1 was better than Llama 3 or at least on par.
Re: Show HN: Open-source LLM provider price comparison
#29LLMs are really commodities now: https://www.lycee.ai/blog/why-large-language-models-are-a-co...
Indeed!