arcee-ai/trinity-large-thinking:free — Free AI Model & API

kilo-code/arcee-ai-trinity-large-thinking-free
chat reasoning
Context Window 131K
Max Output 131K
Rate Limit ~200 req/hr
Cost $0.00 FREE
Free Period Since May 10, 2026
Credit Card Not required
Status Online

Overview

Arcee AI Trinity Large Thinking is a reasoning-specialized model available free through Kilo Code's API gateway. With chain-of-thought deliberation capability at large scale, it targets complex analytical tasks — math proofs, logic puzzles, multi-step coding, and research analysis. The OpenAI-compatible endpoint at api.kilo.ai makes it accessible to standard tooling. As a gateway proxy, availability depends on Kilo Code's upstream access; ideal for evaluating reasoning-model performance without separate registration.

Model ID
arcee-ai-trinity-large-thinking-free
Base URL
https://api.kilo.ai/api/gateway
Specifications
Context: 131K · Output: 131K · Modality: text · OpenAI Compat: Yes

Quick Start

Integrate arcee-ai/trinity-large-thinking:free with 3 lines of code. See the config generator for Claude Code, Cursor, and more.

from openai import OpenAI

client = OpenAI(
 base_url="https://api.kilo.ai/api/gateway",
 api_key="YOUR_API_KEY"
)

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

const openai = new OpenAI({
 baseURL: "https://api.kilo.ai/api/gateway",
 apiKey: "YOUR_API_KEY",
});

const completion = await openai.chat.completions.create({
 model: "arcee-ai-trinity-large-thinking-free",
 messages: [{ role: "user", content: "Hello!" }],
});

console.log(completion.choices[0].message.content);
curl https://api.kilo.ai/api/gateway/chat/completions \
 -H "Content-Type: application/json" \
 -H "Authorization: Bearer YOUR_API_KEY" \
 -d '{
 "model": "arcee-ai-trinity-large-thinking-free",
 "messages": [{"role": "user", "content": "Hello!"}]
 }'

Other Free Models from Kilo Code

Rate Limits & Constraints

Rate Limit ~200 req/hr
Context Window 131K
Max Output Tokens 131K
Cost Free — since May 10, 2026
Credit Card Not required
OpenAI Compatible Yes — drop-in replacement

Kilo Code Platform Limitations

  • Coding-optimized only — not suitable for general chat or reasoning
  • Model routing is opaque — you don't control which model serves your request
  • ~200 req/hr may be limiting for heavy CI/CD or batch use

Features & Use Cases

Best For

ChatReasoning

Modality Support

text

Kilo Code Highlights

  • Coding-optimized model routing
  • ByteDance Seed, Grok Code, Nemotron
  • ~200 req/hr free
  • Purpose-built for VS Code & AI editors

Playground — Test arcee-ai/trinity-large-thinking:free

Test arcee-ai/trinity-large-thinking:free directly in your browser. Your API key is sent directly to Kilo Code — never stored.

Model: arcee-ai/trinity-large-thinking:free Get Key

🔒 Your key is never stored — sent directly to the model provider via our server proxy.

Ready to chat with arcee-ai/trinity-large-thinking:free.

Frequently Asked Questions

How do I get an API key for arcee-ai/trinity-large-thinking:free?

Sign up at Kilo Code to get your API key. No credit card is required — just an email sign-up. Once you have the key, use the code snippets in the Quick Start section above.

Is arcee-ai/trinity-large-thinking:free really free?

Yes. arcee-ai/trinity-large-thinking:free is available on Kilo Code's free tier and has been free since May 10, 2026. Rate limits apply: ~200 req/hr. Always check the provider's terms for any changes to the free tier.

What are arcee-ai/trinity-large-thinking:free's rate limits?

~200 req/hr Context window: 131K. Max output: 131K. No credit card required.

What are the best free alternatives to arcee-ai/trinity-large-thinking:free?

Popular free alternatives include inclusionAI: Ring-2.6-1T, Baidu Qianfan: CoBuddy (free), Owl Alpha. You can also browse all 147+ free models on our site.

More questions? See our full FAQ →

Similar Free Models