Maxynetic Systems
To be released soon

Trinity Large Thinking

Arcee AI

Trinity-Large-Thinking is a reasoning-optimized variant of Arcee AI's Trinity-Large family — a 398B-parameter sparse Mixture-of-Experts (MoE) model with approximately 13B active parameters per token. Built on Trinity-Large-Base and post-trained with extended chain-of-thought reasoning and agentic RL, Trinity-Large-Thinking delivers state-of-the-art performance on agentic benchmarks while maintaining strong general capabilities.

  • Language
  • Reasoning
  • Tool use
Context
262K
Max output
80K
Input / 1M
$0.250
Output / 1M
$0.900

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass arcee-ai/trinity-large-thinking as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/trinity-large-thinking",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • Input

    Per 1M prompt tokens

    $0.250

  • Output

    Per 1M completion tokens

    $0.900

A 1M-token prompt with 250K tokens of output costs about $0.475.

More from Arcee AI