Microsoft: MAI Image 2.5 Flash
Image Generationmicrosoft/mai-image-2.5-flashMAI-Image-2.5-Flash is the low-latency variant of Microsoft's MAI image family, optimized for fast, high-volume image generation and editing. Produces diverse, coherent images across creative and design scenarios with median generation times several times faster than comparable models. Supports text-to-image generation and image-to-image editing.
Context Window
4K
Max Output Tokens
1K
Released
2026-06-02
Capabilities
Vision
Available Providers
Azure
Supported Protocols
openai
Providers
Azure
Input Tokens
$5/M
Output Tokens
$26/M
Image Input
$8/M
Output Image
$26/M
Protocols
openai
/v1/images/generationsCode Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.ai/v1",api_key="YOUR_OFOX_API_KEY",)response = client.images.generate(model="microsoft/mai-image-2.5-flash",prompt="A beautiful sunset over mountains",size="1024x1024",)print(response.data[0].url)
Related Models
Frequently Asked Questions
Microsoft: MAI Image 2.5 Flash on Ofox.ai costs $5/M per million input tokens and $26/M per million output tokens. Pay-as-you-go, no monthly fees.
Microsoft: MAI Image 2.5 Flash supports a context window of 4K tokens with max output of 1K tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.ai/v1 and use your Ofox API key. The API is OpenAI-compatible — just change the base URL and API key in your existing code.
Microsoft: MAI Image 2.5 Flash supports the following capabilities: Vision. Access all features through the Ofox.ai unified API.