TNG: DeepSeek R1T2 Chimera (free) API
Access TNG: DeepSeek R1T2 Chimera (free) from TNG Technology using Puter.js AI API.
Get Startedtngtech/deepseek-r1t2-chimera:free
Model Card
DeepSeek R1T2 Chimera (Free) is the free-tier version of TNG Tech's second-generation tri-parent Chimera model. It combines three DeepSeek models via Assembly-of-Experts merge, offering 2x faster inference than R1-0528 with strong reasoning performance and up to 130K context support.
Context Window
N/A
tokens
Max Output
N/A
tokens
Input Cost
$0
per million tokens
Output Cost
$0
per million tokens
API Usage Example
Add TNG: DeepSeek R1T2 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/deepseek-r1t2-chimera:free"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add TNG: DeepSeek R1T2 Chimera (free) to your app without worrying about API keys or setup.
Read the Docs View Tutorials