Trinity Large Preview

arcee-ai/trinity-large-preview

Trinity Large (Preview) is a 400B-parameter (13B active) sparse mixture-of-experts language model, engineered to scale model capacity while maintaining inference efficiency over long contexts, with strong performance in reasoning-heavy workloads including math, coding-related tasks, and multi-step agent workflows.

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