Kimi (Moonshot AI) logo

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.

8 APIs 0 Features
LLMLong ContextAIOpenAI CompatibleMultimodalChina

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.

Resources

🔗
Website
Website
🔗
Assistant
Assistant
🔗
Platform
Platform
🔗
Documentation
Documentation
👥
GitHub
GitHub
🔗
HuggingFace
HuggingFace

Sources

apis.yml Raw ↑
aid: kimi-moonshot
url: https://raw.githubusercontent.com/api-evangelist/kimi-moonshot/refs/heads/main/apis.yml
name: Kimi (Moonshot AI)
kind: company
description: >-
  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.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - LLM
  - Long Context
  - AI
  - OpenAI Compatible
  - Multimodal
  - China
created: '2026-05-23'
modified: '2026-05-23'
specificationVersion: '0.19'
apis:
  - aid: kimi-moonshot:chat-completions
    name: Kimi Chat Completions API
    description: >-
      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. Supports streaming responses,
      function/tool calling, and JSON mode.
    humanURL: https://platform.moonshot.cn/docs
    baseURL: https://api.moonshot.cn/v1/chat/completions
    tags:
      - Chat
      - LLM
      - OpenAI Compatible
    properties:
      - type: Documentation
        url: https://platform.moonshot.cn/docs
  - aid: kimi-moonshot:embeddings
    name: Kimi Embeddings API
    description: >-
      OpenAI-compatible embeddings endpoint that returns vector
      representations of input text for semantic search, clustering, and
      retrieval-augmented generation workflows.
    humanURL: https://platform.moonshot.cn/docs
    baseURL: https://api.moonshot.cn/v1/embeddings
    tags:
      - Embeddings
      - Vectors
    properties:
      - type: Documentation
        url: https://platform.moonshot.cn/docs
  - aid: kimi-moonshot:files
    name: Kimi Files API
    description: >-
      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).
    humanURL: https://platform.moonshot.cn/docs
    baseURL: https://api.moonshot.cn/v1/files
    tags:
      - Files
      - Documents
    properties:
      - type: Documentation
        url: https://platform.moonshot.cn/docs
  - aid: kimi-moonshot:fine-tuning
    name: Kimi Fine-Tuning API
    description: >-
      Fine-tuning jobs endpoint for customizing Moonshot base models on
      customer-supplied training data. Mirrors the OpenAI fine-tuning surface.
    humanURL: https://platform.moonshot.cn/docs
    baseURL: https://api.moonshot.cn/v1/fine_tuning
    tags:
      - Fine-Tuning
      - Training
    properties:
      - type: Documentation
        url: https://platform.moonshot.cn/docs
  - aid: kimi-moonshot:models
    name: Kimi Models API
    description: >-
      Lists models available to the authenticated account and exposes per-model
      metadata (context window, modality support, pricing tier).
    humanURL: https://platform.moonshot.cn/docs
    baseURL: https://api.moonshot.cn/v1/models
    tags:
      - Models
      - Catalog
    properties:
      - type: Documentation
        url: https://platform.moonshot.cn/docs
  - aid: kimi-moonshot:tokenizer
    name: Kimi Tokenizer API
    description: >-
      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.
    humanURL: https://platform.moonshot.cn/docs
    baseURL: https://api.moonshot.cn/v1/tokenizers
    tags:
      - Tokenizer
      - Utilities
    properties:
      - type: Documentation
        url: https://platform.moonshot.cn/docs
  - aid: kimi-moonshot:assistant
    name: Kimi Assistant (kimi.com)
    description: >-
      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.
    humanURL: https://kimi.com/
    baseURL: https://kimi.com/
    tags:
      - Assistant
      - Consumer
    properties:
      - type: Website
        url: https://kimi.com/
  - aid: kimi-moonshot:open-weights
    name: Moonshot Open-Weights Releases
    description: >-
      Open-weight Kimi model releases (for example prior Kimi K1 / K2
      checkpoints) published under the MoonshotAI GitHub organization for
      research and self-hosted use.
    humanURL: https://github.com/MoonshotAI
    baseURL: https://github.com/MoonshotAI
    tags:
      - Open Weights
      - Research
    properties:
      - type: Repository
        url: https://github.com/MoonshotAI
common:
  - type: Website
    url: https://www.moonshot.cn/
  - type: Assistant
    url: https://kimi.com/
  - type: Platform
    url: https://platform.moonshot.cn/
  - type: Documentation
    url: https://platform.moonshot.cn/docs
  - type: GitHub
    url: https://github.com/MoonshotAI
  - type: HuggingFace
    url: https://huggingface.co/moonshotai
integrations:
  - name: OpenAI SDK
  - name: LangChain
  - name: LlamaIndex
  - name: Vercel AI SDK
maintainers:
  - FN: Kin Lane
    email: [email protected]