bytedance-seedVision

ByteDance Seed: Seed-2.0-Mini

Seed-2.0-mini targets latency-sensitive, high-concurrency, and cost-sensitive scenarios, emphasizing fast response and flexible inference deployment. It delivers performance comparable to ByteDance-Seed-1.6, supports 256k context, four reasoning effort modes (minimal/low/medium/high), multimodal understanding,...

Context
262k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.40
Benchmark

Pricing

Input tokens$0.10 per 1M tokens
Output tokens$0.40 per 1M tokens

Technical details

Model IDbytedance-seed/seed-2.0-mini
Context window262k tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerOther
Max output tokens131,072

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

Ready to use ByteDance Seed: Seed-2.0-Mini?

Get an API key and start making requests in minutes.

Get an API key