Model reference · open weights
Aurora1.0 is an open-weight language model from AuroraAI-Research. 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 | AuroraAI-Research |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 149M |
| Context | 1k tokens |
| Released | 2026-09-13 |
| Popularity | 506 downloads / month |
| Licence | Open weights |
About
piqa: acc,none: 0.6273 acc_norm,none: 0.6224
hellaswag: acc,none: 0.2922 acc_norm,none: 0.3220
arc_easy: acc,none: 0.4987 acc_norm,none: 0.4491
arc_challenge: acc,none: 0.2099 acc_norm,none: 0.2500
arithmark_3.0: acc,none: 0.3390 acc_norm,none: 0.3390
Int Index based on OpenSLM-Leaderboard: 15.09 It matches or slightly beats GPT2-Small on most Benchmarks
Context Lenght: 1024
Factorized & Tied Embeddings Vocabulary Size: 32768 Embedding Rank: 384
GQA Attention (2:1 Head ratio) 10 Query and 5 Key/Value heads Head Dimension: 64 Positional Encoding: RoPE (θ=10000) QK-Norm
30 identical Transformer Layers Hidden Size: 640 Intermediate Size: 1728 Activation: SwiGLU
Muon and AdamW Around 150M Parameters 7 Billion tokens of Pretraining 11 Hours on an RTX Pro 6000
You can use the Inference.py script.
Example command: inference.py --Prompt "The capital of Denmark is" --temperature 0.1 --max_new_tokens 32
Output: The capital of Denmark is Copenhagen, which has a population of about 1.5 million people. The city is located in the northern part of the country and is surrounded by the sea.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys aurora1-0 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (aurora1-0 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":"aurora1-0","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.