TNG: R1T Chimera (free) API

Access TNG: R1T Chimera (free) from TNG Technology using Puter.js AI API.

Get Started

Model Card

TNG R1T Chimera (Free) is the free-tier version of TNG Tech's creative-focused experimental model. It specializes in storytelling and character interaction with a pleasant personality, featuring improved tool calling and more consistent reasoning blocks compared to the original R1T.

Context Window

N/A

tokens

Max Output

65,536

tokens

Input Cost

$0

per million tokens

Output Cost

$0

per million tokens

API Usage Example

Add TNG: R1T Chimera (free) to your app with just a few lines of code.
No API keys, no backend, no configuration required.

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

View full documentation →

Get started with Puter.js

Add TNG: R1T Chimera (free) to your app without worrying about API keys or setup.

Read the Docs View Tutorials