Back to Models
Arcee AI: Trinity Mini
arcee-ai/trinity-miniDec 1, 2025131.1K context131.1K max output$0.04/M in · $0.15/M outReasoning
Description
Trinity Mini is a 26B-parameter (3B active) sparse mixture-of-experts language model featuring 128 experts with 8 active per token. Engineered for efficient reasoning over long contexts (131k) with robust function calling and multi-step agent workflows.
Specifications
Provider
arcee-ai
Context Length
131.1K
Max Output
131.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.04 |
| Output | $0.15 |
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-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'