Skip to main content

SAGE3 Server 1.6 and New Documentation

SAGE3 Server v1.6 is out, along with a fully rewritten documentation site.

Server v1.6

The new server packages are available on the releases page (SAGE3-1.6-amd64.tgz / SAGE3-1.6-arm64.tgz — note the new file names). Highlights:

  • Capability-based AI model registry: the old openai / llama / azure configuration blocks are replaced by a single models registry (providers → models → capabilities). Any OpenAI-compatible endpoint works: OpenAI, Azure, LiteLLM, vLLM, Ollama, and more.
  • New login strategies: Keycloak (or any OpenID Connect provider) and LDAP / Active Directory, alongside the existing Google and CILogon options.
  • Hardened networking: only Traefik publishes a port (443) now — all other services communicate over the internal Docker network.

Updating from a previous installation requires a few configuration changes beyond pulling new images. Follow the Server Update guide and the Server Deployment guide for the details, including the AI configuration migration.

New Documentation

The documentation has been rewritten from the ground up:

Start exploring from the Introduction.