Live data from Hacker News

Hetzner is working on LLM Inference

sliplane.io

1–10 of 92 posts

Re: Hetzner is working on LLM Inference

#2
> The enable_thinking option is worth mentioning. Without it, the model can spend a surprising amount of the completion budget reasoning before it returns a visible answer.

Straight up the opposite, which the name makes abundantly clear, with the option it does reasoning, without it it doesn't...

Re: Hetzner is working on LLM Inference

#4
post #3

Good to see more developments in this space. I quite like this service, which is a little further than Hetzner and has several models to choose from: https://www.infomaniak.com/en/hosting/ai-services

Interesting, didn’t know about them! Weird model selection though, no glm or deepseek?

Re: Hetzner is working on LLM Inference

#5
post #3

Good to see more developments in this space. I quite like this service, which is a little further than Hetzner and has several models to choose from: https://www.infomaniak.com/en/hosting/ai-services

Infomaniak is such a shitty company, I had to use them on a previous job I worked at and dealing with them was awful.

Re: Hetzner is working on LLM Inference

#6

> The enable_thinking option is worth mentioning. Without it, the model can spend a surprising amount of the completion budget reasoning before it returns a visible answer. Straight up the opposite, which the name makes abundantly clear, with the option it does reasoning, without it it doesn't...

My writing wasnt clear here I think, without the option it defaults to reasoning enabled. With "without it" I meant without enable_thinking=False!

Re: Hetzner is working on LLM Inference

#8

> The enable_thinking option is worth mentioning. Without it, the model can spend a surprising amount of the completion budget reasoning before it returns a visible answer. Straight up the opposite, which the name makes abundantly clear, with the option it does reasoning, without it it doesn't...

My writing wasnt clear here I think, without the option it defaults to reasoning enabled. With "without it" I meant without enable_thinking=False!

llamacpp has a reasoning-budget and reasoning-message setting that can both be a global or per header setting. Using it, you can stop it's reasoning token count and insert a message at the point you stopped it.

This allows both the client and server to customize it. I typically use a message that tells it to compact the conversation and use subagents. I find the reasoning gets bloated when it's failed to do whatever task it's doing and often times it either has too little context (subagents) or its context is bloated (compact).

This works fairly well to get it to extend workable life up to ~1M on a local model.

Re: Hetzner is working on LLM Inference

#9
This seems like a smart move, given their ability to host efficiently. I approve of efforts to make the cost of inference for smaller useful models slowly approach 'close to zero' and there are many good paths for getting there. It is useful for companies to get fast hosting for the class of smaller models they may end up hosting in house.

Re: Hetzner is working on LLM Inference

#10

It would certainly be interesting to have a highly respected EU-native inference provider, if only to make the regulatory gods happy

agree. I have a usecase for a bigger open-weight model hosted by an EU company and the selection isnt really great, hard to make the regulatory gods (and the devs) happy at the same time right now
Post reply on HN