Context
256K
Input
text, image, video
Output
text
Tool calling
Supported
About this model
ByteDance Seed 1.6 Flash is an ultra-fast multimodal deep-thinking model optimized for speed and cost-efficiency without compromising capability. It supports text, image, and video inputs along with tool use and function calling across an expansive 256K token context window, making it ideal for high-speed automated workflows and media-heavy processing.
Input modalities
text
Accepted as model input
image
Accepted as model input
video
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$0.075 / 1M tokens
Output tokens
$0.300 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.075 / 1M tokens |
| Output tokens | $0.300 / 1M tokens |
| Cached input tokens | $0.015 / 1M tokens |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "bytedance/Seed-1.6-flash",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'