1 min read
You can now access Arcee AI's latest model Trinity Mini via Vercel's AI Gateway with no other provider accounts required. Trinity Mini is an open weight MoE reasoning model with 26B parameters (3B active) trained end-to-end in the U.S.
To use Trinity Mini, set model to arcee-ai/trinity-mini in the AI SDK.
import { streamText } from 'ai';
const result = streamText({ model: 'arcee-ai/trinity-mini', prompt: `Generate a full reasoning chain that reconstructs how an unknown machine operates solely from its final outputs, inferring internal mechanisms, intermediate states, and causal links step by step.`,});AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in observability, Bring Your Own Key support, and intelligent provider routing with automatic retries.
Read the docs, view the AI Gateway model leaderboard, or use the model directly in our model playground.
AI Gateway: Track top AI models by usage
The AI Gateway model leaderboard tracks the most popular models over time, ranking them by the total volume of tokens processed across all Gateway traffic.
View the leaderboard