Change8

b8173

📦 llama-cppView on GitHub →
3 features🐛 1 fixes🔧 2 symbols

Summary

The server component received significant updates to support multiple model aliases via a comma-separated --alias flag and introduced informational tags. The /v1/models endpoint was updated to reflect these new fields.

✨ New Features

  • Server now supports specifying multiple model aliases using a comma-separated list via the --alias flag.
  • Added --tags flag for informational metadata (not used for routing).
  • /v1/models endpoint now exposes model aliases and tags fields.

🐛 Bug Fixes

  • The server now uses the first alias provided as the model_name for backward compatibility.

Affected Symbols