Continuity without a growing list.
- 64 heads with 128 × 128 recurrent matrices.
- KDA state is bounded; the entire hybrid model’s memory is not.
Q/K/V → causal conv → gated matrix update → normA hybrid vision-language model built around linear attention, sparse retrieval and mixture-of-experts computation. Inspect how GLM distributes work across its 45-layer backbone.
Two attention mechanisms share a 45-layer backbone, with four residual streams running through the stack.
Thirty-four Kimi Delta Attention layers retain recurrent matrix state. Channelwise forget gates and per-head write gates update that state after short causal convolutions.
Q/K/V → causal conv → gated matrix update → normEach slab includes attention and its own FFN. The 3× KDA → 1× KPool-DSA group repeats 11 times, followed by a final KDA layer. The side drawing is an FFN detail inset. The animation is explanatory; no model inference is executed.
Attention schedule shown. The first three FFNs are dense; the following 42 are MoE.
Configuration, memory and computation—each with a specific role in the model.
Q/K/V → causal conv → gated matrix update → normweighted index pool → top blocks → token IDs → attentionrouter → top 8 → weighted outputs + shared expert4 streams → read / sublayer / write + residual mixerDeveloper papers, released configurations and reference implementations. Reviewed 10 September 2026.
Introduction; text_config, layer_types and index settings
KDA, KPool-DSA, mHC and dense/MoE schedule
Indexer, Attention, HyperConnection and TopkRouter
Architecture for extreme efficiency; IndexPool
The model card links the earlier GLM-5 report. These exact layer details come from the released 5.3 Flash configuration and implementations.
The configured 1,048,576-token context is a model limit, not a Perchy service-level commitment.
Explore coding, reasoning and agentic tasks with application-level tool permissions and oversight.
Bring large document collections and working context into a carefully measured inference workflow.
Combine text with supported image and video inputs in your business application.
Perchy provides managed AI inference through authenticated APIs. Customers do not receive SSH, root, operating-system or bare-metal access. The service does not provide model-training or fine-tuning functionality. Server administration remains with Perchy.
The configured context length is a model specification, not a service-level guarantee. Sparse token selection does not mean the model retains only the selected tokens in memory. Hardware, precision, vision inputs and runtime support determine the production envelope.
Read the model developer’s documentationOne conversation.
A whole new trajectory.