Open source

We build on open source, and give some back

Almost everything that runs us is open source. The big one is SGLang, the LLM serving engine behind every hosted model. This page is the plain list of what we run, and what we contribute.

SGLang

Model hosting runs on SGLang. Each hosted model is one SGLang instance pinned to a GPU, with a small router in front of the pool. We picked it for the OpenAI-compatible surface and for the prefix cache, which saves us a lot of compute on repeated prompts.

We run a pinned version per deployment and benchmark releases before we upgrade, because a serving engine is the kind of thing you do not upgrade on a whim. When we hit a bug that looks real, we reproduce it and file it upstream with a minimal case. The patches we send back are usually small and boring, which is how we like them.

What we contribute

Everything else we run

If you run SGLang too and hit something odd, file it. We read the issue tracker and we usually answer.