AICredits logo
bytedance-seedvision

ByteDance Seed: Seed-2.0-Mini

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,...

Supported APIs

Chat APIVision
Context
262K
Max output
Input / 1M
₹10.03
Cached / 1M
₹1.00
Output / 1M
₹40.12

Pricing

Token typeUSD / 1MINR / 1M
Input$0.100₹10.03
Cached inputprompt cache read$0.0101.00
Output$0.400₹40.12

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call ByteDance Seed: Seed-2.0-Mini through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance-seed/seed-2.0-mini",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.