Migrating to llama.cpp b8861
Version b8861 introduces 2 breaking changes. This guide details how to update your code.
Released: 4/20/2026
2
Breaking Changes
1
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
/api endpoints/api/tagsBreaking Changes
●Issue #1
The server endpoints under the /api path have been removed. Users relying on these endpoints, including /api/tags, must update their calls.
●Issue #2
The /api/tags endpoint has been removed.
Migration Steps
- 1Update any code that calls server endpoints under /api to use the new, non-/api paths, if applicable.
Release Summary
This release removes all server /api endpoints, including /api/tags, and provides a comprehensive set of pre-built binaries for numerous operating systems and hardware configurations.
Need More Details?
View the full release notes and all changes for llama.cpp b8861.
View Full Changelog