Microsoft: MAI Image 2.5
Image Generationmicrosoft/mai-image-2.5MAI-Image-2.5 is Microsoft's image generation and editing model. It excels at precise, surgical edits with consistency - targeted object edits, layout adaptation, text updates and artifact cleanup - while preserving visual consistency across iterations. Supports text-to-image generation and image-to-image editing with free aspect ratios up to 1 megapixel.
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
$47/M
Image Input
$8/M
Output Image
$47/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",prompt="A beautiful sunset over mountains",size="1024x1024",)print(response.data[0].url)
Related Models
Frequently Asked Questions
Microsoft: MAI Image 2.5 on Ofox.ai costs $5/M per million input tokens and $47/M per million output tokens. Pay-as-you-go, no monthly fees.
Microsoft: MAI Image 2.5 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 supports the following capabilities: Vision. Access all features through the Ofox.ai unified API.