Back to catalog
通义千问 Qwen·Chat / Text

Qwen3.5 397B

通义千问旗舰视觉语言模型,MoE 397B/17B,支持 1M 上下文。

How to use

Point any OpenAI- or Anthropic-compatible client at our base URL and pass the model id below.

# 1. Set Z-Mint AI as your base URL
export BASE_URL=https://aigc.zhengmi.org
export API_KEY=sk-...

# 2. Call with the model id
curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "qwen3-5-397b", "messages": [...]}'