SAVRN
Search Contact SAVRN

Open-weight model · Text generation

vllm-translategemma-12b-it

by Bae chang hyun chbae624/vllm-translategemma-12b-it

This is a modified version of google/translategemma-12b-it optimized for deployment with vLLM. No retraining was performed. Only configuration files and the chat template were modified. Model weights are identical to the original.

Parameters13.2B
Context131,072
Weights24.4 GB
Licensegemma
AccessOpen weights
Monthly Downloads32.9k

Runs On

What it takes to serve vllm-translategemma-12b-it (13.2B parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 26.4 GB 31.7 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 13.2 GB 15.8 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 6.6 GB 7.9 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

This is a modified version of google/translategemma-12b-it optimized for deployment with vLLM. No retraining was performed. Only configuration files and the chat template were modified. Model weights are identical to the original. As of 2025-01-29, vLLM does not natively support TranslateGemma's custom structured input format. See vllm-project/vllm#32446 for the upstream tracking issue. Until that is merged, this repo provides a workaround by modifying configuration files to make TranslateGemma compatible with vLLM's standard chat API. This conversion is based entirely on the work done by Infomaniak-AI/vllm-translategemma-4b-it. The same conversion approach was applied to the 12B model.…

Excerpt from the card by Bae chang hyun, licensed gemma.

Configuration

Architecture
Gemma3ForConditionalGeneration
Context length (tokens)
131,072
Layers
48
Hidden size
3,840
Feed-forward size
15,360
Attention heads
16
Key/value heads
8
Head dimension
256
Vocabulary size
262,208
Sliding window (tokens)
1,024
RoPE base
1,000,000
Model type
gemma3

Identity and Version

Repository
chbae624/vllm-translategemma-12b-it
Publisher
Bae chang hyun
Task
Text generation
Modality
Text
Library
transformers
Parameters
13.2B parameters
Languages
Not stated by the source
Revision
81d99b4299ce797e9fa5141ade4384e57f5e9442
First published
2026-01-29
Last updated
2026-01-29

Files and Weights

19 files, 24.4 GB in total. The weights are 5 files totalling 24.4 GB in safetensors.

Weights5 files · 24.4 GB
Configuration7 files · 113.1 KB
Tokenizer3 files · 39.2 MB
Documentation2 files · 5.5 KB
Other1 file · 17.3 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
model-00001-of-00005.safetensorsWeights5.0 GB a0aa409b89fc
model-00002-of-00005.safetensorsWeights4.9 GB 1bbc97175699
model-00003-of-00005.safetensorsWeights4.9 GB a38ccb9f007f
model-00004-of-00005.safetensorsWeights4.9 GB 09ad5b66ae6c
model-00005-of-00005.safetensorsWeights4.6 GB e9eb9ff07215
added_tokens.jsonConfiguration35 B
config.jsonConfiguration2.9 KB
generation_config.jsonConfiguration255 B
model.safetensors.index.jsonConfiguration108.6 KB
preprocessor_config.jsonConfiguration570 B
processor_config.jsonConfiguration70 B
special_tokens_map.jsonConfiguration662 B
NOTICEDocumentation97 B
README.mdDocumentation5.4 KB
chat_template.jinjaOther17.3 KB
.gitattributesRepository1.6 KB
tokenizer.jsonTokenizer33.4 MB 7d4046bf0505
tokenizer.modelTokenizer4.7 MB 1299c11d7cf6
tokenizer_config.jsonTokenizer1.2 MB

License and Download

License
gemma
Access
Open weights, no gate
Download size
24.4 GB
Download from Bae chang hyun

Released by Bae chang hyun through its official repository on Hugging Face.

Built From

  • Derived from google/translategemma-12b-it
  • Described by arXiv:2601.09012

Memory Requirements

PrecisionWeights in memory
As published24.4 GB
16-bit26.4 GB
8-bit13.2 GB
4-bit6.6 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About vllm-translategemma-12b-it

How much GPU memory does vllm-translategemma-12b-it need?

About 31.7 GB at 16-bit and 7.9 GB at 4-bit: the weights (13.2B parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run vllm-translategemma-12b-it on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use vllm-translategemma-12b-it commercially?

Yes, with conditions. vllm-translategemma-12b-it is released under Gemma Terms of Use. Gemma models are released under Google's Gemma Terms of Use, which permit commercial use and redistribution subject to the Gemma Prohibited Use Policy, whose restrictions must be passed on to anyone the model is distributed to.

What is vllm-translategemma-12b-it's context length?

131,072 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Text generation

Qwen1.5-MoE-A2.7B

Qwen

Qwen1.5-MoE is a transformer-based MoE decoder-only language model pretrained on a large amount of data. For more details, please refer to our blog post and GitHub repo. Qwen1.5-MoE employs Mixture of Experts (MoE) architecture, where the models are upcycled from dense language models. For instance, Qwen1.5-MoE-A2.7B is upcycled from Qwen-1.8B. It has 14.3B parameters in total and 2.7B activated parameters during runtime, while achieving comparable performance to Qwen1.5-7B, it only requires 25% of the training resources. We also observed that the inference speed is 1.74 times that of Qwen1.5-7B. The code of Qwen1.5-MoE has been in the latest Hugging face transformers and we advise you to…

Open weights other 14.3B parameters 8,192 tokens transformers

Model · Text generation

Gemma-4-26B-A4B-NVFP4

NVIDIA

Gemma 4 26B IT is an open multimodal model built by Google DeepMind that handles text and image inputs, can process video as sequences of frames, and generates text output. It is designed to deliver frontier-level performance for reasoning, agentic workflows, coding, and multimodal understanding on consumer GPUs and workstations, with a 256K-token context window and support for over 140 languages. The model uses a hybrid attention mechanism that interleaves local sliding-window and full global attention, with unified Keys and Values in global layers and Proportional RoPE (p-RoPE) to support long-context performance. The NVIDIA Gemma 4 26B IT NVFP4 model is quantized with NVIDIA Model…

Open weights apache-2.0 14.4B parameters 262,144 tokens Model Optimizer

Model · Text generation

Qwen3-14B-AWQ

Qwen

Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support, with the following key features: - Uniquely support of seamless switching between thinking mode (for complex logical reasoning, math, and coding) and non-thinking mode (for efficient, general-purpose dialogue) within single model, ensuring optimal performance across various scenarios. - Significantly enhancement in its reasoning capabilities, surpassing previous QwQ (in thinking mode) and…

Open weights apache-2.0 14.8B parameters 40,960 tokens transformers

Model · Text generation

Qwen3-14B

Qwen

Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support, with the following key features: - Uniquely support of seamless switching between thinking mode (for complex logical reasoning, math, and coding) and non-thinking mode (for efficient, general-purpose dialogue) within single model, ensuring optimal performance across various scenarios. - Significantly enhancement in its reasoning capabilities, surpassing previous QwQ (in thinking mode) and…

Open weights apache-2.0 14.8B parameters 40,960 tokens transformers

Model · Text generation

Symiotic-14B

Convergent Intelligence

Purpose: Full-scale cognitive reasoning model with self-organizing memory and generative symbolic evolution SymbioticLM-14B is a 17.8-billion-parameter symbolic–transformer hybrid that couples high-capacity neural representation with structured symbolic cognition. It supports persistent memory, entropic recall, multi-stage symbolic routing, and self-organizing knowledge structures. This is an experimental research checkpoint — the capability claims below describe architectural intent, not benchmarked results (see Limitations). This model is ideal for advanced reasoning agents, research assistants, and symbolic math/code generation systems. - Long-form symbolic theorem generation and proof…

Open weights afl-3.0 14.8B parameters 40,960 tokens transformers

Model · Text generation

Qwen2.5-14B-Instruct

Qwen

Qwen2.5 is the latest series of Qwen large language models. For Qwen2.5, we release a number of base language models and instruction-tuned language models ranging from 0.5 to 72 billion parameters. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and mathematics, thanks to our specialized expert models in these domains. - Significant improvements in instruction following, generating long texts (over 8K tokens), understanding structured data (e.g, tables), and generating structured outputs especially JSON. More resilient to the diversity of system prompts, enhancing role-play implementation and…

Open weights apache-2.0 14.8B parameters 32,768 tokens transformers