Skip to main content

Try Kimi K3 in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: kimi-k3 Kimi K3 is Moonshot AI’s flagship Mixture-of-Experts model with a 1M-token context window, built for long-horizon agentic coding and reasoning workloads with native visual understanding. The model uses the Kimi Delta Attention (KDA) hybrid linear attention mechanism and activates 16 of 896 experts per token. Thinking mode is always enabled: responses include separate reasoning content alongside the answer, and the reasoning_effort parameter currently accepts only “max”. It handles tool calling (including forced tool choice and strict JSON schema output) and accepts images and videos through base64 or the Files API. Sampling parameters are fixed by the provider (temperature 1.0, top_p 0.95), and input caching is priced separately, with cache hits costing a tenth of cache misses. Open weights are slated for release in late July 2026. *Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.

Example request

Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.

Fetch model details

The models endpoint returns the full model object, including its json_request_schema.

Request parameters

This model follows the standard OpenAI chat completions request body. See the chat completions reference for the full parameter list.