Aliyun Model Studio (DashScope) is Mirobody’s recommended LLM backend for the China cluster. One key gives you access to Alibaba’s Qwen family, plus DeepSeek / Kimi / GLM / MiniMax, plus embeddings and rerankers.Documentation Index
Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt
Use this file to discover all available pages before exploring further.
Official docs: What is Model Studio · Model list · API Key console
1. Register and get a key
Open Model Studio
Sign in to the Bailian console. Accounts are auto-enrolled; some models require pay-as-you-go activation.
Create an API Key
On the API Key page, create a key and copy it — shown once.
2. Endpoint info
DashScope offers both the native protocol and an OpenAI-compatible mode. Mirobody talks to the native protocol — you only need to pass the API key via BYOK headers; no base URL configuration is required on your side.| Field | Value |
|---|---|
| OpenAI-compatible base URL (reference) | https://dashscope.aliyuncs.com/compatible-mode/v1 |
| Native base URL (used by Mirobody) | https://dashscope.aliyuncs.com/api/v1 |
| Auth | Authorization: Bearer <DASHSCOPE_API_KEY> |
| Regions | Hangzhou (default) · Virginia · Singapore · Frankfurt |
3. Available models
The Mirobody/api/chat provider field routes to one of these. Refer to the official model list for the live catalog.
Text generation
Mirobody provider | Underlying model id | When to use |
|---|---|---|
DeepSeekFlash | deepseek-v4-flash | Default — fast, low cost |
DeepSeekPro | deepseek-v4-pro | Complex reasoning, medical interpretation |
kimi | kimi-k2.6 | Long-context document analysis |
minimax | MiniMax-M2.7 | Natural Chinese expression |
| — (direct via DashScope) | qwen3.7-max | Qwen flagship for long, multi-step tasks |
| — (direct via DashScope) | qwen3.6-plus | Balanced cost/performance — official default pick |
| — (direct via DashScope) | qwen3.6-flash | High throughput, low latency |
| — (direct via DashScope) | glm-5.1 | Zhipu GLM |
| — (direct via DashScope) | mimo-v2.5-pro | Xiaomi MiMo |
Embeddings & rerank
| Model | Use case |
|---|---|
text-embedding-v4 | Text embedding |
tongyi-embedding-vision-plus | Multimodal embedding |
qwen3-rerank | Reranker |
4. Use it in Mirobody
Troubleshooting
- Upstream
InvalidApiKey→ check that the Bailian key is active and the chosen model is enabled. - Upstream
Throttling.User→ DashScope-side RPM/TPM limit; adjust quotas in API Key Usage. - Model ID not found → some newer models require explicit activation in the “Model Plaza”.
- No VPN needed — DashScope is reachable directly from mainland China.