Skip to content

Trinity Mini

Trinity Mini is a 26B-parameter sparse MoE from Arcee AI with 3B active parameters per forward pass. It handles function calling and multi-step agent workflows at low per-token cost, trained end-to-end in the United States.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'arcee-ai/trinity-mini',
prompt: 'Why is the sky blue?'
})