Seedream 4.5 Edit
Seedream 4.5 Edit is an image editing model built by ByteDance. Routed through external models — ~500 tokens per edit (50% markup over upstream cost).
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/image/edit/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"premium/bytedance/seedream/v4.5/edit","prompt":"your prompt here"}'
API Documentation
Get API Key