Weights, code, and licenses

Is Kimi K3 Open Source? GitHub, Weights, and Licenses

“Open source” can refer to model weights, inference code, research code, agent software, or a permissive license. This guide shows how to verify what Moonshot AI has released for Kimi K3 instead of treating the label as a single yes-or-no property.

By KimiK3.online Editorial TeamReviewed by Luluisland studio
Developer
Moonshot AI
Claim
Open 3T-class model
Verify
Repository and license

Direct answer

“Open source” can refer to model weights, inference code, research code, agent software, or a permissive license. This guide shows how to verify what Moonshot AI has released for Kimi K3 instead of treating the label as a single yes-or-no property.

Verified July 21, 2026 against Moonshot AI GitHub and Kimi K3 technical blog.

01

What open source can mean for an AI model

Traditional software is usually evaluated by whether source code is available under a license that grants rights to use, modify, and distribute it. A model release adds more artifacts: weights, architecture definitions, tokenizer files, inference code, training recipes, evaluation data, and technical reports. These artifacts may be released at different times and under different licenses. Calling a model open source without naming the artifact and license can therefore hide important limitations.

Moonshot describes Kimi K3 as an open model and announced a schedule for full model weights. Before relying on that claim for a product, verify the live repository or model host, read the current license file, and confirm that the files correspond to K3 rather than an earlier Kimi release. Launch posts describe intent; the repository and license define what you can actually download and do.

Primary references for this page: Moonshot AI GitHub · Kimi K3 technical blog.

02

Find the official Moonshot AI source

Begin with links from Moonshot AI’s official website, Kimi technical blog, documentation, or verified GitHub organization. Search results and community mirrors can be useful, but they may contain converted weights, unofficial quantizations, changed configuration, or stale licenses. Check the repository owner, commit history, release tags, model card, checksums, and cross-links from first-party pages.

Moonshot AI maintains an official GitHub organization containing model, research, infrastructure, and agent projects. A Kimi Code repository is not automatically the Kimi K3 weight repository: the coding agent and the model are different artifacts. Similarly, Kimi K2, K2.5, and Kimi-Dev repositories should not be presented as K3 merely because they share the Kimi brand.

03

Read the license before building

A model license can govern commercial use, redistribution, hosted services, acceptable use, attribution, trademarks, and derivative models. Code in a related repository may have a different license from the weights. Read every license that applies to the artifacts in your deployment path and retain a copy of the version you reviewed. If terms are unclear or the use is high stakes, obtain qualified legal advice.

Open weights do not grant rights to Moonshot or Kimi names and logos. An independent service should identify itself clearly and avoid implying endorsement. It should also preserve required notices and describe material modifications. Transparency is both a legal and trust concern: users need to know whether they are accessing official hosted inference, a partner, or a separately deployed model.

04

Self-hosting is a systems project

A 2.8-trillion-parameter sparse model is not comparable to running a small local model on a laptop. Even though only a subset of experts may activate per token, the deployment still needs storage for weights, substantial accelerator memory, interconnect bandwidth, an inference engine that supports the architecture, and operational expertise. Quantization and distributed serving can change requirements, quality, and throughput.

Plan for model download and verification, hardware topology, inference compatibility, request batching, observability, failure recovery, security, and upgrades. Measure time to first token, output rate, concurrency, context length, and quality under the exact serving configuration. A successful single prompt does not prove that the deployment can sustain production traffic or a one-million-token request.

05

Official API versus self-hosting

The official API removes most infrastructure work and provides documented model access, but usage is metered and governed by service terms. Self-hosting offers more control over deployment and data paths, but transfers infrastructure cost, reliability, patching, and compliance to the operator. A third-party hosted endpoint may offer convenience, yet requires diligence about model identity, retention, region, limits, and support.

Choose based on workload and responsibility rather than ideology. Prototype with a hosted endpoint to validate task value. Estimate steady-state volume, latency, context, and privacy needs. Compare the full cost of engineering and operations, not only accelerator rental against token price. For many teams, a hybrid approach—hosted development followed by a targeted deployment study—produces better evidence.

06

A verification checklist

Record the official repository or model-host URL, release tag, commit, model-card revision, file checksums, tokenizer version, inference-engine version, and license. Confirm the advertised architecture and context settings against configuration files. Run a known prompt suite after every change in quantization, serving engine, tensor parallelism, or chat template. Small configuration differences can materially change output.

Publish the same provenance to downstream users. State whether the endpoint uses official API inference or self-hosted weights, which version is deployed, and which features are supported. Avoid claiming full official parity unless vision, reasoning effort, tools, JSON output, context, and safety behavior have all been tested. “Kimi K3 compatible” should describe a verified interface, not act as a substitute for model provenance.

Frequently asked questions

Practical answers

Does open weight mean free hosted inference?

No. Download rights and hosted API pricing are separate. Self-hosting also has infrastructure and operational costs.

Is the Kimi Code GitHub repository the K3 model?

No. Kimi Code is an agent application. Model weights, inference code, and agent code are distinct artifacts.

Can I use the Kimi name for my service?

Model licensing and trademark rights are separate. Identify independent services clearly and review the applicable terms.

Sources and status

This independent guide uses first-party Kimi and Moonshot AI documentation. Product availability, model names, limits, and pricing can change; verify production decisions against the linked official sources.

Last verified: July 25, 2026

Continue researching

Related Kimi K3 resources

Browse guides

Independent Kimi K3 access

Move from research to a working request.

Try the playground