Professional-grade image generation with superior quality and detail. Best choice for commercial projects requiring the highest visual fidelity.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "flux-pro",
"input": {
"prompt": "Ultra-luxury Swiss watch with intricate mechanical details visible through sapphire crystal, sitting on black velvet, dramatic lighting, advertisement quality, 8k",
"image_size": "square_hd",
"num_inference_steps": 28,
"guidance_scale": 3.5
}
}'| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text description of the image to generate |
image_size | string | No | landscape_4_3 | Output image dimensions square_hdsquareportrait_4_3portrait_16_9landscape_4_3landscape_16_9 |
num_inference_steps | integer | No | 28 | Number of denoising steps (1-50) |
guidance_scale | float | No | 3.0 | Prompt adherence strength (1.0-20.0) |
seed | integer | No | - | Random seed for reproducibility |
safety_tolerance | string | No | 2 | Content safety level (1-6) |
High-end product visualization
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "flux-pro",
"input": {
"prompt": "Ultra-luxury Swiss watch with intricate mechanical details visible through sapphire crystal, sitting on black velvet, dramatic lighting, advertisement quality, 8k",
"image_size": "square_hd",
"num_inference_steps": 28,
"guidance_scale": 3.5
}
}'Magazine-quality fashion imagery
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "flux-pro",
"input": {
"prompt": "High fashion editorial photograph, model wearing avant-garde designer gown, Vogue magazine style, professional studio lighting, elegant pose",
"image_size": "portrait_4_3",
"num_inference_steps": 35
}
}'POST /v1/predictions