Altworld Astrea: The New Frontier of Creative Writing
Today, we are introducing Altworld Astrea — our first openly released model. Astrea is a compact 9B-parameter model built for one thing: writing that feels written. It sounds human, it keeps the story straight, and it beats bigger models at both. You say something, it answers back.
Astrea is available today on chat.altworld.io, and the full model weights are on Hugging Face under Apache-2.0, so anyone can download it and run it locally. An OpenAI-compatible API is open with simple prepaid pricing.
What makes Astrea different
It sounds like a person
Most AI prose gives itself away in the first paragraph: the stock phrases, the "it wasn't X — it was Y", the em-dash pileups, every reply opening the same way. We count those tells. Astrea scores 2.5 — roughly two and a half tells slipping into every thousand words. Every other model we tested leaves between 8 and 19 per thousand.
It understands the scene, not just the sentence
Judged blind, story against story, Astrea wins on the things that make writing actually work: characters whose motivations hold together, a detail planted early paying off later, the tone you asked for instead of generic fantasy voice. That depth is what puts it ahead of models three billion parameters bigger.
It stays grounded
If the lantern went out, it stays out. If your sword was taken, it doesn't reappear in your hand two scenes later. That's grounding — remembering what's true in the story — and creative models are notoriously bad at it. Astrea keeps 73 of 100 scenes straight. The strongest 12B prose model manages 44.
All of it at 9B
Every rival on our board is both bigger than Astrea and purpose-built for creative writing. Astrea isn't beating generalists — it's beating the specialists, with three billion fewer parameters. That also means it runs faster, serves cheaper, and fits on hardware the bigger models can't.
Altworldbench
We test every release on Altworldbench, our own creative-writing benchmark. Same prompts and settings for every model, every story judged blind.
All rivals are open 12B creative-writing models. Gold = Astrea.
See for yourself
Two samples from our test set — unedited, exactly as Astrea wrote them.
SCENE: The rescue party returns with empty stretchers and one boot. ACTION: I ask the search captain to tell the families myself.
The captain sets the boot on the table. It is a heavy boot, the kind the welders wear, with the steel cap dented in and the laces frayed. The stretchers are empty now, returned to the hangar. The rescue party came back in four, and one of them did not return.
The families are waiting in the corridor. They have not eaten in days. The ration scrip is worthless now that half the station is gone, and the spin-section has slowed to a crawl. The air smells of recycled carbon and old sweat. You do not speak of the lost. You do not speak of the dead.
The captain turns to you. He does not speak. The boot is on the table. He steps back.
You stand. You take the boot. You walk into the corridor. The families look at you. There is nothing to say. You set the boot on the floor and say, "Your children did not come back."
SCENE: Your partner swore your cargo of walrus ivory to two different buyers. ACTION: I go to the lesser buyer first and offer him the truth and a discount.
The lesser buyer squints at you through a greasy half-door in Uppsala's timber shed. The air smells of pine pitch and old fish.
He does not lie. The other party is already buying that ivory. Three measures from Helsingjar, not yours. You tell him the truth, offer him a discount of two dirhams. He laughs, spits. "The other man has my seal. He paid me in hacksilver and a vow over the sacred waters. You offer scraps, and I must burn them for luck."
He turns away. The floorboards are wet. Frost lies thin on Lake Mälaren beyond the sheds, and the ice does not hold for a barge. The cargo remains in the gloom: twenty tusks, the colour of a seal's eye, unsworn to you now.
Availability
Talk to Astrea chat with it now at chat.altworld.io — no account needed for your first turns.
Build with the API an OpenAI-compatible endpoint at api.altworld.io — create a key and load credits at altworld.io/developer, then start in the docs.
Play Astrea Astrea powers the voices of Altworld, our life simulator and story sandbox.
Download the weights Altworld/Astrea-R8-Chat-9B on Hugging Face, Apache-2.0, BF16 safetensors.
Build with the API
The Astrea API is OpenAI-compatible: if your code already talks to an OpenAI-style endpoint, point it at our base URL, swap the model name, and it works — streaming included.
curl https://api.altworld.io/v1/chat/completions \
-H "Authorization: Bearer $ASTREA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "astrea",
"messages": [{"role": "user", "content": "Open a story in a lighthouse, first person, no cliches."}],
"stream": true
}'
Create a key → Full API reference → Pricing →
Model details
Altworld Astrea (release name Astrea-R8-Chat-9B) was trained on top of the Qwen3.5-9B base model using multi-round LoRA supervised fine-tuning, alternating conversational and narrative rounds and checking every round against Altworldbench. The released checkpoint is the merged BF16 model.
The chat template works bare: no system prompt, no flags, it just answers — with no visible
reasoning block. Explicit thinking is available per-request with
enable_thinking=True.
Recommended sampling:
"temperature": 0.8, # creative work — use 0.2 for factual chat "min_p": 0.025, "repetition_penalty": 1.08
Limitations
- Like any compact model, Astrea can miss nuance or state things confidently and wrongly. Verify anything high-stakes independently.
- English dominates its training and evaluation. Other languages will work, but with weaker guarantees.
- This release is text-first: the architecture inherits vision support, but visual behavior was not part of the release evaluation.
- Astrea is not certified for medical, legal, financial, or other high-stakes use.
We plan to keep improving and openly releasing Astrea models — tell us what to fix. The fastest way to reach us is the Altworld Discord.