Back to Models
Arcee AI: Trinity Large Thinking
arcee-ai/trinity-large-thinkingApr 1, 2026262.1K context80K max output$0.25/M in · $0.80/M outReasoning
Description
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
Specifications
Provider
arcee-ai
Context Length
262.1K
Max Output
80K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.25 |
| Output | $0.80 |
| Cache Read | $0.06 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "arcee-ai/trinity-large-thinking",
"messages": [{"role": "user", "content": "Hello!"}]
}'