All models

ByteDance/Seed-2.0-mini

bytedance/seed-2.0-mini

Built for low-latency, high-concurrency, cost-sensitive use cases, with flexible deployment, four-tier thinking, and multimodal

Modalities
TextImageText
In / Out / 1M
$0.12
$0.48 out
Context
256K
tokens
Released
Feb 17, 2026

One model id, the best provider every call

Request bytedance/seed-2.0-mini and NeuralRouter scores every provider below on price, latency and health, then routes each request to the best fit, with automatic failover and unified billing.

Providers(1)

ProviderInput /1MOutput /1MCache read /1MTTFTThroughputUptimeStatus
DeepInfradeepinfra/ByteDance/Seed-2.0-mini
$0.12$0.48$0.02cached8400 msp9550 tok/s100.0%30dhealthy
paymentsCheapestboltFastest

Effective pricing

Input
$0.12
Output
$0.48
Cache read
$0.02
cached prompt reads

Best price shown (from DeepInfra). Each provider's full rate is in the table above, you always pay the provider the router picks.

Performance

Time to first tokenlower is better
DeepInfra
8400 ms
Throughputhigher is better
DeepInfra
50 tok/s

Fastest provider responds in 8400 ms to first token. Time-series charts build up as the probe runs on a schedule.

Benchmarks

No benchmark scores reported for this model by its providers.

Activity

Usage analytics appear here as requests flow through this model.

Call it from any OpenAI client

Point your base URL at NeuralRouter and request this model, we handle provider selection, failover and billing on every call.

# OpenAI-compatible, same SDK, smarter routing
curl https://api.neuralrouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $NR_KEY" \
  -d '{"model":"bytedance/seed-2.0-mini","messages":[{"role":"user","content":"Hello"}]}'