bytedance

dola-seed-2-1-turbo-260628

bytedance/Seed-2.1-turbo
Context

256K

Input

text, image, video

Output

text

Tool calling

Supported

About this model

Dola-Seed 2.1 Turbo is a next-generation multimodal large model by ByteDance designed for real-world productivity, high-value production tasks in enterprise R&D, and large-scale agentic scenarios. It features comprehensive upgrades in coding engineering delivery, long-horizon agent task execution, and multimodal understanding, along with stronger autonomous planning and dynamic self-repair capabilities.

Input modalities

text

Accepted as model input

image

Accepted as model input

video

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.500 / 1M tokens

Output tokens

$2.500 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.500 / 1M tokens
Output tokens$2.500 / 1M tokens
Cached input tokens$0.100 / 1M tokens

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/Seed-2.1-turbo",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'