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
Popular models
Kimi K2.6Kimi K2.6 is Moonshot AI's multimodal model, released 2026-04, built for long-horizon coding, UI/UX generation, and multi-agent orchestration.$0.22 / $1.14in / out · 1M−73%Kimi K3newKimi K3 is Moonshot AI's 2.8T-parameter open-weight multimodal reasoning model, released 2026-07.$2.00 / $8.00in / out · 1M−44%Kimi K2.5Kimi K2.5 is Moonshot AI's native multimodal model, released 2026-01, built on Kimi K2 with continued pretraining over roughly 15T mixed visual and text tokens.$0.35 / $1.70in / out · 1M−24%
Moonshot AI models on MirAPI
ModelTypeContextInputOutputCache r / wOff listChannels
Defaultstable$0.22 / $1.14in / out · 1M−73%vs list price
Defaultstable$2.00 / $8.00in / out · 1M−44%vs list price
Defaultstable$0.35 / $1.70in / out · 1M−24%vs list price
Defaultstable$75.00 / $75.00in / out · 1M—vs list price
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 callsimport 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"}], )
import OpenAI from "openai"; const client = new OpenAI({ baseURL: "https://api.mirapi.ai/v1", // changed apiKey: process.env.MIRAPI_API_KEY, // changed }); const res = await client.chat.completions.create({ model: "moonshotai/kimi-k2.6", messages: [{ role: "user", content: "Hello" }], });
curl https://api.mirapi.ai/v1/chat/completions \ -H "Authorization: Bearer $MIRAPI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "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.