Description
Seed 1.6 is a general-purpose model released by the ByteDance Seed team. It incorporates multimodal capabilities and adaptive deep thinking with a 256K context window.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: ByteDance Seed: Seed 1.6 (bytedance-seed/seed-1.6)
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",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the ByteDance Seed: Seed 1.6 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 0.25$ / 1M tokens
- Output: 2$ / 1M tokens
Token Limits
- Max Output: 32,768 tokens
- Max Context: 262,144 tokens
Subscription Tiers
- free
- pro
- ultimate
