Higgsfield Soul 2.0
Higgsfield Soul 2.0 is a image generation model from higgsfield available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.
Cost
from 3 tokens
ImageProvider: Higgsfield
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":"higgsfield-soul-2","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"9:16","imageSize":"720p"}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptImage description. | string | — | string |
aspectRatio aspectRatio | string | 9:16 | 9:16, 16:9, 4:3, 3:4, 1:1, 2:3, 3:2 |
imageSize imageSize | string | 720p | 720p, 1080p |
prompt*
promptImage description.
- Type
- string
- Default
- —
- Allowed
- string
aspectRatio
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 9:16, 16:9, 4:3, 3:4, 1:1, 2:3, 3:2
imageSize
imageSize- Type
- string
- Default
- 720p
- Allowed
- 720p, 1080p
Cost
from 3 tokens720pdefault3 tokens
1080p5 tokens
The variant is selected automatically from request fields, so you do not need to send it.
Capabilities
Modes
text_to_imageRun Higgsfield Soul 2.0
Get an API key and the same request shape will work across every model in the catalog.