bytedance-seedVision

ByteDance Seed: Seed 1.6 Flash

Seed 1.6 Flash is an ultra-fast multimodal deep thinking model by ByteDance Seed, supporting both text and visual understanding. It features a 256k context window and can generate outputs of...

Context
262k tokens
Input / 1M tokens
$0.07
Output / 1M tokens
$0.30
Benchmark

Pricing

Input tokens$0.07 per 1M tokens
Output tokens$0.30 per 1M tokens

Technical details

Model IDbytedance-seed/seed-1.6-flash
Context window262k tokens
Input modalitiesimage, text, video
Output modalitiestext
TokenizerOther
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: 'bytedance-seed/seed-1.6-flash',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use ByteDance Seed: Seed 1.6 Flash?

Get an API key and start making requests in minutes.

Get an API key