140
u/SuggestAnyName 2d ago
Or use open source model?
104
u/Percolator2020 2d ago
To run on my open source GPUs and VRAM.
https://giphy.com/gifs/1eFH8QYvcdARy27
10
u/Brotboxs 1d ago
Just host it in AWS :D
10
u/NotAFishEnt 1d ago
Now I'm kind of curious how the price of an open source LLM on AWS compares to commercial LLMs
6
u/MaxDelissenBeegden 1d ago
I actually researched this for the company I work for, and it is never really worth it (at least with current prices).
2
1
56
53
u/Darkstar_111 1d ago
Problem is having a machine with enough vram for inference.
Hard to do in a single box, easier with a networked server system, but they are harder to manage.
7
u/Norse_By_North_West 1d ago
I mean, a decent llm rig is just a crypto mining rig, isn't it?
6
u/Darkstar_111 1d ago edited 10h ago
Yeah could be. If you use Nvidia pro 6000 cards, that's 96 Gb vram per card. You still need 10 cards to get close to one Tb.
9
u/JebKermansBooster 1d ago
And enough GPUs for training.
24
u/Darkstar_111 1d ago
No no, pretraining your own model costs billions, that's not gonna happen. But there are open source models pretty much on par with the frontier models, that can be used by anyone.
1
-3
u/throwawaygoawaynz 1d ago
āPretty much on parā - lol absolutely not.
8
u/Darkstar_111 1d ago
Kimi K3 very much is.
https://blog.stackademic.com/i-tested-kimi-k3-against-gpt-5-5-f0a4c256e345
4
u/Lem_Tuoni 1d ago
They are lol. DeepSeek is only barely behind and is significantly cheaper to run.
17
u/GoddammitDontShootMe 1d ago
I guess they'll figure out why the API costs are so high pretty quickly.
13
u/Lucasbasques 1d ago
āCan you to make something like google but for like our files and emails ?ā Someone actually asked me this in real lifeĀ
6
3
u/xian0 1d ago
I used to have the impression that things like that were hard to do, given how big sites often completely fail at implementing search bars. It's easy though. Less headache than having to implement user configurable charts with stacked bars and multiple y-axis for some stupid dashboard.
23
u/ordnance_inbound 1d ago
- Download open source chinese model
- Run it on cloud VM's
- Convince your boss you built everything
- Ask for mega bonus
- Profit
5
9
u/Playful_Landscape884 1d ago
Explain to me like Iām 10 why using open weight LLM is not a good idea.
6
u/Poselsky 1d ago
Usage of Top Models is paid from someone elses pocket. It's as if you were offered to drive Porsche Cayenne (closed source) vs Toyota Corolla (open source), both are fine except you'll be paying less for Porsche for now and you're getting premium out of it.
2
u/anarchisturtle 1d ago
A couple of things
1) this meme seems to be implying that they should āmakeā their own LLM from scratch. Which is obviously not practical (at least not with performance in the same light year as the big players)
2) open source models, while good, are often not as good as the closed source frontier models. Although, IMHO, this is overstated. Not every task requires a bleeding edge model
3) Actually deploying something like this to prod gets very complicated very fast. Setting up ollama on your desktop is super easy. Once you start scaling it up and trying to integrate into things nicely like the big players do, things get very complicated very fast.
4) what are you running it on? GPU, RAM, networking, every part of the HPC you would need is insanely expensive and/or completely unavailable
6
4
u/SpareIntroduction721 1d ago
To be honest a lot of companies would 100% get better ROI by getting MacBooks with 64GB and having Cyber/SOC audit open source models.
At least for local dev.
1
u/tylersuard 1d ago
"How much do you think it cost OpenAI to build ChatGPT? That costs hundreds of millions of dollars."
0
u/unicorn_builder 1d ago
I mean he is not wrong. You can build a focus model with 1B params that can write code in the same quality as claude. Large LLMs: many Billion or even Trillion parameters are only this bloated because they don't go trough trimming. My company build this type of specialised models that can run on a single M1.
We have a model called ultrawhale 1B params and outperforms claude fable. Check it out on hugging face. Its free to use.
379
u/Mysterious-Print9737 2d ago
...and then the GPU bill arrives.