TNG: DeepSeek R1T Chimera (free) API
Access TNG: DeepSeek R1T Chimera (free) from TNG Technology using Puter.js AI API.
Get Startedtngtech/deepseek-r1t-chimera:free
Model Card
DeepSeek R1T Chimera (Free) is the free-tier version of TNG Tech's merged model combining DeepSeek-R1 and DeepSeek-V3. It offers R1-level reasoning with improved token efficiency, using 40% fewer output tokens while being constructed from neural network parts of both parent MoE models.
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 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/deepseek-r1t-chimera:free"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add TNG: DeepSeek R1T Chimera (free) to your app without worrying about API keys or setup.
Read the Docs View Tutorials