/ Models

Microsoft AI: 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....

Install on 00 Use in other agents

Get the 00 app

Free · macOS

Your agents, your models, your machine — this model installs with one click once the app is on board.

Download free →

Takes
text, image
Makes
image, image-edit
Release date
2026-09-04
Licence
commercial

What it costs

≈ $0.049 per image, on your AI tokens.

Where it runs

Built in: runs on your workspace's AI tokens, out of the box — no key, no separate account. Prices are final AI-token prices.

Call it from your own code

It answers at an OpenAI-compatible endpoint on your AI tokens — no separate account, no key from the model's maker.

Create a workspace API key in the Overblast console and point your base URL at https://brain.deployd.network/ai/v1. Usage bills that workspace's AI tokens, at the prices shown here.

curl https://brain.deployd.network/ai/v1/images \
  -H "Authorization: Bearer ob_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "microsoft/mai-image-2.6-flash",
    "prompt": "a red bicycle against a wet brick wall at night"
  }'

# → { "data": [ { "b64_json": "iVBORw0KGgo…" } ] }

The model above is the id the endpoint answers to — not this page's address.