Muse Image
Muse Image is a image generation model from meta available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.
Cost
1 tokens
ImageProvider: Meta
Try Muse Image 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":"muse-image","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"auto","sourceImage":"asset://asset_...","referenceAssetUris":["asset://asset_..."]}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptImage description. | string | — | up to 10000 chars |
aspectRatio aspectRatio | string | auto | auto, 21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21 |
Source image sourceImageAsset used as the source image for image editing. | string | — | image · asset, https, data |
Reference images referenceAssetUrisOptional reference images as asset:// URIs, HTTPS URLs, or data URIs. | array | — | image · up to 10 · asset, https, data |
prompt*
promptImage description.
- Type
- string
- Default
- —
- Allowed
- up to 10000 chars
aspectRatio
aspectRatio- Type
- string
- Default
- auto
- Allowed
- auto, 21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21
Source image
sourceImageAsset used as the source image for image editing.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
Reference images
referenceAssetUrisOptional reference images as asset:// URIs, HTTPS URLs, or data URIs.
- Type
- array
- Default
- —
- Allowed
- image · up to 10 · asset, https, data
Cost
1 tokensText to imagedefault1 tokens
Edit1 tokens
The variant is selected automatically from request fields, so you do not need to send it.
Capabilities
Modes
text_to_imageimage_editAsset slots
sourceImage:imagereferenceAssetUris:image[]<=10