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

Supported APIs

Chat API
Context
262K
Max output
Input / 1M
₹22.14
Cached / 1M
₹2.21
Output / 1M
₹85.55

Pricing

Token typeUSD / 1MINR / 1M
Input$0.220₹22.14
Cached inputprompt cache read$0.0222.21
Output$0.850₹85.55

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Arcee AI: Trinity Large Thinking through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/trinity-large-thinking",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.