Microsoft: MAI Image 2.5 Pro
Image Generationmicrosoft/mai-image-2.5-proMAI-Image-2.5-Pro is the flagship of Microsoft's MAI image family, designed for complex compositions with strong object and character consistency, accurate material properties and coherent spatial reasoning. Best suited for photorealistic scenes, rich documentary-style imagery and demanding creative work. Supports text-to-image generation and image-to-image editing.
Context Window
4K
Max Output Tokens
1K
Released
2026-06-19
Capabilities
Vision
Available Providers
Azure
Supported Protocols
openai
Providers
Azure
Input Tokens
$5/M
Output Tokens
$47/M
Image Input
$8/M
Output Image
$108/M
Protocols
openai
/v1/images/generationsCode Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.run/v1",api_key="YOUR_OFOX_API_KEY",)response = client.images.generate(model="microsoft/mai-image-2.5-pro",prompt="A beautiful sunset over mountains",size="1024x1024",)print(response.data[0].url)
Related Models
Frequently Asked Questions
Microsoft: MAI Image 2.5 Pro 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 Pro 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.run/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 Pro supports the following capabilities: Vision. Access all features through the Ofox.ai unified API.