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.
Kontextfenster
4K
Max. Ausgabe-Tokens
1K
Veröffentlicht
2026-06-02
Fähigkeiten
Vision
Verfügbare Anbieter
Azure
Unterstützte Protokolle
openai
Providers
Azure
Eingabe-Tokens
$5/M
Ausgabe-Tokens
$26/M
Bildeingabe
$8/M
Ausgabe Bild
$26/M
Protocols
openai
/v1/images/generationsCode-Beispiele
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-flash",prompt="A beautiful sunset over mountains",size="1024x1024",)print(response.data[0].url)
Verwandte Modelle
Häufig gestellte Fragen
Microsoft: MAI Image 2.5 Flash auf Ofox.ai kostet $5/M pro Million Eingabe-Tokens und $26/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.
Microsoft: MAI Image 2.5 Flash unterstützt ein Kontextfenster von 4K Tokens mit max. Ausgabe von 1K Tokens, was die Verarbeitung großer Dokumente und lange Konversationen ermöglicht.
Einfach Ihre Base-URL auf https://api.ofox.run/v1 setzen und Ihren Ofox API Key verwenden. Die API ist OpenAI-kompatibel — einfach Base-URL und API Key in Ihrem bestehenden Code ändern.
Microsoft: MAI Image 2.5 Flash unterstützt folgende Fähigkeiten: Vision. Zugriff auf alle Features über die einheitliche Ofox.ai API.