AI News

Kimi K2.7 Code in GitHub Copilot Business and Enterprise: Access, Billing, and Governance

Last updated: 2026-07-24

TL;DR: GitHub made Kimi K2.7 Code generally available as a selectable model for Copilot Business and Copilot Enterprise on July 7, 2026. GitHub identifies it as the first open-weight model in the Copilot model picker and hosts it on Microsoft Azure. Organization access is off by default, so an administrator must enable the model policy. Usage is billed through GitHub’s AI-credit system.

What GitHub announced

GitHub’s release note says Kimi K2.7 Code is now available to Copilot Business and Enterprise in addition to the individual Copilot plans announced earlier in July. The model appears as a choice inside Copilot rather than as a separately operated local deployment.

The open-weight label describes the model family, not the delivery path in this product. GitHub says it hosts Kimi K2.7 Code on Microsoft Azure. An enterprise evaluation therefore needs to examine GitHub’s hosted service terms, data flow, policy controls, and billing alongside the model’s own characteristics.

Administrator-controlled access

Kimi K2.7 Code is disabled by default for Business and Enterprise. A plan administrator must enable the Kimi K2.7 Code policy before members can select it. GitHub specifically advises administrators to review open-weight models against their security, compliance, and data-governance requirements.

A controlled pilot should begin with a test organization or a small approved group. Record the policy owner, eligible repositories, excluded content, allowed extensions, logging, and the process for disabling access. Developers should know when the selected model changes and where to report unexpected output.

Follow related AI News for later availability changes, but use GitHub’s live administrator documentation as the authority for policy behavior.

Usage-based billing

GitHub says Kimi K2.7 Code is billed at provider list pricing through its usage-based system. The current billing documentation measures Business and Enterprise model usage in AI credits, with one AI credit equal to $0.01. Cost depends on the chosen model and the input, output, and cached tokens consumed.

GitHub currently lists 1,900 included monthly AI credits per Copilot Business user and 3,900 per Copilot Enterprise user, pooled at the billing entity. A temporary promotion for existing customers increases those amounts through September 1, 2026. Included credits do not roll over.

If the pool runs out, additional usage can continue at published rates when allowed or stop until the next cycle when it is blocked. GitHub supports user budgets, cost-center budgets, organization budgets, and enterprise spending limits. There is no automatic switch to a cheaper model when a budget is exhausted.

How to evaluate the model choice

Model availability is useful only if it improves a real coding workflow at an acceptable cost and risk. Compare Kimi K2.7 Code with another enabled Copilot model on a fixed set of repository tasks. Include code explanation, a bounded bug fix, test generation, and review of a multi-file change.

Measure correctness, tests passed, unsafe edits, citation or file-reference accuracy, review time, token use, and total AI credits. Keep the same prompt, repository state, tools, and acceptance criteria. Do not use vendor or community benchmarks as a substitute for this repository-level test.

Security and review boundaries

Open weights do not make every hosted use case acceptable. Check what repository context is sent, how content exclusion behaves, whether secrets can appear in prompts or tool output, and which audit events are available. Apply branch protection, required tests, code review, and deployment approval regardless of model choice.

Generated code can contain security defects, incompatible licenses, outdated APIs, or subtle changes outside the task. A human reviewer should inspect the diff and test evidence. High-risk repositories may need a separate approval or may remain outside the pilot.

Pilot checklist

  1. Enable the model for a small approved group and record the policy change.
  2. Set an AI-credit budget before the first test.
  3. Run a fixed evaluation against at least one alternative model.
  4. Review diffs, tests, logs, data flow, and cost for every task.
  5. Disable the policy if the review, security, or budget gate fails.

Official sources

Related Kingy AI links