Get your API key from the Xiaomi Mimo Platform
Configuration
- YAML
- JSON (Deprecated)
config.yaml
name: My Config
version: 0.0.1
schema: v1
models:
- name: <MODEL_NAME>
provider: mimo
model: mimo-v2-flash
apiKey: <YOUR_MIMO_API_KEY>
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "mimo",
"model": "mimo-v2-flash",
"apiKey": "<YOUR_MIMO_API_KEY>"
}
]
}
Was this page helpful?