Skip to content

Apex — Local LLM Stack

CMMD-Center's local LLM serving infrastructure on Sentinel (Mac Studio) and Ryzen.

Apex is CMMD-Center’s local LLM serving stack. Mac Studio (Sentinel) runs the apex-* production tier; Ryzen runs the lab-* experimental tier. Both speak the Anthropic Messages API (/v1/messages) over Cloudflare tunnels and share a single Bearer key.

EndpointTierHostPurpose
https://apex-api.cmmd.aiapex-*Mac Studio (Sentinel)Client-facing premium
https://lab-apex-api.cmmd.ailab-*RyzenInternal / experimental
AliasEndpointBacking modelSizeContext
apex-coreapex-apiqwen3.5:122b-a10b81 GB262K
lab-flashlab-apex-apiGLM-4.6V Flash 9B6 GB128K
lab-generallab-apex-apiQwen 3.6 27B (experimental)17 GB256K

Source of truth: apex/models/registry.yml.