New Users: 7-Day FreNew Users: 7-Day Free Trial of Kimi K2.6 - Limited Time OnlyDeepSeek V3.1
MiMo-V2.5 API
ChatVision

MiMo-V2.5 API

All You Need To Know About MiMo-V2.5 API

Overview

Model Provider:XiaomiMiMo
Model Type:Vision / Chat
State:Ready

Key Specs

Quantization:FP8
Parameters:311B
Context:1M
Pricing:$0.40 input / $2.00 output / $0.08 cache
Try Model API
Quick Start
Reserve Dedicated Endpoint
Referral Program Banner

More referrals, More rewards

Invite new users and earn:

$20 free credits, $40 coupons, and 30-Day free plan.

The bigger your network, the bigger the bonus.

Introduction

MiMo-V2.5 is a native omnimodal model with strong agentic capabilities, supporting text, image, video, and audio understanding within a unified architecture. Built upon the MiMo-V2-Flash backbone and extended with dedicated vision and audio encoders, it delivers robust performance across multimodal perception, long-context reasoning, and agentic workflows.

MiMo-V2.5 API Usage

Model

Endpoint

xiaomimimo/mimo-v2.5


        1
        curl -X POST https://api.canopywave.io/v1/chat/completions \
      
        2
          -H "Content-Type: application/json" \
      
        3
          -H "Authorization: Bearer $CANOPYWAVE_API_KEY" \
      
        4
          -d '{
      
        5
            "model": "xiaomimimo/mimo-v2.5",
      
        6
            "messages": [
      
        7
              {"role": "user", "content": "tell me a story"}
      
        8
            ],
      
        9
            "max_tokens": 1000,
      
        10
            "temperature": 0.7
      
        11
          }'