deepseek
DeepSeek: R1
Try in chat →DeepSeek R1 is here: Performance on par with [OpenAI o1](/openai/o1), but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active in an inference pass....
Context
64k tokens
Input / 1M tokens
$0.70
Output / 1M tokens
$2.50
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.70 per 1M tokens
Output tokens$2.50 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDdeepseek/deepseek-r1
Context window64k tokens
Input modalitiestext
Output modalitiestext
TokenizerDeepSeek
Max output tokens16,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'deepseek/deepseek-r1',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use DeepSeek: R1?
Try it in the browser first, then get an API key and start making requests in minutes.