Back to Models
B
Seed 2.0 Lite
ByteDance/
bytedance-seed/seed-2.0-liteChatVision
Efficient model from ByteDance with video understanding
Input Price
$0.25
per 1M tokens
Output Price
$2
per 1M tokens
Context
128K
tokens
Modalities
textimagevideo
Model ID
bytedance-seed/seed-2.0-litePricing Breakdown
| Direction | Per 1K tokens | Per 1M tokens |
|---|---|---|
| Input | $0.00025000 | $0.2500 |
| Output | $0.00200000 | $2.00 |
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="dg-your-api-key",
base_url="https://api.doggiegateway.com/v1"
)
response = client.chat.completions.create(
model="bytedance-seed/seed-2.0-lite",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)How It Works
Doggie Gateway routes your request to ByteDance's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.
Pay-per-use pricing
No monthly fees
OpenAI-compatible API
Ready to use Seed 2.0 Lite?
Create an account, get your API key, and start making API calls in under a minute.
