Assistant response
Run an example to see the model response.
OPEN MODEL · TOOL USE · SAFE SIMULATION
Explore the Hermes Agentic fine-tune: direct answers when no tool is needed, concise tool proposals when one is.
Requests go directly from your browser to
/v1/chat/completions. The server must allow browser CORS.
Do not paste credentials; this demo intentionally has no API-key field.
[]
SERVE THE MODEL
The FP16 checkpoint needs well over 56 GB. On a 24 GB GPU, the model author recommends the Q4_K_M GGUF, DFlash off, and a recent Muse-aware llama.cpp build. Expose it only through infrastructure you trust.
llama-server \
-m Muse-Glimmer-30B-Hermes-Agentic-Q4_K_M.gguf \
-a muse-glimmer-30b --host 0.0.0.0 --port 8084 \
-ngl 99 -c 32768 -np 1 --jinja \
--temp 0.6 --top-p 0.95 --top-k 64