Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Arcee AI: Trinity Large Preview

This model is no longer available.

Add AI to your application with Puter.js.

Explore Other Models

Model Card

Trinity Large Preview is a 400-billion-parameter sparse Mixture-of-Experts model from Arcee AI, with approximately 13B active parameters per token. It uses 256 experts with 4 active per token, trained on over 17 trillion tokens.

On MMLU it scores 87.2, and it achieved 24.0 on AIME 2025, demonstrating strong mathematical reasoning alongside general knowledge. The 128k context window supports long-document analysis and complex reasoning workflows.

Trinity Large Preview is suited for complex reasoning, math, and coding-adjacent workflows where developers want near-frontier quality through an API at substantially lower cost than dense models of equivalent scale.

Context Window 131K

tokens

Max Output 131K

tokens

Input Cost $0.25

per million tokens

Output Cost $1

per million tokens

Release Date Jan 27, 2026

 

Code Example

Add AI to your app with the Puter.js AI API, no API keys or setup required.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.chat("Explain quantum computing in simple terms").then(response => {
    document.body.innerHTML = response.message.content;
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain quantum computing in simple terms").then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

Frequently Asked Questions

How do I use Trinity Large Preview?

Trinity Large Preview is no longer available through Puter.js. Explore other AI models for alternatives.

What is the pricing for Trinity Large Preview?
Trinity Large Preview costs $0.25 per 1M input tokens and $1 per 1M output tokens.
Price per 1M tokens
Input$0.25
Output$1
Who created Trinity Large Preview?

Trinity Large Preview was created by Arcee AI and released on Jan 27, 2026.

What is the context window of Trinity Large Preview?

Trinity Large Preview supports a context window of 131K tokens. For reference, that is roughly equivalent to 262 pages of text.

What is the max output length of Trinity Large Preview?

Trinity Large Preview can generate up to 131K tokens in a single response.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Trinity Large Preview API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.

Get started with Puter.js

Add AI to your application without worrying about API keys or setup.

Explore Models View Tutorials