🌙 Kimi K3 API

Moonshot AI's Kimi K3 — exceptional long-context reasoning and research capabilities. Access via OpenAI-compatible API.

Get API Key →

Why Kimi K3?

📚 128K Context

Process entire research papers, books, and long documents in a single request. No chunking needed.

🧠 Deep Reasoning

Excels at multi-step reasoning, analysis, and synthesis of complex information.

🇨🇳 Chinese Expert

Native-level Chinese understanding with deep cultural and linguistic context.

💻 Code Capable

Strong coding abilities across Python, JavaScript, and more.

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1",
    api_key="YOUR_API_KEY"
)

# Process a long document
response = client.chat.completions.create(
    model="kimi-k3",
    messages=[{
        "role": "user",
        "content": "Summarize the key findings of this research paper:\n\n" + long_document_text
    }]
)

Use Cases

Pricing

Model Input / 1M tokens Output / 1M tokens
Kimi K3Â¥6.00 (~$0.83)Â¥12.00 (~$1.65)

Access Kimi K3 + 10 More Models

One API key for all of China's top AI models. OpenAI compatible.

Get API Key →