Kimi K2 Instruct

Kimi K2 Instruct API

Released July 2025256K Tokens context1T params (32B active) parameters

Documentation

Kimi K2 Instruct API enables General-purpose chat and support agents that need fast, fluent responses without exposing chain-of-thought, Coding copilots that draft and review code with tight latency budgets, and Multilingual content generation and summarisation for global product teams. Kimi K2-Instruct is Moonshot AI's reflex-grade 1T-parameter MoE model (32B active) tuned for low-latency instruction following, tool use, and multilingual chat across a 128K context window. Standout strengths include 1T MoE with 32B active parameters provides frontier quality while maintaining fast reflex responses and Trained on 15.5T multilingual and tool-use tokens for strong cross-lingual coverage. It is optimized for production agent and assistant workloads where response quality, latency, and predictable operating cost all matter.

from openai import OpenAI # Initialize the OpenAI client with Qubrid base URL client = OpenAI( base_url="https://platform.qubrid.com/v1", api_key="QUBRID_API_KEY", ) stream = client.chat.completions.create( model="moonshotai/Kimi-K2-Instruct", messages=[ { "role": "user", "content": "Explain quantum computing in simple terms" } ], max_tokens=8192, temperature=0.7, top_p=1, stream=True ) for chunk in stream: if chunk.choices and chunk.choices[0].delta.content: print(chunk.choices[0].delta.content, end="", flush=True) print("\n")

Serverless

API access

INPUT$0.50 /1M
OUTPUT$2.40 /1M
Deploy using API

Dedicated

Cloud GPU VM

Price starts at$1.25 / GPU/ hr
Deploy with GPU VM

Interactive

Playground

INPUT$0.50 /1M
OUTPUT$2.40 /1M
Chat in Playground

Enterprise
Platform Integration

Docker

Docker Support

Official Docker images for containerized deployments

Kubernetes

Kubernetes Ready

Production-grade KBS manifests and Helm charts

SDK

SDK Libraries

Official SDKs for Python, Javascript, Go, and Java

Don't let your AI control you. Control your AI the Qubrid way!

Have questions? Want to Partner with us? Looking for larger deployments or custom fine-tuning? Let's collaborate on the right setup for your workloads.

"Qubrid AI reduced our document processing time by over 60% and significantly improved retrieval accuracy across our RAG workflows."

Enterprise AI Team

Document Intelligence Platform