Kimi K3 API Guide: Reasoning, Tool Calling, Structured Output, and Vision Kimi K3, a reasoning model with a 1M-token context window and always-on thinking, has been tested on AIHubMix. The model supports only `reasoning_effort="max"`, up to 128 tools, and requires preserving thinking history in multi-turn conversations. Key API differences include fixed sampling parameters and dynamic tool loading via system messages. If you are testing Kimi K3 through an OpenAI-compatible API, there are a few details worth knowing before you wire it into production. Kimi K3 is not just another chat model with a larger context window. It has always-on thinking, a 1M-token context window, API-specific differences across Chat Completions, Responses, and Claude-compatible Messages, plus a few edge cases that can surprise client code. This guide summarizes what we verified on AIHubMix, including: reasoning effort="max" and thinking historyTest note: The behavior below was verified through AIHubMix production APIs on July 17, 2026. Model providers may change behavior over time, so check the latest model page and official docs before relying on edge-case behavior. | Item | Value | |---|---| | Context window | 1M tokens | | Max output | max completion tokens defaults to 131,072, up to 1,048,576 | | Input modalities | Text and images | | Thinking mode | On by default | | Reasoning setting | reasoning effort only supports "max" | | Stop sequences | At most 5 entries, each no longer than 32 bytes | | APIs on AIHubMix | Chat Completions, Responses, Claude-compatible Messages | If you need deep reasoning, long-context tasks, agent workflows, structured extraction, or code generation with large context, Kimi K3 is the model to test first. For quick experiments, Kimi K3 Free can be a useful entry point before moving heavier workloads to the full Kimi K3 API. reasoning effort only supports max Kimi K3 thinking is enabled by default. The important part is that reasoning effort only supports one value: python from openai import OpenAI client = OpenAI base url="https://aihubmix.com/v1", api key="