Back to Models
TNG: DeepSeek R1T2 Chimera
tngtech/deepseek-r1t2-chimeraJul 8, 2025163.8K context163.8K max output$0.30/M in · $1.10/M outReasoning
Description
DeepSeek-TNG-R1T2-Chimera is the second-generation Chimera model from TNG Tech. It is a 671 B-parameter mixture-of-experts text-generation model assembled from DeepSeek-AI’s R1-0528, R1, and V3-0324 checkpoints with an Assembly-of-Experts merge. The tri-parent design yields strong reasoning performance while running roughly 20 % faster than the original R1 and more than 2× faster than R1-0528 under vLLM, giving a favorable cost-to-intelligence trade-off. The checkpoint supports contexts up to 60 k tokens in standard use (tested to ~130 k) and maintains consistent <think> token behaviour, making it suitable for long-context analysis, dialogue and other open-ended generation tasks.
Specifications
Provider
tngtech
Context Length
163.8K
Max Output
163.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.30 |
| Output | $1.10 |
| Cache Read | $0.15 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "tngtech/deepseek-r1t2-chimera",
"messages": [{"role": "user", "content": "Hello!"}]
}'