月之暗面 Kimi·Chat / TextFeatured
Kimi K2.6
月之暗面原生多模态智能体模型,1T 参数,支持 4000+ 次工具调用。
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": "kimi-k2-6", "messages": [...]}'