Back to Models
ByteDance Seed: Seed-2.0-Mini AI Model Icon

ByteDance Seed: Seed-2.0-Mini

bytedance-seed/seed-2.0-mini

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.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: ByteDance Seed: Seed-2.0-Mini (bytedance-seed/seed-2.0-mini)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "bytedance-seed/seed-2.0-mini",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the ByteDance Seed: Seed-2.0-Mini model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images
  • Video

API Pricing

  • Input: 0.1$ / 1M tokens
  • Output: 0.4$ / 1M tokens

Token Limits

  • Max Output: 131,072 tokens
  • Max Context: 262,144 tokens

Subscription Tiers

  • free
  • pro
  • ultimate