Models / Arcee AI
Arcee AI

Trinity Large Thinking

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...

Input
$0.325 / 1M tokens
Output
$1.04 / 1M tokens
Context
262K tokens

Capabilities

✓ Streaming✓ Tool / function calling○ JSON / structured output○ Vision (image input)

Call this model

Pass arcee-ai/trinity-large-thinking as the model. Change only the base URL from your existing OpenAI SDK setup.

quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
  -H "Authorization: Bearer $MDB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/trinity-large-thinking",
    "messages": [{"role":"user","content":"Hello!"}]
  }'

Prices are final — the routing margin is already included. See the full pricing table or the API docs.