deepseek
DeepSeek: DeepSeek V3.1 Terminus
DeepSeek-V3.1 Terminus is an update to [DeepSeek V3.1](/deepseek/deepseek-chat-v3.1) that maintains the model's original capabilities while addressing issues reported by users, including language consistency and agent capabilities, further optimizing the model's...
Context
164k tokens
Input / 1M tokens
$0.27
Output / 1M tokens
$0.95
Benchmark
—
Pricing
Input tokens$0.27 per 1M tokens
Output tokens$0.95 per 1M tokens
Cache read$0.13 per 1M tokens
Technical details
Model IDdeepseek/deepseek-v3.1-terminus
Context window164k tokens
Input modalitiestext
Output modalitiestext
TokenizerDeepSeek
Max output tokens32,768
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-v3.1-terminus',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use DeepSeek: DeepSeek V3.1 Terminus?
Get an API key and start making requests in minutes.
Get an API key