Trinity Large Thinking
Trinity 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 This model is optimized for agentic workflows and performs best when reasoning is preserved (aka interleaved thinking). Learn how to preserve reasoning in our docs:
arcee-ai/trinity-large-thinking
- Contexto
- 262k tokens
- Máx. completion
- 262,144
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-04-01
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "arcee-ai/trinity-large-thinking",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Trinity Large Thinking?
- Trinity 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 This model is optimized for agentic workflows and performs best when reasoning is preserved (aka interleaved thinking). Learn how to preserve reasoning in our docs: Trinity Large Thinking corre en el API de Geek Hub (compatible con OpenAI). Id: arcee-ai/trinity-large-thinking.
- ¿Trinity Large Thinking es gratis?
- No. El input cuesta $0.2398 / 1M tokens y el output $0.9266 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Trinity Large Thinking?
- Trinity Large Thinking tiene una ventana de 262k tokens. Soporta hasta 262,144 tokens de completion.
- ¿Trinity Large Thinking soporta tool calling y structured outputs?
- Trinity Large Thinking acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Trinity Large Thinking?
- Trinity Large Thinking se lanzó el 1 de abril de 2026.