MiMo V2 Omni
Access MiMo V2 Omni through one API key. Xiaomi's multimodal model.
Xiaomi's multimodal model. Handles text, image, and other modalities at a competitive price.
No credit card required. Takes 30 seconds.
2,400+
Developers
1.2M+
API calls served
100+
Endpoints
$0.01
Per call
Yep, that's it.
Try it live
Send a message and see MiMo V2 Omni respond in real time.
Maximum tokens in the response.
Real-time tokens
Context Window
262K tokens
Max Output
66K tokens
Input Price
$0.56 / 1M tokens
Output Price
$2.80 / 1M tokens
Strengths
Processes text and image inputs together, enabling visual question answering, document understanding, and product-search use cases from a single model.
Priced well below typical multimodal models, making image-plus-text workloads affordable at scale.
Returns up to 65,536 output tokens per response, enough for detailed image descriptions, extracted data, and long structured answers.
Holds up to 262,144 input tokens, fitting long documents alongside images in the same multimodal request.
Quick start
Copy this snippet and start making calls with MiMo V2 Omni.
const res = await fetch('https://api.yepapi.com/v1/ai/chat', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"model": "xiaomi/mimo-v2-omni",
"messages": [
{
"role": "user",
"content": "Explain API gateways in 2 sentences."
}
],
"maxTokens": 256
}),
});
const { data } = await res.json();
console.log(data.message.content);Why use MiMo V2 Omni through YepAPI?
MiMo V2 Omni API: Xiaomi's affordable multimodal model
MiMo V2 Omni is Xiaomi's multimodal model, handling text and image inputs together at a price point built for high-volume vision-plus-language work. YepAPI serves it through one OpenAI-compatible endpoint so it drops into existing chat-completion code.
Your single YepAPI key also reaches DeepSeek, Claude, Gemini, and more, plus SEO, SERP, and scraping endpoints, so multimodal extraction can feed straight into the same data pipeline.
What is MiMo V2 Omni?
MiMo V2 Omni is Xiaomi's multimodal text-to-text model that accepts text, images, and other modalities in a single request. It offers a 262,144-token context window and up to 65,536 output tokens, so it can reason over long documents alongside images and return detailed structured answers. Its defining trait is the combination of multimodal understanding with competitive pricing: where many vision-capable models carry a premium, MiMo V2 Omni is positioned for affordable, high-volume image-and-text workloads such as product search, document understanding, and visual question answering.
Build with MiMo V2 Omni via YepAPI
Call YepAPI's OpenAI-compatible /v1/ai/chat endpoint with any standard OpenAI client. Set the base URL to YepAPI, add your key, and set the model string to MiMo V2 Omni; include image inputs in your messages just as you would with any vision model. Moving from another provider is a one-string change. The same key reaches the full model catalog, so you can route multimodal tasks here and text-only work to cheaper models without separate integrations.
MiMo V2 Omni API pricing — $0.56 input / $2.80 output per 1M tokens
MiMo V2 Omni costs $0.56 per 1M input tokens and $2.80 per 1M output tokens. For a multimodal model that handles images and text together, this is aggressively affordable, making it practical to run vision workloads at volume. Token-based billing means you only pay for the inputs and outputs you actually process, keeping large batch jobs predictable.
MiMo V2 Omni for product search and document understanding
The mix of image-plus-text input, a 262K context window, and low pricing makes MiMo V2 Omni a strong fit for catalog and product-search systems, where you match images to descriptions, and for document understanding that pulls structured data from scanned pages. The 65K output ceiling supports detailed extraction and long answers, and the low cost keeps per-image processing viable across large datasets.
Try MiMo V2 Omni free
Sign up for YepAPI and get $5 in free credit, no card needed. That covers plenty of real multimodal requests so you can test image understanding and extraction quality, compare it with other models on the same key, and decide before adding any payment details.
Start generating in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Xiaomi's multimodal model. Handles text, image, and other modalities at a competitive price.
Input tokens cost $0.56 per 1M tokens and output tokens cost $2.80 per 1M tokens through YepAPI. No monthly minimums — you only pay for what you use.
Sign up for a free API key, then send requests to the /v1/ai/chat endpoint.
MiMo V2 Omni supports a 262K token context window with up to 66K output tokens per request.
Ready to use MiMo V2 Omni?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
MiMo V2 Pro
XiaomiAccess MiMo V2 Pro through one API key. Xiaomi's flagship AI model.
MiMo V2 Flash
XiaomiAccess MiMo V2 Flash through one API key. Cheapest Xiaomi model.
GPT-4o Mini
OpenAIAccess GPT-4o Mini through one API key. Fast, cheap, and OpenAI-compatible.