Recraft V4

Recraft V4 is a image generation model from recraft available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

3 tokens

ImageProvider: Recraft

Try Recraft V4 in Givon AI

Open a working project for regular creation, or use Playground to inspect the model parameters.

Use through API

Request fields, constraints, and ready-to-use examples for developers. The user workflow starts above.

Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Idempotency-Key: $IDEMPOTENCY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"image","model":"recraft-v4","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"1:1"}}'

Input fields

* required
prompt*prompt

Image description.

Type
string
Default
Allowed
up to 10000 chars
aspectRatioaspectRatio
Type
string
Default
1:1
Allowed
1:1, 4:3, 3:4, 16:9, 9:16

Cost

3 tokens

Capabilities

Modestext_to_image
Get API key

Where to use this model

Recraft V4 - image generation · Givon AI