~deepseekVision

DeepSeek: DeepSeek Flash Latest

This model always redirects to the latest model in the DeepSeek Flash family.

Context
1M tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$0.60
Benchmark

Pricing

Input tokens$0.15 per 1M tokens
Output tokens$0.60 per 1M tokens
Cache read$0.00 per 1M tokens

Technical details

Model ID~deepseek/deepseek-flash-latest
Context window1M tokens
Input modalitiestext, image
Output modalitiestext
TokenizerRouter
Max output tokens943,718

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-flash-latest',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use DeepSeek: DeepSeek Flash Latest?

Get an API key and start making requests in minutes.

Get an API key