Kimi K3
Kimi K3 is Moonshot's open-weight 2.8T MoE for agentic coding, reasoning, and vision. Prism serves the same weights on an OpenAI-compatible endpoint.
Model ID
prism-kimik3
Architecture
2.8T MoE (~50B active)
Context
1M
- Open-weight 2.8T MoE with ~50B active parameters.
- 1M context with sticky cache keys across a run.
- Vision plus tool use for agents that read screenshots and repos.
const completion = await client.chat.completions.create({
model: "prism-kimik3",
messages,
prompt_cache_key: "conv-8f2c1a",
});