1 min read
You can now access Trinity Large Preview via AI Gateway with no other provider accounts required.
Trinity Large Preview is optimized for reasoning-intensive workloads, including math, coding tasks, and complex multi-step agent workflows. It is designed to handle extended multi-turn interactions efficiently while maintaining high inference throughput.
To use this model, set model to arcee-ai/trinity-large-preview in the AI SDK:
import { streamText } from 'ai'
const result = streamText({ model: 'arcee-ai/trinity-large-preview', prompt: `Implement a long-context reasoning benchmark with ingested documents, multi-step analysis, and generate conclusions.`})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.
Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.