microsoft
Microsoft AI: MAI-Image-2.6 Flash
microsoft/mai-image-2.6-flash
MAI-Image-2.6 Flash is the lower-latency, lower-cost member of the [MAI-Image-2.6](/microsoft/mai-image-2.6) family from Microsoft AI, built for latency-sensitive, high-throughput production image generation and editing at comparable quality to the precision tier....
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-22T08:51:50.371Z · Price version: cmub8121m01fdjn0zkdcrwsvq:2
Image prices & options
Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.
Azure
| Usage | Unit | USD | Variant |
|---|---|---|---|
| input text | token | $0.00000175 | Default |
| input image | token | $0.0000025 | Default |
| output image | token | $0.000019 | Default |
{
"n": {
"type": "range",
"min": 1,
"max": 1
},
"aspect_ratio": {
"type": "enum",
"values": [
"1:1",
"4:3",
"3:4",
"16:9",
"9:16",
"3:2",
"2:3",
"auto"
]
},
"input_references": {
"type": "range",
"min": 0,
"max": 5
}
}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": "microsoft/mai-image-2.6-flash",
"prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
"n": 1,
"stream": true
}
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.