Models / Moonshot AI

Model vendor

Moonshot AI

Moonshot AI builds the Kimi models — long-context chat and the open-weight K-series agents.

8Models routed
−28%Average vs list price
1Channels serving Moonshot AI

Moonshot AI models on MirAPI

ModelTypeContextInputOutputCache r / wOff listChannels
Kimi K2.7 CodenewText262K$0.67$3.40 / soon
Kimi K2 ThinkingText262K$0.60$2.50 / soon
Kimi K2 0905Text262K$0.60$2.50 / soon
Browse the full catalogue
Migration

A drop-in replacement for the OpenAI API

We speak the OpenAI wire format: official SDKs, LangChain, agent frameworks and your own wrapper all work as-is. Change the base URL and write model IDs the catalogue way: kimi-k2.6 becomes moonshotai/kimi-k2.6.

Endpoints
/v1/chat/completionsChat & tool calls
import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mirapi.ai/v1",   # changed
    api_key=os.environ["MIRAPI_API_KEY"],   # changed
)

resp = client.chat.completions.create(
    model="moonshotai/kimi-k2.6",
    messages=[{"role": "user", "content": "Hello"}],
)

One key covers Moonshot AI and 10 more vendors.

1M free tokens to start. No card required.