deepseek

DeepSeek: R1

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
164k tokens
Input / 1M tokens
$0.70
Output / 1M tokens
$2.50
Benchmark

Pricing

Input tokens$0.70 per 1M tokens
Output tokens$2.50 per 1M tokens

Technical details

Model IDdeepseek/deepseek-r1
Context window164k 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?

Get an API key and start making requests in minutes.

Get an API key