arcee-ai
Arcee AI: Trinity Large Thinking
Trinity Large Thinking is a powerful open source reasoning model from the team at Arcee AI. It shows strong performance in PinchBench, agentic workloads, and reasoning tasks. Launch video: https://youtu.be/Gc82AXLa0Rg?si=4RLn6WBz33qT--B7...
Context
262k tokens
Input / 1M tokens
$0.25
Output / 1M tokens
$0.80
Benchmark
—
Pricing
Input tokens$0.25 per 1M tokens
Output tokens$0.80 per 1M tokens
Cache read$0.06 per 1M tokens
Technical details
Model IDarcee-ai/trinity-large-thinking
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens80,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'arcee-ai/trinity-large-thinking',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Arcee AI: Trinity Large Thinking?
Get an API key and start making requests in minutes.
Get an API key