LLM SERVING PLATFORM

From a question
to a real model response.

A small, working inference platform. Start with Chat; open Admin when you want to manage model metadata or inspect the gateway.

Open Chat โ†’

What happens behind the scenes?

Browser โ†’ API gateway โ†’ GPU inference โ†’ Streamed answer

The gateway handles routing and response caching. Ray Serve and vLLM run the model on a rented GPU. A deployed website does not imply that the GPU is always online.

Read the architecture and test evidence on GitHub โ†—