Recraft V4 Style
Recraft V4 Style 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 Style 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-style","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"1:1"}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptImage description. | string | — | up to 10000 chars |
aspectRatio aspectRatio | string | 1:1 | 1:1, 4:3, 3:4, 16:9, 9:16 |
providerOptions providerOptions | object | — | object |
prompt*
promptImage description.
- Type
- string
- Default
- —
- Allowed
- up to 10000 chars
aspectRatio
aspectRatio- Type
- string
- Default
- 1:1
- Allowed
- 1:1, 4:3, 3:4, 16:9, 9:16
providerOptions
providerOptions- Type
- object
- Default
- —
- Allowed
- object
Cost
3 tokensCapabilities
Modes
text_to_image