Nano Banana 2 & Pro Sale — 15% OFF | Apr 1–15 Only
X

xiaomi/mimo-v2-omni

xiaomi/mimo-v2-omni

262,144 context · $0.40/M input tokens · $2.00/M output tokens

MiMo-V2-Omni is a frontier omni-modal model that natively processes image, video, and audio inputs within a unified architecture. It combines strong multimodal perception with agentic capability - visual grounding, multi-step planning, tool use, and code execution - making it well-suited for complex real-world tasks that span modalities. 256K context window.

가격

사용량 기반 과금

선결제 없이 사용한 만큼만 지불

입력$0.40 / M Tokens
출력$2.00 / M Tokens

API 사용법

다음 코드 예시를 사용해 API와 연동하세요:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="xiaomi/mimo-v2-omni",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Info

Providerxiaomi
Typellm

지원 기능

입력
TextImageAudio
출력
Text
컨텍스트262,144
최대 출력65,536
Vision✓ Supported
Function Calling✓ Supported

API 접근 가이드

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDxiaomi/mimo-v2-omni