Skip to main content
Krea AIMediumHigh

FLUX.1 Krea [dev]

Photorealistic image generation that specifically avoids the 'AI look', producing natural-looking images indistinguishable from real photographs.

45 credits
per image
Photorealistic output without AI artifacts
Natural-looking image generation
Avoids typical AI aesthetic tells
High-quality texture and detail

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

llms.txt

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-krea-dev",
  "input": {
    "prompt": "Candid photograph of a barista making latte art in a cozy coffee shop, natural window lighting, shot on Canon EOS R5, shallow depth of field",
    "image_size": "portrait_4_3",
    "num_inference_steps": 28,
    "guidance_scale": 3.5
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the image to generate
imagestringNo-Input image URL for image-to-image mode
aspect_ratiostringNo1:1Aspect ratio for the generated image
1:116:99:164:33:43:22:3
num_outputsintegerNo1Number of outputs to generate
num_inference_stepsintegerNo28Number of denoising steps (recommended: 28-50)
guidancenumberNo3Guidance for generated image (lower values = more realistic, good values: 2, 2.5, 3, 3.5)
seedintegerNo-Random seed for reproducibility
go_fastbooleanNo-Run faster predictions with additional optimizations
output_formatstringNowebpFormat of the output images
pngjpgwebp
output_qualityintegerNo80Quality of output images (0-100)
megapixelsstringNo1Approximate megapixels for output

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Natural Portrait

Generate a photorealistic portrait without AI look

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-krea-dev",
  "input": {
    "prompt": "Candid photograph of a barista making latte art in a cozy coffee shop, natural window lighting, shot on Canon EOS R5, shallow depth of field",
    "image_size": "portrait_4_3",
    "num_inference_steps": 28,
    "guidance_scale": 3.5
  }
}'

Tips & Best Practices

1Describe the scene as if it were a real photograph for best results
2Mention camera models and lens types for extra realism
3Use natural lighting descriptions to avoid the AI look
4Perfect for content that needs to look authentically photographed

Use Cases

Stock photography replacement
Realistic product mockups
Editorial and journalistic imagery
Social media content that looks authentic