CoolFace
Apppublic

jiuguilaohu2026/kimi-k3

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
App README

๐ŸŒ™ Kimi K3 โ€” live chat demo

Chat with [moonshotai/Kimi-K3](https://huggingface.co/moonshotai/Kimi-K3) โ€” Moonshot AI's open-weights, native-multimodal agentic model:

  • โ€”2.8T total / 104B active Stable-LatentMoE (896 experts, top-16 routing)
  • โ€”1M-token context, text + image understanding in one model
  • โ€”Always-on reasoning with a reasoning_effort dial (low / high / max)
  • โ€”Preserved thinking history โ€” prior reasoning is carried into follow-up turns automatically (this demo does it for you)

How this Space works

A 2.8T-parameter model fits on no Space GPU, so there is no backend here at all: this is a static single-page app. Your browser calls [HF Inference Providers](https://huggingface.co/docs/inference-providers) (Fireworks / Featherless) directly, with streaming (SSE).

Who pays? You do, via your own HF token โ€” paste it in the Setup panel (create one at hf.co/settings/tokens; a read-scoped token works). Free monthly HF credits apply. The token never leaves your browser (stored in localStorage only).

Features

  • โ€”๐Ÿ’ญ Live-streamed reasoning block + final answer (Markdown rendered)
  • โ€”๐Ÿ–ผ๏ธ Image upload for K3's native vision (base64 data URLs, nothing stored)
  • โ€”โš™๏ธ Reasoning effort / max tokens / temperature / provider selection
  • โ€”๐Ÿ” Multi-turn with K3's preserved-thinking contract honored
  • โ€”๐ŸŒ‘ Zero-build single index.html โ€” fork it freely

Built following the huggingface-spaces skill.