List Models
Request Address
https://api.xiaomimimo.com/v1/models
Request Headers
The API supports the following two authentication methods. Please choose one and add it to the request headers:
api-key: $MIMO_API_KEY
Response
- objectstringThe object type.
Available options:list - dataarrayAn array of model objects.Hide child attributesdata.idstringThe model identifier, which can be referenced in the API endpoints.data.objectstringThe object type.
Available options:modeldata.owned_bystringThe organization that owns the model.
curl --location --request GET 'https://api.xiaomimimo.com/v1/models' \ --header "api-key: $MIMO_API_KEY"
response
{
"object": "list",
"data": [
{
"id": "mimo-v2.5",
"object": "model",
"owned_by": "xiaomi"
},
{
"id": "mimo-v2.5-asr",
"object": "model",
"owned_by": "xiaomi"
},
{
"id": "mimo-v2.5-pro",
"object": "model",
"owned_by": "xiaomi"
},
{
"id": "mimo-v2.5-tts",
"object": "model",
"owned_by": "xiaomi"
},
{
"id": "mimo-v2.5-tts-voiceclone",
"object": "model",
"owned_by": "xiaomi"
},
{
"id": "mimo-v2.5-tts-voicedesign",
"object": "model",
"owned_by": "xiaomi"
}
]
}Update Time July 17, 2026