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
prompt*prompt

Image description.

Type
string
Default
Allowed
string
aspectRatioaspectRatio
Type
string
Default
9:16
Allowed
9:16, 16:9, 4:3, 3:4, 1:1, 2:3, 3:2
imageSizeimageSize
Type
string
Default
720p
Allowed
720p, 1080p

Cost

from 3 tokens
720pdefault3 tokens
1080p5 tokens

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modestext_to_image

Run Higgsfield Soul 2.0

Get an API key and the same request shape will work across every model in the catalog.

Where to use this model