Time and time again, we found ourself wanting to use a good AI model for agentic workflows to process different kinds of sensitive data. Since sending that data out of EU is a big problem, both legally and ethically, we had a really hard time finding a provider that wasn't US based. Som we decided to do it ourselves.
We're running GLM 5.1 (754B MoE, open-weight, MIT-licensed) on NVIDIA H200 + B300 hardware in Stockholm. The API is OpenAI-compatible, so migrating an existing app is three characters of code:
rydan•55m ago
Time and time again, we found ourself wanting to use a good AI model for agentic workflows to process different kinds of sensitive data. Since sending that data out of EU is a big problem, both legally and ethically, we had a really hard time finding a provider that wasn't US based. Som we decided to do it ourselves.
We're running GLM 5.1 (754B MoE, open-weight, MIT-licensed) on NVIDIA H200 + B300 hardware in Stockholm. The API is OpenAI-compatible, so migrating an existing app is three characters of code:
base_url="https://api.grunden.ai/v1"