bytedance-seed/seed-2.0-miniSeed-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,...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.100 | ₹10.03 |
| Cached inputprompt cache read | $0.010 | ₹1.00 |
| Output | $0.400 | ₹40.12 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call ByteDance Seed: Seed-2.0-Mini through the supported APIs shown above — just set the base URL and your AICredits key.
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.