Model reference · open weights
Mini-K3-1H-attn-4kda is an open-weight language model from nkkbr. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | nkkbr |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 1.0B |
| Context | 128k tokens |
| Runs with | pytorch |
| Released | 2026-09-14 |
| Popularity | 752 downloads / month |
| Licence | Unknown |
About
This repository contains a text-only Mini-K3-1H pretraining checkpoint from a controlled 20-architecture comparison. The family retains Kimi-K3's KDA and Gated MLA operators, block Attention Residuals, Stable LatentMoE, SiTU activations, output gates, and Quantile Balancing at approximately one billion logical parameters. The exact architecture for this repository is listed below; some ablations deliberately replace the baseline KDA/MLA ratio, decay granularity, convolution length, or positional encoding.
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12][13]checkpoint-tokens-004000317440Every numbered checkpoint is an immutable Git tag. main points to the most
recent uploaded checkpoint. The final tag is exactly
checkpoint-tokens-016000000000-final and is created only after exactly
16,000,000,000 valid loss targets have been processed.
All 20 runs use canonical name-and-shape keyed initialization with base seed
20260914. Parameters shared by two architectures, with the same semantic name
and shape, therefore begin byte-identically. Variant-only or shape-changing
parameters receive their own deterministic streams. All runs consume the same
immutable mixture schedule in the same order.
Training uses K3-style per-head Muon for head-expanded Q/K/V matrices, Muon for other matrix parameters, AdamW fallback for vectors and embeddings, weight decay 0.1, per-head QK-Clip, cosine decay, 1% linear warmup, and online 1,000-bin histogram Quantile Balancing. The router selects experts with biased scores and combines them with renormalized unbiased sigmoid scores. No post-training was performed.
The exact frozen source revisions, token quotas, schedule hashes, optimizer configuration, hardware benchmark choice, and validation split hashes are in the JSON manifests included in this repository. Source datasets retain their own licenses and terms; this repository does not redistribute their text.
model.safetensors uses the standalone layout defined by
modeling_mini_k3.py and configuration_mini_k3.py. The bundled code and
config.json fully define the architecture without relying on the original
training checkout. ARCHITECTURE_PACKAGE_README.md, ARCHITECTURE.md, and
VARIANT.md (when present) describe the standalone package and the controlled
change. See initialize_model.py and smoke_test.py for local use.
This is an intermediate pretraining research checkpoint. It has not yet been evaluated on downstream tasks. Training-time fixed-development NLL and perplexity are logged in W&B and the run's JSONL metrics. Planned downstream and architecture diagnostics are documented in the experiment repository.
The model is a small research proxy, is pretrained only, and should not be treated as an instruction-following assistant. Outputs may be inaccurate, biased, unsafe, or repetitive. Architecture rankings at this scale and at an 8K training length need confirmation before extrapolation to full Kimi-K3.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys mini-k3-1h-attn-4kda for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (mini-k3-1h-attn-4kda below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"mini-k3-1h-attn-4kda","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.