Aiqre

Model library / Gensyn

open-1b-sft

open-1b-sft is a 1.6 billion-parameter, decoder-only English chat model fine-tuned with supervised data.

1.6B

Parameters in total

4,096

Context length in tokens, as published

6 GiB

Weights at the released precision

apache-2.0

Licence declared on the repository

Overview

What this model is.

The model is a supervised-fine-tuned version of the open-1b family released by Gensyn. It is intended for research and demonstration of a verifiable, chat-capable assistant, not for production deployment. The repository provides the fine-tuned checkpoint, chat template, and code needed to reproduce its behaviour.

The model contains 1.6 billion total parameters (about 1.08 billion non-embedding), supports a 4,096-token context window, and is distributed under the Apache 2.0 licence. Weights are stored in bfloat16 format; inference can run in quantised int8 mode or plain bf16. The architecture is custom and requires trust_remote_code to load.

Specification

The published shape.

RepositoryGensyn/open-1b-sft
PublisherGensyn
Published15 September 2026
ArchitectureOpen1BForCausalLM
Model typeopen1b
Parameters1,608,011,776
Layers24
Hidden size2,048
Attention heads16, 4 key/value heads
Context length4,096 tokens
Vocabulary128,256 tokens
Weight formatbfloat16
Licenceapache-2.0
Base modelGensyn/open-1b-midtrained-93B

Memory

How much VRAM the weights need.

Parameter count multiplied by the bytes each format uses. The key-value cache comes on top.

PrecisionWeightsNotes
bf163.0 GiBFull precision as released
fp81.5 GiB8-bit, near-lossless on most models
int40.7 GiB4-bit, smallest footprint

The cache costs 48 KiB per token at 16-bit, so the full 4,096-token context of one request needs about 0.2 GiB. Concurrency multiplies that number, not the weights.

That figure is an upper bound: this model uses sliding-window attention with a 512-token window on some layers, so long requests cache less than this.

Hardware

Which card runs it.

At the released precision, with 90% of the card given to the server and 2.5 GiB kept for the runtime. The context column is what is left for the cache on that setup.

GPUCards neededFree for cacheContext it holds
RTX 4090 24GB 1 13.1 GiB the full 4,096 tokens
RTX 5090 32GB 1 20.3 GiB the full 4,096 tokens
L40S 48GB 1 34.7 GiB the full 4,096 tokens
A100 80GB 1 63.5 GiB the full 4,096 tokens
H100 80GB 1 63.5 GiB the full 4,096 tokens
RTX PRO 6000 96GB 1 77.9 GiB the full 4,096 tokens
H200 141GB 1 118.4 GiB the full 4,096 tokens

Serving

Running it yourself.

A vLLM launch line for the shape above. Check the model card for a runtime the publisher recommends.

vllm serve Gensyn/open-1b-sft \
  --max-model-len 4096 \
  --gpu-memory-utilization 0.90

Questions

The things people ask about this model.

How much GPU memory does open-1b-sft need?

The weights take about 6 GiB at the released precision. That fits on one RTX 4090 24GB, which leaves roughly 13 GiB for the key-value cache.

What licence does open-1b-sft use?

The repository declares apache-2.0. Read the licence text before commercial use: the name alone does not tell you what is allowed.

How long a context does it support?

The configuration allows 4,096 tokens. Whether the whole window is usable depends on the memory left for the cache, which the hardware table works out per card.

Can I use it through an API instead of hosting it?

This page is a reference, and Aiqre does not serve this model today. We deploy open-weight models on dedicated EU hardware on request, so if you want an OpenAI-compatible endpoint for it, email [email protected] with the model name and roughly what volume you expect.

Also in the library

Related models.

openbmb/MiniCPM5-2B

MiniCPM5-2B is a 2-billion-parameter dense transformer aimed at on-device and resource-constrained deployments.

IFM/K2-Horizon-0.9B

K2-Horizon-0.9B is a 1.1 billion-parameter dense decoder-only model with a 128 k token context window.

openbmb/MiniCPM5-2B-Midtrain

MiniCPM5-2B is a 2.5-billion-parameter dense Llama-style causal language model released by openbmb.

Nanbeige/Nanbeige4.2-3B-DSpark

Nanbeige4.2-3B is a compact agentic language model designed for reasoning, tool use and personal-assistant tasks.

Hosting

Want this model on a dedicated EU GPU?

Tell us the model and roughly what volume you expect. We reply with a price and an OpenAI-compatible endpoint, with your prompts never stored.