kosa8 docs

Commands / kosa8 model

kosa8 model

Pull and serve local models (OpenAI- and Anthropic-compatible)

kosa8 pulls GGUF models from Hugging Face and serves them on a fixed local port, exposing both OpenAI (/v1/chat/completions) and Anthropic (/v1/messages) compatible endpoints.

Serving uses llama.cpp when llama-server is on PATH and kosa8's own built-in engine otherwise, so a model that pulled can always be served. Pick one explicitly with model serve --backend llama|engine.

Subcommands