TNG: DeepSeek R1T Chimera API
Access TNG: DeepSeek R1T Chimera from TNG Technology using Puter.js AI API.
Get Startedtngtech/deepseek-r1t-chimera
Model Card
DeepSeek R1T Chimera is a 685B parameter model created by TNG Tech that merges DeepSeek-R1's reasoning capabilities with DeepSeek-V3's token efficiency. It uses 40% fewer output tokens than R1 while maintaining similar intelligence, constructed via a novel Assembly-of-Experts method rather than fine-tuning.
Context Window
N/A
tokens
Max Output
163,840
tokens
Input Cost
$0.3
per million tokens
Output Cost
$1.2
per million tokens
API Usage Example
Add TNG: DeepSeek 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/deepseek-r1t-chimera"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add TNG: DeepSeek R1T Chimera to your app without worrying about API keys or setup.
Read the Docs View Tutorials