arcee-ai/trinity-large-thinkingTrinity 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.220 | ₹22.14 |
| Cached inputprompt cache read | $0.022 | ₹2.21 |
| Output | $0.850 | ₹85.55 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Arcee AI: Trinity Large Thinking through the supported APIs shown above — just set the base URL and your AICredits key.
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.