pub const RERANK: &str = "/rerank";Expand description
llama.cpp’s unprefixed spelling of V1_RERANK, mounted on the
same handler (tools/server/server.cpp registers /rerank,
/reranking, /v1/rerank and /v1/reranking).
Same reasoning as TOKENIZE: the client’s configured URL should
work unchanged rather than 404 on a prefix ferrox chose. Unlike
COMPLETION, this one really is an alias – same dialect, same
body, same response.