inclusionai
inclusionAI: Ming Image 0.1 Design Layer
inclusionai/ming-image-0.1-design-layer
Ming Image 0.1 Design Layer is an image-to-image model from inclusionAI that decomposes a flattened design image into separate RGBA layers, such as a background layer and foreground elements, and...
Provider-supported parameters
These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.
Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.
Catalog updated: 2026-09-24T01:07:17.731Z · Price version: cmuepqlvw01x6ma10gn321gy3:1
Image prices & options
Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.
NovitaAI
| Usage | Unit | USD | Variant |
|---|---|---|---|
| input image | token | $0 | Default |
| output image | token | $0 | Default |
{
"n": {
"type": "range",
"min": 1,
"max": 1
},
"output_format": {
"type": "enum",
"values": [
"png",
"webp"
]
},
"input_references": {
"type": "range",
"min": 1,
"max": 1
}
}Make a request
Some models require reference images. Check the input_references range above. Images return base64 data and a usage receipt.
curl --no-buffer https://api.jevrouter.io/v1/images \
-H "Authorization: Bearer $JEVROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d @- <<'JSON'
{
"model": "inclusionai/ming-image-0.1-design-layer",
"prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
"n": 1,
"stream": true,
"input_references": [
{
"type": "image_url",
"image_url": {
"url": "https://jevrouter.io/examples/flux-klein-boat.png"
}
}
]
}
JSONPlan your integration
Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.