this post was submitted on 27 Feb 2026
42 points (92.0% liked)

Ask Lemmy

38229 readers
2222 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] chicken@lemmy.dbzer0.com 5 points 1 day ago (2 children)

You can use a wattage meter between your outlet and computer. I've tried that, and the usage is around the same as a graphically intensive videogame while it is generating.

[–] snausagesinablanket@lemmy.world 2 points 23 hours ago (1 children)

How does a wattage meter on my computer measure power used by an LLM server someplace else per prompt?

[–] chicken@lemmy.dbzer0.com 1 points 23 hours ago* (last edited 23 hours ago) (1 children)

I have a LLM server on my computer, so I can tell how much electricity it is using this way. It's not somewhere else is how

[–] Michal@programming.dev 7 points 1 day ago (1 children)

There's a huge difference between a model you can run locally and a chatgpt model.

[–] Tangent5280@lemmy.world 1 points 1 day ago (1 children)

Sure, but without actually knowing what kind of hardware the servers are running, what kind of software too, and what their service backend looks like we can't say whether it is going to be higher or lower.

[–] Michal@programming.dev 3 points 1 day ago

I think we can assume it's nvidia H200 which peaks at 700W what what I saw on Google. Multiply that by the turnaround time from your prompt to full response and you have a ceiling value. There's probably some queueing and other delays so in reality the time GPU spends on your query will be much less. If you use the API, it may include the timing information.