Back to catalog
DeepSeek
Try in PlaygroundDeepSeek R2
deepseek/deepseek-r2
Reasoning-tuned model with chain-of-thought.
Context window
128Ktokens
Input price
$0.55/ 1M tokens
Output price
$2.19/ 1M tokens
P50 latency
1450ms
Quick start
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.luminet.ai/v1",
apiKey: process.env.LUMINET_API_KEY,
});
const resp = await client.chat.completions.create({
model: "deepseek/deepseek-r2",
messages: [{ role: "user", content: "Hello!" }],
});Capabilities
textcode
Throughput: 38 tok/s · Released 2026-01