Back to Models
DeepSeek R1 0528 Throughput
deepseek-ai/deepseek-r1-0528-tput
DeepSeek
Chat
Description
DeepSeek R1 0528 Throughput by DeepSeek. This model supports chat capabilities.
Specifications
- Context Length:
- 163840
Pricing
- Input Cost:
- $0.1100/100K tokens
- Output Cost:
- $0.4380/100K tokens
Usage Example
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourproxy.com/v1",
apiKey: process.env.PROXY_KEY,
});
const completion = await client.chat.completions.create({
model: "deepseek-ai/deepseek-r1-0528-tput",
messages: [{ role: "user", content: "Hello!" }],
});