pub const COMPLETIONS: &str = "/completions";Expand description
llama.cpp mounts its native endpoint under both spellings
(tools/server/server.cpp:240-241), the plural being the one its
own web UI uses. Not an alias of V1_COMPLETIONS: dropping
the /v1 changes the dialect, not just the path.