Description
Seed 1.6 Flash is an ultra-fast multimodal deep thinking model by ByteDance Seed, supporting both text and visual understanding. It features a 256k context window and can generate outputs of up to 16k tokens.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: ByteDance Seed: Seed 1.6 Flash (bytedance-seed/seed-1.6-flash)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "bytedance-seed/seed-1.6-flash",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the ByteDance Seed: Seed 1.6 Flash model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 0.075$ / 1M tokens
- Output: 0.3$ / 1M tokens
Token Limits
- Max Output: 16,384 tokens
- Max Context: 262,144 tokens
Subscription Tiers
- free
- pro
- ultimate
