返回模型列表
Arcee AI: Trinity Large Thinking
arcee-ai/trinity-large-thinkingApr 1, 2026262.1K 上下文80K 最大输出$0.25/M in · $0.80/M out推理
描述
Trinity Large Thinking 是 Arcee AI 团队推出的开源 reasoning 模型,在 PinchBench、agentic 任务和 reasoning 任务上表现良好。发布视频:https://youtu.be/Gc82AXLa0Rg?si=4RLn6WBz33qT--B7
技术规格
供应商
arcee-ai
上下文长度
262.1K
最大输出
80K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.25 |
| 输出 | $0.80 |
| 缓存读取 | $0.06 |
快速开始
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-large-thinking",
"messages": [{"role": "user", "content": "Hello!"}]
}'