- Model
bytedance/seed-1.6- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- Yes
- Context window
- 256,000
- Max tokens
- 32,000
- Cost / million input
- $0.25
- Cost / million output
- $2
- Cost / million cache read
- $0.05
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "bytedance/seed-1.6",
"name": "Seed 1.6",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 256000,
"maxTokens": 32000,
"cost": {
"input": 0.25,
"output": 2,
"cacheRead": 0.049999999999999996,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}