| k3 | kimi-k3 | |
|---|---|---|
| Providers | Moonshot AI | Moonshot AI |
| Input $/M | $3.03 | $3.03 |
| Output $/M | $15.15 | $15.15 |
| Output multiplier | ×5.00 | ×5.00 |
| Context window | 1M tokens | 1M tokens |
| Intelligence index | — | 50.2 |
| Coding index | — | 76.2 |
Input pricing is close — 1.00× apart — so the decision should come down to measured quality on your own evaluation set rather than headline cost.
Tags: k3 — Chat, Reasoning, Coding, Vision · kimi-k3 — Chat, Reasoning, Coding, Vision
from openai import OpenAI
client = OpenAI(base_url="https://starseaapi.com/v1", api_key="sk-...")
# k3
client.chat.completions.create(model="k3", messages=[{"role":"user","content":"Hi"}])
# kimi-k3
client.chat.completions.create(model="kimi-k3", messages=[{"role": "user", "content": "Hi"}])