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?'
})

Playground

Try out Trinity Mini by Arcee AI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.