Trinity Large Thinking

Arcee Ai chatreasoningtool_use Long

API ID: arcee-ai/trinity-large-thinking

Input Price
$0.25
/1M tokens
Output Price
$0.80
/1M tokens
Cached Input
$0.06
Save 76%

About Trinity Large Thinking

Trinity Mini is Arcee AI's compact model, designed for efficient enterprise deployment. The model delivers good performance with minimal resource requirements. Trinity Mini is ideal for cost-sensitive enterprise applications. For organizations seeking efficient enterprise AI, Trinity Mini offers practical capability.

๐Ÿ’ฐ
Price Ranking
#834 lowest price among 1240 Chat models

Model Specifications

Context Length
262k
Max Output
80k
Release Date
2026-04-01
Capabilities
chat reasoning tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.35
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$10.95
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$15.23
/month
500 analyses/day, ~2k tokens each

Arcee Ai Model Lineup

Compare all models from Arcee Ai to find the best fit

Model Input Output Context Capabilities
Trinity Large Thinking Current $0.25 $0.80 262k chat reasoning tool_use
Virtuoso Large $0.75 $1.20 131k chat tool_use

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen3.6 35B A3B
Input: $0.10
Output: $0.95
Context: 262k
DeepSeek DeepSeek V3 0324
Input: $0.19
Output: $0.87
Context: 164k
Alibaba Qwen Qwen-Plus
Input: $0.26
Output: $0.78
Context: 1.0M
Alibaba Qwen Qwen Plus 0728 (thinking)
Input: $0.26
Output: $0.78
Context: 1.0M

๐Ÿš€ Quick Start

Get started with Trinity Large Thinking API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="arcee-ai/trinity-large-thinking",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)