Model families

Kimi API

Moonshot’s Kimi family, including the K2 long-context and turbo variants, through one unified API. Compare versions and pricing, then call any of them with the same key.

13 models1 free at $0OpenAI- & Anthropic-compatiblePay-as-you-go
ModelTierContextPrice in / out (1M)
Kimi K2Paid131K$0.87 / $3.42View
Kimi K2 0711Paid$0.87 / $3.42View
Kimi K2 TurboPaid$3.42 / $13.65View
Kimi K2.5Paid262K$0.58 / $2.95View
Kimi K2.6Paid$0.55 / $2.00View
Kimi K2.6 ThinkingFree262K$0.15 / $0.15View
Kimi K2.7 CodePaid$0.55 / $2.00View
Moonshot V1 128kPaid$4.26 / $12.78View
Moonshot V1 128k VisionPaid$4.26 / $12.78View
Moonshot V1 32kPaid$2.13 / $8.52View
Moonshot V1 32k VisionPaid$2.13 / $8.52View
Moonshot V1 8kPaid$0.84 / $4.26View
Moonshot V1 8k VisionPaid$0.84 / $4.26View

Call Kimi in three lines

Same code as the OpenAI SDK — change the base URL and key, pick a model id:

from openai import OpenAI

client = OpenAI(
    base_url="https://api.airforce/v1",
    api_key="YOUR_KEY",
)

resp = client.chat.completions.create(
    model="kimi-k2",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Frequently asked questions

How do I use Kimi models through Api.Airforce?
Point any OpenAI-compatible client at https://api.airforce/v1 and set the model id (for example "kimi-k2"). Your existing OpenAI SDK works unchanged — you only swap the base URL and API key. The same key also speaks the Anthropic Messages API.
Are any Kimi models free?
Yes — 1 of the 13 Kimi models is on the free tier and callable at $0 (for example Kimi K2.6 Thinking). A free account needs no credit card; the remaining models are pay-as-you-go.
How much do Kimi models cost on Api.Airforce?
Billing is pay-as-you-go per token, at rates that sit well below the official APIs. The exact per-model input and output prices are listed in the table above and update automatically as upstream prices change.
Which Kimi models are available?
Currently 13 Kimi models, including Kimi K2, Kimi K2 0711, Kimi K2 Turbo. The catalog is refreshed as new models launch, so the list above is always current.
Create a free accountBrowse all models