Back to Models

ByteDance Seed: Seed-2.0-Mini

bytedance-seed/seed-2.0-mini
Feb 26, 2026262.1K context131.1K max output$0.10/M in · $0.40/M outReasoning

Description

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, and is optimized for lightweight tasks where cost and speed take priority.

Specifications

Provider
bytedance-seed
Context Length
262.1K
Max Output
131.1K
Modality
Intextimagevideo
Outtext

Pricing

Type128K>128K
Input$0.10$0.20
Output$0.40$0.80

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance-seed/seed-2.0-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'