arcee-ai / Trinity-Large-Preview

huggingface.co
Total runs: 448
24-hour runs: 0
7-day runs: 0
30-day runs: 107
Model's Last Updated: May 29 2026
text-generation

Introduction of Trinity-Large-Preview

Model Details of Trinity-Large-Preview

Arcee Trinity Large

Trinity-Large-Preview

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.

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:

  • Trinity-Large-Preview (this release): Lightly post-trained, chat-ready model undergoing active RL
  • Trinity-Large-TrueBase : 10T-token pre-anneal pretraining checkpoint
  • Trinity-Large-Base : Full 17T-token pretrained foundation model with mid-training anneals
Architecture

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

Hyperparameter Value
Total parameters ~398B
Active parameters per token ~13B
Experts 256 (1 shared)
Active experts 4
Routing strategy 4-of-256 (1.56% sparsity)
Dense layers 6
Pretraining context length 8,192
Context length after extension 512k
Architecture Sparse MoE (AfmoeForCausalLM)
Benchmarks
Benchmark Llama 4 Maverick Trinity-Large Preview
MMLU 85.5 87.2
MMLU-Pro 80.5 75.2
GPQA-Diamond 69.8 63.3
AIME 2025 19.3 24.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
Transformers

Use the main transformers branch or pass trust_remote_code=True with a released version.

from transformers import AutoTokenizer, AutoModelForCausalLM
import torch

model_id = "arcee-ai/Trinity-Large-Preview"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    torch_dtype=torch.bfloat16,
    device_map="auto",
    trust_remote_code=True
)

messages = [
    {"role": "user", "content": "Who are you?"},
]

input_ids = tokenizer.apply_chat_template(
    messages,
    add_generation_prompt=True,
    return_tensors="pt"
).to(model.device)

outputs = model.generate(
    input_ids,
    max_new_tokens=256,
    do_sample=True,
    temperature=0.8,
    top_k=50,
    top_p=0.8
)

response = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(response)
VLLM

Supported in VLLM release 0.11.1+

vllm serve arcee-ai/Trinity-Large-Preview \
  --dtype bfloat16 \
  --enable-auto-tool-choice \
  --tool-call-parser hermes
llama.cpp

Supported in llama.cpp release b7061+

llama-server -hf arcee-ai/Trinity-Large-Preview-GGUF:q4_k_m
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 $OPENROUTER_API_KEY" \
  -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{arcee_trinity_large_preview,
  title = {Trinity-Large-Preview},
  author = {{Arcee AI}},
  year = {2026},
  note = {398B sparse MoE model trained on 17T tokens}
}

Runs of arcee-ai Trinity-Large-Preview on huggingface.co

448
Total runs
0
24-hour runs
-5
3-day runs
0
7-day runs
107
30-day runs

More Information About Trinity-Large-Preview huggingface.co Model

More Trinity-Large-Preview license Visit here:

https://choosealicense.com/licenses/openmdw-1.1

Trinity-Large-Preview huggingface.co

Trinity-Large-Preview huggingface.co is an AI model on huggingface.co that provides Trinity-Large-Preview's model effect (), which can be used instantly with this arcee-ai Trinity-Large-Preview model. huggingface.co supports a free trial of the Trinity-Large-Preview model, and also provides paid use of the Trinity-Large-Preview. Support call Trinity-Large-Preview model through api, including Node.js, Python, http.

Trinity-Large-Preview huggingface.co Url

https://huggingface.co/arcee-ai/Trinity-Large-Preview

arcee-ai Trinity-Large-Preview online free

Trinity-Large-Preview huggingface.co is an online trial and call api platform, which integrates Trinity-Large-Preview's modeling effects, including api services, and provides a free online trial of Trinity-Large-Preview, you can try Trinity-Large-Preview online for free by clicking the link below.

arcee-ai Trinity-Large-Preview online free url in huggingface.co:

https://huggingface.co/arcee-ai/Trinity-Large-Preview

Trinity-Large-Preview install

Trinity-Large-Preview is an open source model from GitHub that offers a free installation service, and any user can find Trinity-Large-Preview on GitHub to install. At the same time, huggingface.co provides the effect of Trinity-Large-Preview install, users can directly use Trinity-Large-Preview installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Trinity-Large-Preview install url in huggingface.co:

https://huggingface.co/arcee-ai/Trinity-Large-Preview

Url of Trinity-Large-Preview

Trinity-Large-Preview huggingface.co Url

Provider of Trinity-Large-Preview huggingface.co

arcee-ai
ORGANIZATIONS

Other API from arcee-ai

huggingface.co

Total runs: 19.8K
Run Growth: -3.2K
Growth Rate: -16.29%
Updated:May 29 2026
huggingface.co

Total runs: 11.2K
Run Growth: 182
Growth Rate: 1.61%
Updated:September 18 2025
huggingface.co

Total runs: 4.2K
Run Growth: -5.4K
Growth Rate: -129.01%
Updated:September 18 2025
huggingface.co

Total runs: 380
Run Growth: -400
Growth Rate: -105.26%
Updated:July 22 2024
huggingface.co

Total runs: 246
Run Growth: 142
Growth Rate: 57.96%
Updated:June 03 2025
huggingface.co

Total runs: 181
Run Growth: 135
Growth Rate: 74.59%
Updated:June 11 2025
huggingface.co

Total runs: 180
Run Growth: 4
Growth Rate: 2.22%
Updated:August 01 2024
huggingface.co

Total runs: 177
Run Growth: 31
Growth Rate: 17.51%
Updated:July 19 2024
huggingface.co

Total runs: 155
Run Growth: 63
Growth Rate: 40.65%
Updated:February 27 2025
huggingface.co

Total runs: 137
Run Growth: 69
Growth Rate: 50.36%
Updated:September 10 2024
huggingface.co

Total runs: 128
Run Growth: 52
Growth Rate: 40.63%
Updated:January 16 2026