Kimi (Moonshot AI)
Moonshot AI is a Beijing-based AI lab that develops the Kimi family of long-context multilingual large language models. The consumer assistant is available at kimi.com (and kimi.ai); the developer platform at platform.moonshot.cn (also platform.kimi.com / platform.kimi.ai) exposes an OpenAI-compatible REST API for chat completions, embeddings, file management, fine-tuning, and model listing. Kimi models advertise very long context windows (8K, 32K, 128K, with newer K2.x models pushing toward 256K) and the platform offers multimodal text, image, and video inputs on the flagship Kimi K2.x line. Open-source weights for prior Kimi releases live under the MoonshotAI GitHub organization.
Kimi (Moonshot AI) publishes 8 APIs on the APIs.io network. Tagged areas include LLM, Long Context, AI, OpenAI Compatible, and Multimodal.
Kimi (Moonshot AI)’s developer surface includes documentation, GitHub presence, and 4 more developer resources.
APIs
Kimi Chat Completions API
OpenAI-compatible chat completions endpoint. Accepts a messages array, model identifier (moonshot-v1-8k / 32k / 128k, kimi-k2.5, kimi-k2.6), and standard sampling parameters. Su...
Kimi Embeddings API
OpenAI-compatible embeddings endpoint that returns vector representations of input text for semantic search, clustering, and retrieval-augmented generation workflows.
Kimi Files API
File management endpoint for uploading documents that can be referenced from chat completions (for example, long-document Q&A and the file_id-based context attachment pattern).
Kimi Fine-Tuning API
Fine-tuning jobs endpoint for customizing Moonshot base models on customer-supplied training data. Mirrors the OpenAI fine-tuning surface.
Kimi Models API
Lists models available to the authenticated account and exposes per-model metadata (context window, modality support, pricing tier).
Kimi Tokenizer API
Helper endpoint exposed by the Moonshot platform for counting tokens against a given model's tokenizer prior to submission, useful for managing long-context budgets.
Kimi Assistant (kimi.com)
Consumer-facing AI assistant at kimi.com (also kimi.ai) powered by the Kimi models. Supports long-document upload, web search grounding, and tool use through a chat UI.
Moonshot Open-Weights Releases
Open-weight Kimi model releases (for example prior Kimi K1 / K2 checkpoints) published under the MoonshotAI GitHub organization for research and self-hosted use.