tngtech/tng-r1t-chimera
Model Card
TNG R1T Chimera is an experimental LLM from TNG Tech optimized for creative storytelling and character interaction. It's a derivative of the original DeepSeek-R1T-Chimera with improved think-token consistency, better tool calling, and an EQ-Bench3 score of ~1305.
Context Window
N/A
tokens
Max Output
65,536
tokens
Input Cost
$0.25
per million tokens
Output Cost
$0.85
per million tokens
API Usage Example
Add TNG: R1T Chimera 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"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add TNG: R1T Chimera to your app without worrying about API keys or setup.
Read the Docs View Tutorials