← All Models
Recraft V4 Pro
Recraft V4 Pro image model. Premium quality at double resolution (up to 3072×1536). Ideal for print and professional use.
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-pro",
"params": {
"prompt": "A photorealistic close-up of dew drops on a rose petal, studio macro photography"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "recraft-v4-pro",
"params": {
"prompt": "A photorealistic close-up of dew drops on a rose petal, studio macro photography"
}
}