Documentation Index
Fetch the complete documentation index at: https://openclawdoc.org/llms.txt
Use this file to discover all available pages before exploring further.
Moonshot AI (Kimi)
Moonshot은 OpenAI 호환 endpoint를 갖춘 Kimi API를 제공합니다. 프로바이더를 설정하고 기본 모델을moonshot/kimi-k2.5로 두거나, kimi-coding/k2p5로 Kimi Coding을 사용할 수 있습니다.
현재 Kimi K2 model ID:
kimi-k2.5kimi-k2-0905-previewkimi-k2-turbo-previewkimi-k2-thinkingkimi-k2-thinking-turbo
moonshot/..., Kimi Coding은 kimi-coding/...를 사용합니다.
설정 예시 (Moonshot API)
Kimi Coding
참고 사항
- Moonshot 모델 ref는
moonshot/<modelId>를 사용합니다. Kimi Coding 모델 ref는kimi-coding/<modelId>입니다. - 필요하면
models.providers에서 가격과 context metadata를 override하세요. - Moonshot이 특정 모델에 대해 다른 context limit를 발표하면, 그에 맞게
contextWindow를 조정하세요. - 국제 endpoint는
https://api.moonshot.ai/v1, 중국 endpoint는https://api.moonshot.cn/v1를 사용하세요.
Native thinking mode (Moonshot)
Moonshot Kimi는 이진 native thinking을 지원합니다.thinking: { type: "enabled" }thinking: { type: "disabled" }
agents.defaults.models.<provider/model>.params에서 설정하세요.
/think level도 다음처럼 매핑합니다.
/think off->thinking.type=disabled- off가 아닌 모든 thinking level ->
thinking.type=enabled
tool_choice는 auto 또는 none이어야 합니다. 호환성을 위해 OpenClaw는 맞지 않는 tool_choice 값을 auto로 정규화합니다.