Aiqre

Model library / XHToken

Spark-X2.5-4B-Base

Spark-X2.5-4B is a 4.1 billion-parameter causal language model from XHToken designed for general-purpose tasks with a 1 M token context.

4.1B

Parameters in total

1,048,576

Context length in tokens, as published

8 GiB

Weights at the released precision

apache-2.0

Licence declared on the repository

Overview

What this model is.

Spark-X2.5-4B is a 4.1 billion-parameter causal language model released by XHToken. The publisher describes it as a compact, general-purpose model for tasks such as conversation, writing, translation, reasoning, coding, tool use and agentic workflows, supporting over 200 languages and a native context window of up to one million tokens.

The repository provides weights in bfloat16 format for the Spark2_5ForCausalLM architecture, with no expert layers. It uses a 1,048,576-token context length, is licensed under Apache 2.0, and can be run on diverse hardware via frameworks such as vLLM, SGLang, llama.cpp, Ollama or LM Studio for production deployments.

Specification

The published shape.

RepositoryXHToken/Spark-X2.5-4B-Base
PublisherXHToken
Published28 August 2026
ArchitectureSpark2_5ForCausalLM
Model typespark2_5
Parameters4,112,079,360
Layers36
Hidden size2,560
Attention heads16, 4 key/value heads
Context length1,048,576 tokens
Vocabulary131,072 tokens
Weight formatbfloat16
Licenceapache-2.0

Memory

How much VRAM the weights need.

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

PrecisionWeightsNotes
bf167.7 GiBFull precision as released
fp83.8 GiB8-bit, near-lossless on most models
int41.9 GiB4-bit, smallest footprint

The cache costs 144 KiB per token at 16-bit, so the full 1,048,576-token context of one request needs about 144.0 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 11.4 GiB about 83,308 tokens
RTX 5090 32GB 1 18.6 GiB about 135,737 tokens
L40S 48GB 1 33.0 GiB about 240,594 tokens
A100 80GB 1 61.8 GiB about 450,309 tokens
H100 80GB 1 61.8 GiB about 450,309 tokens
RTX PRO 6000 96GB 1 76.2 GiB about 555,167 tokens
H200 141GB 1 116.7 GiB about 850,079 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 XHToken/Spark-X2.5-4B-Base \
  --max-model-len 81920 \
  --gpu-memory-utilization 0.90

Questions

The things people ask about this model.

How much GPU memory does Spark-X2.5-4B-Base need?

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

What licence does Spark-X2.5-4B-Base 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 1,048,576 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.

XHToken/Spark-X2.5-1.7B-Base

Spark-X2.5-1.7B-Base is a 1.7 billion-parameter general-purpose language model with a native 1 M-token context window.

XHToken/Spark-X2.5-4B

Spark-X2.5-4B is a 4.1-billion-parameter causal language model with a 1-million-token context window, released under Apache-2.0.

XHToken/Spark-X2.5-1.7B

Spark-X2.5-1.7B is a 1.7 billion-parameter causal language model from XHToken with a 1 M token context window, released under Apa…

zgcagi/ZGCM-1-7B

ZGCM-1 is a 7.4 billion-parameter dense language model designed for mathematical reasoning and tool-assisted search.

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.