From f1398c2354ab12c8a55f7d3730f68eb99f2bce87 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com> Date: Sat, 22 Aug 2026 03:03:20 +0000 Subject: [PATCH] docs: align the library ABI claim The library section still named ABI v21 and 46 exports. The public header now defines ABI v23 and declares 49 API entries. Remove the brittle export count and direct readers to the header. Refs #342 FOLLOWING_AGENTS_PROTOCOL Following-Agents-Protocol: true AI-Assisted: true Assisted-by: Codex:gpt-5.4 [Codex] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b006fe0d..2e943836f 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,8 @@ behind a model gallery, multi-model serving, the full OpenAI API surface, auth, ## Use it as a library (C API) Link `libvllm` and include [`include/vllm.h`](include/vllm.h): a flat, exception-free, -llama.cpp-style C ABI (`VLLM_ABI_VERSION 21`, 46 exported functions) suitable for `dlopen` / FFI. +llama.cpp-style C ABI (currently `VLLM_ABI_VERSION 23`) suitable for `dlopen` / FFI. Check the +header for the version that your build provides. ```c vllm_model_params mp = vllm_model_params_default();