← All Models
Recraft V4
Recraft V4 image model. Fast, high-quality raster image generation with 10,000 character prompts. Supports 14 aspect ratios up to 1536×768.
Specifications
| Provider | Recraft |
| Category | Image |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "recraft-v4",
"params": {
"prompt": "A flat design icon of a rocket ship launching into space"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "recraft-v4",
"params": {
"prompt": "A flat design icon of a rocket ship launching into space"
}
}