Model reference · open weights

GigaChat3.1-A

Available as managed deployment LLMs ai-sage Text gen 1 variants 6k dl/mo

GigaChat3.1-A is an open-weight language model from ai-sage. 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 byai-sage
TypeLanguage models
TaskText gen
Runs withtransformers
Based onai-sage/GigaChat3-10B-A1.8B-base
Released2026-03-21
Popularity6k downloads / month
LicenceOpen weights

About

What GigaChat3.1-A is

GigaChat 3.1 Lightning is the compact instruct model of the GigaChat 3.1 family. It is a Mixture-of-Experts (MoE) model with 10B total parameters and 1.8B active parameters, designed for fast multilingual assistant workloads, reasoning, code, function calling, and product-style deployment.

For high-performance inference, an fp8 version of the model is available - GigaChat3.1-10B-A1.8B.

bf16 version is also avaliable - GigaChat3.1-10B-A1.8B-bf16.

More details can be found in the Habr article.

Read the full model card

Model architecture

GigaChat 3.1 Lightning uses a custom MoE architecture with the following key components.

Mixture-of-Experts (MoE)

The model has 10B total parameters with 1.8B active parameters at inference time. This allows it to scale model capacity aggressively while keeping the active compute budget much lower than that of an equally large dense model.

Multi-head Latent Attention (MLA)

Instead of standard multi-head attention, the model uses MLA, which compresses the KV cache into a latent representation. This reduces memory usage and improves inference throughput, especially in long-context settings.

Multi-Token Prediction (MTP)

The model is trained with MTP, which allows it to predict multiple tokens per forward pass. In production systems, this can be used with speculative or parallel decoding techniques to improve throughput.

Training data

The base GigaChat 3 training corpus spans 10 languages and includes books, academic material, code datasets, and mathematics datasets. All data goes through deduplication, language filtering, and automatic quality checks based on heuristics and classifiers.

Synthetic data remains a major contributor to quality. Across the broader training corpus, we used approximately 5.5 trillion synthetic tokens, including:

  • question-answer data generated from source texts,
  • reverse-prompt chains for structured data generation,
  • model-authored notes embedded inside texts,
  • millions of synthetic tasks with solutions in mathematics and olympiad-style programming,
  • synthetic tests for code and reasoning tasks.

For the 3.1 release, we made major data improvements:

  • Hard-domain expansion at Stage 1.5: stronger coverage of mathematics, finance, physics, engineering, biology, chemistry, and medicine.
  • Stricter quality validation: our internal Revisor pipeline was extended with stronger checks for Markdown, LaTeX, and answer-format correctness.
  • LLM-judge validation: SFT and DPO data is validated with judges selected for the task type and response structure.
  • On-policy DPO data: preference pairs were generated from preview-model behavior, making them better aligned with real model failure modes.
  • Better product-oriented data: we expanded data for search-and-citation scenarios, file-aware code interpretation, personalization, and agentic dialogues with executable tool calls.
  • Improved answer style: we also revised formatting and writing guidelines to improve readability, correctness, and overall response quality.

Post-training improvements

DPO in native FP8

Unlike the preview release, GigaChat 3.1 Lightning includes a full DPO stage. This stage was redesigned for the MoE setup and trained in native FP8, not just quantized after training.

Important changes include:

  • MTP heads trained during DPO for better consistency between main-model predictions and MTP predictions,
  • weighted gamma with exponential decay over long sequences,
  • stronger tuning of batch size and DPO contribution,
  • better robustness against loop-inducing failure modes.

In our experiments, native FP8 DPO not only recovered the quality that could be lost with post-training FP8 quantization, but in some cases even exceeded the BF16 result while using substantially less memory.

Faster post-training

We also optimized the SFT pipeline with a combination of sequence packing, dynamic sequence parallelism, and additional pipeline optimizations. This reduced training cost significantly and improved GPU utilization, especially on long-context workloads.

Inference

One of the key advantages of GigaChat3.1-10B-A1.8B is its inference speed. The model (especially in MTP mode) demonstrates throughput comparable to that of significantly smaller dense models. We measured this using vllm 0.17.1rc1.dev158+g600a039f5, concurrency=32, 1xH100 80gb SXM5. Link to code.

ModelOutput tpsTotal tpsTPOTDiff vs Lightning BF16
GigaChat-3.1-Lightning BF162 8665 8329.52+0.0%
GigaChat-3.1-Lightning BF16 + MTP3 3466 8108.25+16.7%
GigaChat-3.1-Lightning FP83 3826 8837.63+18.0%
GigaChat-3.1-Lightning FP8 + MTP3 9588 0546.92+38.1%
YandexGPT-5-Lite-8B3 0816 2817.62+7.5%

Benchmark Results

DomainMetricGigaChat-3-LightningGigaChat-3.1-LightningQwen3-1.7B-InstructQwen3-4B-InstructSmolLM3gemma-3-4b-it
GeneralMMLU RU0.6830.6803-0.5970.5000.519
GeneralRUBQ0.6520.6646-0.3170.6360.382
GeneralMMLU PRO0.6060.61760.4100.6850.5010.410
GeneralMMLU EN0.7400.72980.6000.7080.5990.594
GeneralBBH0.4530.57580.33170.7170.4160.131
GeneralSuperGPQA0.2730.29390.2090.3750.2460.201
CodeHuman Eval Plus0.6950.73170.6280.8780.7010.713
TotalAverage0.5860.6310.4580.6120.5140.421

Arena Results

| Arena | GigaChat-2-Lite-30.1 | GigaChat-3-Lightning | GigaChat-3.1-Lightning | YandexGPT-5-Lite-8B | SmolLM3 | gemma-3-4b-it | Qwen3-4B | Qwen3-4B-Instruct-2507 | |---|---

From the published model card. Full card on the HuggingFace links in the sidebar.

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys gigachat3-1-a for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (gigachat3-1-a 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":"gigachat3-1-a","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.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms