ByteDance's latest image generation model with exceptional prompt understanding and creative capabilities.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "seedream-4",
"input": {
"prompt": "Modern coffee shop interior with text 'OPEN NOW' in neon sign style, cozy atmosphere, Instagram aesthetic",
"size": "1024x1024"
}
}'| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text description of the image |
size | string | No | 1024x1024 | Output dimensions 512x512768x7681024x10241280x720720x1280 |
style | string | No | - | Art style preset |
Create engaging social content
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "seedream-4",
"input": {
"prompt": "Modern coffee shop interior with text 'OPEN NOW' in neon sign style, cozy atmosphere, Instagram aesthetic",
"size": "1024x1024"
}
}'POST /v1/predictions