Model Description


license: apache-2.0 language:
  • en
  • es
  • fr
  • de
  • it
  • pt
  • ru
  • ar
  • hi
  • ko
  • zh
library_name: transformers base_model:
  • arcee-ai/Trinity-Large-Preview
basemodelrelation: quantized



src="https://cdn-uploads.huggingface.co/production/uploads/6435718aaaef013d1aec3b8b/i-v1KyAMOW_mgVGeic9WJ.png"
alt="Arcee Trinity Large"
style="max-width: 100%; height: auto;"
>



Trinity-Large-Preview-GGUF

Introduction

Trinity-Large-Preview is a 398B-parameter sparse Mixture-of-Experts (MoE) model with approximately 13B active parameters per token. It is the largest model in Arcee AI's Trinity family, trained on more than 17 trillion tokens and delivering frontier-level performance with strong long-context comprehension.
Trinity-Large-Preview is a lightly post-trained model based on Trinity-Large-Base.

This repository contains the GGUF quantized weights of Trinity-Large-Preview.

Try it at chat.arcee.ai

More details on the training of Trinity Large are available in the technical report.

Model Variants

The Trinity Large family consists of three checkpoints from the same training run:

Architecture

Trinity-Large-Preview uses a sparse MoE configuration designed to maximize efficiency while maintaining large-scale capacity.

HyperparameterValue
Total parameters~398B
Active parameters per token~13B
Experts256 (1 shared)
Active experts4
Routing strategy4-of-256 (1.56% sparsity)
Dense layers6
Pretraining context length8,192
Context length after extension512k
ArchitectureSparse MoE (AfmoeForCausalLM)

Benchmarks

BenchmarkLlama 4 MaverickTrinity-Large Preview
MMLU85.587.2
MMLU-Pro80.575.2
GPQA-Diamond69.863.3
AIME 202519.324.0

Training Configuration

Pretraining

  • Training tokens: 17 trillion
  • Data partner: Datology



Powered by Datology

Posttraining

  • This checkpoint was instruction tuned on 20B tokens.

Infrastructure

  • Hardware: 2,048 NVIDIA B300 GPUs
  • Parallelism: HSDP + Expert Parallelism
  • Compute partner: Prime Intellect



Powered by Prime Intellect

Usage

Running our model

llama.cpp

Supported in llama.cpp release b7061+

llama-server -hf arcee-ai/Trinity-Large-Preview-GGUF:q4km

LM Studio

Supported in the latest LM Studio runtime. Search for arcee-ai/Trinity-Large-Preview-GGUF in Model Search.

API

Available on OpenRouter:

curl -X POST "https://openrouter.ai/v1/chat/completions" \
  -H "Authorization: Bearer $OPENROUTERAPIKEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/trinity-large-preview",
    "messages": [
      {
        "role": "user",
        "content": "What are some fun things to do in New York?"
      }
    ]
  }'

License

Trinity-Large-Preview is released under the Apache License, Version 2.0.

Citation

@misc{arceetrinitylarge_preview,
  title = {Trinity-Large-Preview},
  author = {{Arcee AI}},
  year = {2026},
  note = {398B sparse MoE model trained on 17T tokens}
}

GGUF File List

No GGUF files available