Mango LLMBoost Inference Server API
LLMBoost is MangoBoost's enterprise LLM inference server. It serves the OpenAI REST API on /v1 so an existing OpenAI client migrates with a base-URL change: POST /v1/chat/completions, POST /v1/completions, POST /v1/embeddings, POST /v1/responses, POST /v1/audio/transcriptions and /translations, GET /v1/models, plus GET /health and GET /metrics (Prometheus). Streaming, JSON-schema structured output, tool/function calling and multimodal image input are supported. The server is self-hosted on the customer's own AMD Instinct GPUs — there is no MangoBoost-hosted endpoint — and is started with `lbh serve ` or `llmboost serve ` inside the LLMBoost container.