Live data from Hacker News

Kimi K3: Open Frontier Intelligence

kimi.com

161–170 of 1001 posts

Re: Kimi K3: Open Frontier Intelligence

#161
post #37

> In our evaluations, Kimi K3 delivers frontier-level performance. Among the models tested, its overall intelligence ranks second only to Claude Fable 5 and GPT-5.6 Sol. For the complete benchmark results, see our tech blog. The full model weights of Kimi K3 will be released in the coming days. More details on the architecture, training, and evaluation will be published together with the Kimi K3 technical report. > K…

> In our evaluations, Kimi K3 delivers frontier-level performance

What page does that come from? I'm having trouble tracking it down.

Re: Kimi K3: Open Frontier Intelligence

#162
post #161
post #37

> In our evaluations, Kimi K3 delivers frontier-level performance. Among the models tested, its overall intelligence ranks second only to Claude Fable 5 and GPT-5.6 Sol. For the complete benchmark results, see our tech blog. The full model weights of Kimi K3 will be released in the coming days. More details on the architecture, training, and evaluation will be published together with the Kimi K3 technical report. > K…

> In our evaluations, Kimi K3 delivers frontier-level performance What page does that come from? I'm having trouble tracking it down.

It was on the page linked in the top comment, but it's been removed.

Re: Kimi K3: Open Frontier Intelligence

#163
post #137

Earlier quoted context omitted.

How did "Generate an SVG of a pelican riding a bicycle" turn into 95 tokens?

That's a great question. I just tried "hi" through the same OpenRouter API and the input token count for that was 86 - and for "hi there" the count was 87. I think there's an 85 token hidden system prompt of some sort.

Try

   {"messages":[
      {"role": "user",
       "content": "hi"}
   ]}
but also an explicitly empty system message:

   {"messages":[
      {"role": "system",
       "content": ""}
      {"role": "user",
       "content": "hi"}
   ]}
and finally

   {"messages":[
      {"role": "system",
       "content": "x"}
      {"role": "user",
       "content": "hi"}
   ]}

Comparing OpenRouter’s tokensPrompt with nativeTokensPrompt can tell you if it came from the provider

Re: Kimi K3: Open Frontier Intelligence

#164
post #111

Pelican: https://tools.simonwillison.net/markdown-svg-renderer#url=ht... - rendered via the OpenRouter API: https://openrouter.ai/moonshotai/kimi-k3 95 input, 16,658 output = 25 cents! https://www.llm-prices.com/#it=95&ot=16658&ic=3&oc=15 (13,241 of those were reasoning tokens.) I think that's the most expensive pelican I've rendered through a Chinese model so far.

I rarely see gears in these bicycles. Is the idea that should a pelican need to go uphill it could just fly.

Re: Kimi K3: Open Frontier Intelligence

#168
Working with chinese models is giving me a fullfilment sensation. I think that I have enough quality for the work that I need to do and lots of extra tokens to work with. With Claude and ChatGPT I reach the limits fairly easy, but not with OpenCode Go. So I will use Claude once in a while for difficult tasks to see how much better it still is (but use Chinese on a daily basis)

Re: Kimi K3: Open Frontier Intelligence

#169
post #94
post #86

> Kimi K3 is Kimi’s most capable model to date, with 2.8 trillion parameters. This puts them on the top of the largest open models list: Kimi K3 2.8T DeepSeek-V4-Pro 1.6T (49B active) Kimi K2.6 ~1T (32B active) GLM-5.2 754B (40B active) DeepSeek-V3.2 685B Mistral Large 3 675B That's one mighty large model! Moonshot is going to need the USD 500 million reportedly raised earlier this year to run this model.

I guess it remains to be seen whether this will be open-weights. We don't even know how many active params at this point.

The K3 marketing popup when I look at the Kimi Code page says "Kimi K3 Open Frontier Model". So, if it's not going to be open, they haven't told the whole team, yet.

Re: Kimi K3: Open Frontier Intelligence

#170

This is too expensive to be a viable model. If it were $5/1m output, it might be another story. At these prices, there's no reason to use this over GPT 5.6.

That depends entirely on the hosting situation. If someone can provide a subscription plan at slightly lower rates, it's absolutely compelling.

Moonshot has subscriptions maxing out at $199/month. Not home so not had a chance to see if K3 is included yet.

EDIT: Just switched my Kimi-CLI session to K3 and resumed my ongoing /goal... Will be interesting to see if I notice a difference.

Post reply on HN