阶跃星辰·Chat / Text
Step 3.5 Flash
阶跃星辰最强开源模型,MoE 196B/11B,100-300 tok/s 生成速度。
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": "step-3-5-flash", "messages": [...]}'