Skip to main content
Model ID

API Usage

You can interact with MiMo-V2.5-Pro through standard OpenAI-compatible HTTP APIs. Below are examples using the chat completions endpoint. Message roles: Examples use OpenAI’s developer role where shown; if your vendor rejects it, use system instead.

API Examples

Generate a model response using the chat completions endpoint of MiMo-V2.5-Pro.

Create chat completion

The Chat Completions API generates a model reply from a list of conversation messages.

Default

Streaming

Image Input

Functions

Python