← All models

inclusionai

inclusionAI: Ming Image 0.1 Design

inclusionai/ming-image-0.1-design

Ming Image 0.1 Design is a text-to-image model from inclusionAI aimed at graphic-design output, with an emphasis on legible text rendering inside the generated image. It generates from a prompt...

image

Try in Playground ↗

Provider-supported parameters

These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.

noutput_formatinput_references

Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.

Catalog updated: 2026-09-23T14:51:51.098Z · Price version: cmud168v1079aj30zf3ue5lge: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
UsageUnitUSDVariant
input imagetoken$0Default
output imagetoken$0Default
{
  "n": {
    "type": "range",
    "min": 1,
    "max": 1
  },
  "output_format": {
    "type": "enum",
    "values": [
      "png",
      "jpeg",
      "webp"
    ]
  },
  "input_references": {
    "type": "range",
    "min": 0,
    "max": 0
  }
}

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",
  "prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
  "n": 1,
  "stream": true
}
JSON

Plan 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.