bytedance-seedVision
ByteDance Seed: Seed 2.1 Turbo
Seed 2.1 Turbo is a multimodal model from ByteDance Seed for coding and long-horizon agent workflows. It is suited for end-to-end software delivery, multi-step task execution, and understanding visual and...
Context
262k tokens
Input / 1M tokens
$0.50
Output / 1M tokens
$2.50
Benchmark
—
Pricing
Input tokens$0.50 per 1M tokens
Output tokens$2.50 per 1M tokens
Technical details
Model IDbytedance-seed/seed-2-1-turbo
Context window262k tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerOther
Max output tokens262,144
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-1-turbo',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use ByteDance Seed: Seed 2.1 Turbo?
Get an API key and start making requests in minutes.
Get an API key