Solan family

Glyph 1.1

Sennoric's small, fast model. Runs on dedicated inference capacity separate from Fresco.

What Glyph is

Glyph 1.1 is a fine-tuned Llama 3.1 model built for speed and brevity. It was the first model Sennoric shipped — before Fresco existed — and the lessons from fine-tuning and evaluating it shaped the approach taken with Fresco 1.2.5.

Where it fits

Fresco is the default model — built for general chat, writing, and code. Glyph is smaller and faster, suited to short exchanges where response time matters more than depth.

Timeline

Using it

Glyph is available at the same OpenAI-compatible endpoint as Fresco. The model id is glyph; the legacy id veil still resolves.

curl https://api.sennoric.com/v1/chat/completions \ -H "Authorization: Bearer $KEY" \ -d '{"model":"glyph","messages":[{"role":"user","content":"Hello"}]}'

Fresco model details →