Chinese Open-Weight AI Models Explained: Kimi K3, DeepSeek and the Global Tech Race
Why in News?
China’s Moonshot AI has released the model weights and technical report of Kimi K3, a 2.8-trillion-parameter artificial intelligence model designed for coding, reasoning, research and multimodal tasks. Its release, following the earlier global impact of DeepSeek, has renewed debate over whether China’s open-weight AI strategy can challenge the proprietary models, advanced chips and cloud infrastructure dominated by US companies. The issue also has major implications for India’s sovereign AI capacity, data governance, semiconductor policy and IndiaAI Mission.
Key Points
Moonshot AI initially made Kimi K3 available through its online services and subsequently released its model weights, technical report and deployment information for developers. Moonshot describes it as the first publicly released model in the three-trillion-parameter class.
Kimi K3 is based on a Mixture-of-Experts architecture, under which only specialised portions of the model are activated for a particular input. This seeks to provide the knowledge capacity of a very large model without using every parameter for every task.
The model has been designed for long-duration coding, scientific research, document analysis, spreadsheet work, visual reasoning and AI-agent operations in which the system independently uses software tools to complete multiple steps.
Moonshot’s benchmark results place Kimi K3 close to some leading proprietary models on selected coding and agentic tasks. However, benchmark claims must be interpreted cautiously because results can vary with the testing environment, reasoning settings, software harness, dataset and evaluation methodology. Moonshot itself states that Kimi K3 still trails the strongest proprietary models in overall performance.
Kimi K3 should be described as an open-weight model rather than automatically being called fully open-source. The Open Source AI Definition 1.0 requires meaningful access not only to model parameters but also to the information and code necessary to study, modify and reproduce the system.
Kimi K3 uses a custom licence. It permits broad use, modification and distribution but imposes additional conditions on certain large commercial model-service providers and very large consumer-facing products.
China’s competitive strategy increasingly combines open-weight model releases, algorithmic efficiency, domestic hardware development and rapid diffusion through developer communities. Its official AI cooperation documents also support wider sharing of open-source ecosystems and AI applications.
The United States retains major advantages in advanced semiconductors, cloud platforms, capital and globally distributed technology companies. Its policy seeks both to restrict the transfer of strategically sensitive computing technology and to export complete American AI packages consisting of chips, cloud services, models, applications and standards.
The competition is therefore not merely about which country produces the highest-scoring chatbot. It concerns control over the entire AI stack—semiconductors, computing infrastructure, energy, datasets, algorithms, talent, applications, safety standards and global distribution.
For India, Chinese open-weight models provide opportunities for affordable experimentation and local deployment. At the same time, India requires independent indigenous models, secure compute infrastructure, Indian-language datasets and credible evaluation standards under the IndiaAI Mission.
Explained
What is the immediate development involving Kimi K3?
Release of model weights: Moonshot AI released Kimi K3 as its latest frontier-level model and subsequently made its model weights available under the Kimi K3 Licence. Developers can therefore download, deploy, fine-tune and modify the model instead of relying entirely on Moonshot’s hosted interface.
Technical disclosure: Moonshot also published a technical report explaining the model’s architecture, training methods, evaluation results and deployment requirements. The report identifies Kimi Delta Attention, Attention Residuals and a sparse expert architecture as important components.
Nature of the claim: Moonshot calls Kimi K3 the first open model in the three-trillion-parameter class. This describes its total parameter scale; it does not by itself prove that the model is more capable than every smaller model.
How does Kimi K3 fit into the wider rise of Chinese AI models?
DeepSeek precedent: DeepSeek’s reasoning models had already demonstrated that Chinese laboratories could produce internationally competitive systems while publishing model weights and technical information. This challenged the assumption that only a small group of American companies could develop advanced generative AI.
Growing ecosystem: Other Chinese developers, including Alibaba’s Qwen team, Z.ai, MiniMax and Moonshot AI, have released models for coding, reasoning, language, video and autonomous-agent tasks.
Strategic pattern: Rather than depending solely on one closed consumer product, Chinese developers have increasingly used downloadable models to encourage adoption by businesses, universities, developers and governments. Wider adoption can create developer familiarity, supporting software tools and long-term influence over technical standards.
What is a foundational AI model?
General-purpose base: A foundational model is trained on very large and diverse datasets and can subsequently be adapted to perform numerous tasks. Large language models are foundational models primarily designed to understand and generate language.
Downstream adaptation: A foundational model can be fine-tuned for agriculture, healthcare, legal research, education, coding, banking or public administration. One base model may therefore support hundreds of specialised applications.
Strategic importance: Countries that control foundational models can influence the cost, language coverage, safety rules and technological standards of downstream AI services. This is why foundational models are increasingly treated as components of digital and strategic infrastructure.
What are parameters and model weights?
Parameters: Parameters are numerical values inside a neural network that determine how the model processes an input and produces an output.
Training process: During training, the model is shown large volumes of data. Mathematical optimisation repeatedly adjusts its parameters so that its predictions become more accurate.
Model weights: Weights are the trained numerical relationships stored within the model. Publishing them allows another developer to operate the trained model without repeating the entire original training process.
Not the whole system: Weights do not necessarily reveal the complete training dataset, data-cleaning process, human feedback, safety testing or all training code. Therefore, access to weights provides operational control but not complete reproducibility.
What is the difference between closed, open-weight and open-source AI?
Closed or proprietary model: The developer retains the weights, training code and most technical details. Users ordinarily access the model through an application or application programming interface, or API.
Open-weight model: The trained weights can be downloaded. Developers may run the model on their own infrastructure, fine-tune it and integrate it into applications, subject to licence conditions.
Open-source AI: Under the Open Source Initiative’s definition, users should have the freedom to use, study, modify and share the system. The information needed to understand and modify the training process—including relevant code and data information—must also be available.
Why the distinction matters: Calling every downloadable model “open-source” can exaggerate its transparency. Kimi K3 provides weights, technical documentation and substantial deployment information, but it uses a custom licence and does not disclose everything required to recreate its training dataset and full development process. It is consequently more precise to call it open-weight.
How does the Mixture-of-Experts architecture work?
Specialised expert networks: A Mixture-of-Experts, or MoE, model contains several internal neural networks called experts. Different experts can specialise in different patterns or types of information.
Routing mechanism: For every token—the basic unit of text processed by a language model—a router selects only a limited number of relevant experts.
Efficiency advantage: Since the entire model is not activated for each token, total model capacity can increase faster than the computing cost of processing an individual request.
Operational difficulty: MoE models require efficient routing, memory management and communication between accelerators. If expert workloads are unevenly distributed, hardware may remain idle or network bottlenecks may reduce performance.
What other technologies are used in Kimi K3?
Kimi Delta Attention: Attention is the mechanism through which a model identifies relevant relationships among different parts of an input. Kimi Delta Attention is intended to make this process more efficient, particularly for very long inputs.
Attention Residuals: These seek to improve the flow of information across the model’s layers by enabling the system to retrieve useful earlier representations rather than merely accumulating them uniformly.
Quantisation: Quantisation represents model values using lower numerical precision. It can reduce memory and hardware requirements, although poorly implemented quantisation may lower accuracy.
Multimodality: Kimi K3 can process more than one type of input, including text and visual information.
Agentic AI: An AI agent does more than generate a single response. It can plan a task, call external tools, inspect results, correct errors and continue until a larger objective is completed.
Does a higher parameter count automatically mean a better model?
No direct equivalence: Parameter count is one indicator of model capacity, but it is not a complete measure of intelligence or usefulness.
Other determinants: Performance also depends on the quality and diversity of training data, architecture, proportion of activated parameters, post-training methods, reinforcement learning, context handling, tool integration and inference-time computation.
Benchmark limitations: A model may perform strongly on coding but less effectively on factual reliability, safety, regional languages or creative tasks. Benchmarks may also become contaminated if similar questions appeared in training data.
Practical performance: For governments and businesses, reliability, cost, latency, energy use, security and the ability to run the model locally may matter more than the headline parameter count.
Why are open-weight models strategically important?
Lower entry barrier: Startups and research institutions can build applications without training a foundational model from the beginning.
Local deployment: Organisations can operate a model within their own data centre or approved cloud environment. This can reduce the need to transmit sensitive information to an external API provider.
Customisation: Models can be fine-tuned for Indian languages, legal documents, scientific research, public-service delivery and specific industrial processes.
Reduced vendor dependence: A downloadable model may be transferred between infrastructure providers, reducing complete dependence on one proprietary platform.
Innovation spillovers: Researchers can study behaviour, develop safety tools, compress models and create specialised versions.
Strategic diffusion: The country whose models are widely adopted may influence developer tools, evaluation practices, safety standards and application ecosystems—even if another country retains the most powerful individual model.
What limitations remain despite the openness of model weights?
Hardware concentration: Very large open-weight models may still require expensive accelerators, high-speed memory, networking, cooling and electricity. Publishing weights does not make deployment inexpensive for every organisation.
Incomplete transparency: The training data, data provenance and filtering decisions may remain unknown.
Licence complexity: Custom licences may contain revenue thresholds, attribution conditions, acceptable-use provisions or other restrictions that complicate commercial deployment.
Security risks: Downloadable models can be modified to remove safeguards or automate harmful activities. They may also contain vulnerabilities, hidden behaviours or insecure third-party components.
Audit difficulties: Access to weights can assist security research, but auditing a model containing billions or trillions of parameters remains technically difficult.
What are the important provisions of the Kimi K3 Licence?
General permission: The licence permits the use, copying, modification, distribution, fine-tuning and creation of derivative works.
Large model-service businesses: A licensee operating a “Model as a Service” business must enter a separate agreement with Moonshot if the aggregate revenue of the licensee and its affiliates exceeds the specified threshold over a consecutive twelve-month period.
Large consumer services: Very large commercial products crossing the licence’s user or monthly-revenue threshold must prominently display the Kimi K3 name.
UPSC significance: The licence illustrates why “open-weight” does not necessarily mean unrestricted, public-domain or conventionally open-source. Users must examine the precise licence rather than relying on marketing terminology.
How can open-weight models alter the economics of AI?
Competition in model prices: Downloadable alternatives can reduce the pricing power of closed-model providers, particularly for routine coding, customer support, translation and document-processing tasks.
Shift towards infrastructure: If foundational models become cheaper or interchangeable, competitive advantage may move towards semiconductors, cloud hosting, proprietary datasets, distribution networks and sector-specific applications.
Local AI services: Firms may offer privately hosted models for banks, hospitals or governments that cannot place confidential data in public AI services.
Commoditisation possibility: Foundational AI may increasingly resemble a widely available technological input. Companies would then earn revenue through hosting, integration, specialised data, workflow software and enterprise support rather than model access alone.
Continuing concentration: The most advanced training and deployment will nevertheless remain capital intensive. Open weights may broaden application development without eliminating concentration in chips, electricity and data centres.
How has China continued to advance despite restrictions on advanced chips?
Algorithmic efficiency: Sparse architectures, quantisation, improved attention mechanisms and better memory management can produce more capability from available hardware.
System-level engineering: Large numbers of accelerators can be connected through optimised networking and software. Performance depends on the complete computing system, not only an individual chip.
Domestic alternatives: China is investing in domestic accelerators, semiconductor manufacturing, software frameworks and data-centre infrastructure.
Existing and external capacity: Chinese firms may also use previously acquired hardware, approved lower-specification chips or cloud and computing arrangements permitted under applicable laws.
Controls still matter: The ability to develop competitive models does not prove that semiconductor controls are ineffective. Advanced chips can lower training time, energy consumption and cost. Kimi K3 itself remains an extremely hardware-intensive model, showing that compute continues to be a major strategic constraint.
What is knowledge distillation and why has it become controversial?
Knowledge distillation: Distillation is a technique in which a smaller or newer model learns from the outputs of a larger “teacher” model. It is widely used to transfer capabilities and reduce computational requirements.
Legitimate uses: Distillation can be lawful and beneficial when the model owner permits it or when it is conducted within an organisation’s authorised development process.
Disputed uses: Controversy arises when a developer allegedly creates numerous accounts or automated requests to collect a rival model’s outputs in violation of contractual conditions or intellectual-property rights.
Need for evidence: US companies and officials have made allegations concerning the use of outputs from American models by some Chinese developers. Such claims remain allegations unless supported by verifiable technical evidence, contractual findings or legal adjudication. They should not be presented as established facts merely because they form part of the geopolitical debate.
Why is the AI competition described as a race for the “full stack”?
Semiconductors: Advanced GPUs and other accelerators provide the computing power needed for training and inference.
Manufacturing: Chip design is insufficient without semiconductor fabrication, packaging, high-bandwidth memory and production equipment.
Cloud and data centres: Models require servers, networking, storage, cooling, electricity and reliable cloud platforms.
Data: High-quality, legally usable and linguistically diverse datasets affect model reliability and inclusiveness.
Models and software: Algorithms, foundational models, developer frameworks and AI agents form the intelligence layer.
Applications: Adoption ultimately depends on useful services in healthcare, defence, education, finance, manufacturing and governance.
Standards and diplomacy: Technical standards, safety rules and export partnerships can determine which national ecosystem is adopted internationally. The United States’ American AI Exports Program explicitly seeks to promote full-stack AI packages containing hardware, models, data systems, cybersecurity measures and applications.
How do the American and Chinese approaches differ?
United States: The US currently combines frontier proprietary models, advanced-chip leadership, large private investment and global cloud platforms. It also supports some open-weight models but remains home to many of the most important closed-model developers.
China: China is using state support, intense domestic competition, large-scale application markets and increasingly capable open-weight models. Its official policy promotes “AI+” adoption and international cooperation around data, computing power, open-source ecosystems, standards and governance.
Not an absolute divide: The US also has open models, while Chinese companies also offer closed commercial services. The distinction concerns the relative strategic emphasis rather than two completely separate systems.
Global South dimension: Affordable, locally deployable models may appeal to developing countries that lack the resources to build frontier models or pay continuously for expensive foreign APIs. This could make model accessibility a tool of technological diplomacy.
What are the main risks associated with foreign open-weight models?
Cybersecurity: Models may assist phishing, vulnerability discovery, malware modification or automated intrusion if safeguards are removed.
Supply-chain security: Organisations must verify model files, libraries, deployment software and subsequent updates.
Data leakage: Sensitive information entered during fine-tuning or retrieval-based deployment can be exposed through poor access controls or insecure logs.
Bias and censorship: A model may reflect the social, political or legal assumptions embedded in its datasets and alignment process.
Disinformation: Cheap and capable models can scale synthetic text, images, audio and coordinated influence operations.
Critical-sector dependency: Excessive dependence on foreign models can create risks for defence, telecommunications, banking, public administration and critical infrastructure.
Licence and jurisdictional risk: A foreign provider’s licence, domestic laws or geopolitical restrictions may affect future access and commercial use.
Why should India not simply choose between American and Chinese models?
Strategic autonomy: India should be able to evaluate and use the best available technologies while retaining control over critical public-sector applications.
Indian requirements: Many global models perform unevenly across Indian languages, dialects, administrative terminology and local socio-economic conditions.
Public-interest applications: AI in agriculture, health, education, justice and welfare delivery requires contextually accurate models and strong accountability.
Data sovereignty: Sensitive government, defence and citizen datasets should not create uncontrolled dependence on foreign platforms.
Competitive ecosystem: India can use foreign open-weight models for research and benchmarking while building indigenous foundational models, smaller domain-specific models and Indian-language datasets.
How is the IndiaAI Mission relevant?
National AI ecosystem: The IndiaAI Mission seeks to develop shared compute capacity, indigenous foundational models, datasets, applications, skills, startup finance and safe and trusted AI.
Affordable compute: Its shared-compute model is intended to provide researchers, startups, MSMEs, students and government bodies access to high-performance computing without each institution building an independent data centre.
Indian models: Selected organisations and academic consortia are developing multilingual, multimodal and sector-specific models using Indian data and languages.
AIKosh: AIKosh functions as a national platform for datasets, models, tools and development resources.
Sovereignty with openness: The objective should not be technological isolation. It should be the capacity to develop, inspect, adapt and govern AI systems according to Indian priorities.
What legal and governance framework applies to AI in India?
Data protection: The Digital Personal Data Protection Act, 2023 and the Digital Personal Data Protection Rules, 2025 regulate the processing of digital personal data, including obligations relating to notice, consent, security safeguards and grievance mechanisms.
Existing legislation: Depending on the application, the Information Technology Act, intellectual-property laws, consumer-protection law, competition law and sector-specific regulations may also apply.
AI Governance Guidelines: India has adopted a principle-based, risk-based and techno-legal approach centred on trust, people-first development, fairness, accountability, explainability and safety.
Institutional coordination: The Government has constituted the AI Governance and Economic Group as an inter-ministerial mechanism. The IndiaAI Safety Institute and expert bodies are intended to strengthen evaluation, standards and safety research.
Sectoral responsibility: Banks, hospitals, insurance companies, telecom operators and government agencies remain accountable under their respective regulatory frameworks even when decisions are supported by AI.
How does the issue relate to global AI governance?
European Union: The EU AI Act follows a risk-based model and imposes proportionate obligations on general-purpose AI providers, with additional requirements for models posing systemic risks.
UNESCO: The UNESCO Recommendation on the Ethics of Artificial Intelligence emphasises human rights, dignity, transparency, fairness, sustainability and human oversight.
China’s position: China’s recent international AI documents promote open-source ecosystems, industrial applications, international standards cooperation and ethics governance.
India’s possible role: India can advocate affordable access for the Global South while supporting safeguards for privacy, security, linguistic diversity, competition and democratic accountability.
Are Chinese AI models likely to determine the future of the technology race?
Narrowing capability gap: Chinese models have become competitive on several coding, reasoning and agentic benchmarks, indicating that the frontier is no longer occupied exclusively by a few US laboratories.
Continuing American strengths: US firms retain major advantages in advanced chips, capital, data-centre capacity, research institutions, cloud distribution and global enterprise relationships.
China’s diffusion advantage: Affordable open-weight releases could accelerate adoption and make Chinese models important building blocks even where they are not the strongest models overall.
No single winner: Future leadership will depend on whether a country can convert research into reliable models, industrial productivity, secure infrastructure, global standards and widespread applications.
Central conclusion: Kimi K3 does not by itself settle the US-China AI contest. It demonstrates that openness, efficiency and distribution may become as strategically important as model size and access to the most advanced hardware.
Data Crunch
Kimi K3 activates approximately 104 billion parameters for an input rather than activating its entire model capacity.
Its routing system selects 16 specialised experts from a pool of 896 experts for each token.
The model’s documented context length is 1,048,576 tokens, enabling it to process unusually large documents or software repositories.
Moonshot reports an approximately 2.5-times improvement in overall scaling efficiency compared with Kimi K2.
Moonshot recommends supernode deployment configurations containing at least 64 accelerators for large-scale independent operation, demonstrating the infrastructure demands of frontier open-weight models.
India’s common-compute facility had onboarded more than 38,000 GPUs, while twelve teams had been shortlisted for indigenous foundational models.
Under the Safe and Trusted AI pillar, the Government reported 13 responsible-AI projects, 58 AI Centres of Excellence and 27 India Data and AI Labs.
Way Forward
Build sovereign capabilities: India should pursue sovereign AI capability across models, datasets, semiconductors, cloud infrastructure, cybersecurity and applications rather than treating sovereignty as merely producing one large language model.
Develop efficient Indian models: India may gain more from multilingual small and medium models specialised for governance, agriculture, healthcare, education and law than from competing only on headline parameter counts.
Improve data quality: AIKosh and other public-data initiatives should provide well-documented, representative and legally usable datasets with safeguards for consent, privacy, intellectual property and community interests.
Establish Indian evaluation benchmarks: Models should be tested across Indian languages, factual accuracy, constitutional values, cultural contexts, cyber safety and public-service applications.
Mandate model documentation: Government procurement should require model cards, licence disclosure, data-provenance information, security testing, energy estimates and known limitations.
Secure the model supply chain: Critical-sector deployments should use verified model files, controlled updates, audit logs, red-team testing and isolation from sensitive networks where necessary.
Use proportionate access controls: Extremely capable dual-use models may require risk-based access controls, while smaller research and public-interest models should remain widely accessible.
Strengthen compute infrastructure: Shared national computing resources should be combined with domestic semiconductor design, advanced packaging, high-speed networking, data-centre efficiency and renewable energy.
Promote competition: Interoperable interfaces and portable models can prevent excessive dependence on one foreign or domestic provider.
Deepen international cooperation: India should work with the Global South, Quad partners, the European Union, UNESCO and other forums to develop inclusive standards that balance innovation, safety and equitable access.
UPSC Prelims Facts
AI Concepts
Model weights: Numerical parameters learned by a neural network during training.
Parameter count is not the same as the number of parameters activated during inference.
Mixture-of-Experts: Architecture in which a routing mechanism activates selected expert networks for each input.
Inference: Use of a trained model to generate an output.
Fine-tuning: Additional training of a foundational model for a specific task or dataset.
Context window: Maximum amount of input information a model can process in one interaction.
Multimodal AI: AI capable of processing more than one data type, such as text and images.
Agentic AI: AI that plans, uses tools and completes multi-step tasks.
Knowledge distillation: Transfer of capabilities from a teacher model to another model using the teacher’s outputs.
Quantisation: Representation of model values at lower numerical precision to reduce memory and computing requirements.
Models and Institutions
Kimi K3 was developed by Moonshot AI.
DeepSeek, Moonshot AI, Alibaba’s Qwen team and MiniMax are associated with China’s generative-AI ecosystem.
The Open Source Initiative issued the Open Source AI Definition 1.0.
Open-weight AI and open-source AI are not necessarily identical.
An API enables software applications to communicate with and use another service or model.
India
The IndiaAI Mission was approved to develop India’s AI ecosystem through seven pillars.
AIKosh is India’s national platform for AI datasets, models, tools and related resources.
The IndiaAI Compute initiative provides shared access to high-performance computing resources.
The AI Governance and Economic Group is an inter-ministerial AI-governance mechanism.
The IndiaAI Safety Institute is associated with safety research, testing and trusted AI.
Legal and Governance
The Digital Personal Data Protection Act was enacted in 2023.
The Digital Personal Data Protection Rules, 2025 support implementation of the DPDP Act.
India’s AI Governance Guidelines adopt a risk-based and techno-legal approach.
The EU AI Act follows a risk-based regulatory framework.
The UNESCO Recommendation on the Ethics of Artificial Intelligence was adopted by UNESCO member states in 2021.
UPSC Previous Year Questions (PYQs)
Introduce the concept of Artificial Intelligence (AI). How does AI help clinical diagnosis? Do you perceive any threat to privacy of the individual in the use of AI in healthcare?UPSC Mains GS3, 2023
UPSC Mains Practice Questions
The emerging AI competition is increasingly a contest over open models, semiconductors, data, standards and global technological ecosystems rather than model performance alone. Examine this statement and discuss the strategy India should adopt to achieve innovation, strategic autonomy and responsible AI governance.
UPSC Prelims Practice MCQs
- Which one of the following statements regarding model parameters is correct?01 Aug 2026
- Consider the following pairs:1.IndiaAI Mission — Development of India’s AI ecosystem2.UNESCO Recommendation on the Ethics of AI — International ethical framework for AI3.EU AI Act — Risk-based regulation of artificial intelligenceHow many of the above pairs are correctly matched?01 Aug 2026
- Which one of the following best describes knowledge distillation in artificial intelligence?01 Aug 2026
- AIKosh is associated with which of the following?01 Aug 2026
- With reference to a Mixture-of-Experts model, consider the following statements:1.It contains multiple specialised neural networks.2.Every expert network must be activated for every input.3.A routing mechanism may select only certain experts for a token.Which of the statements given above are correct?01 Aug 2026
- What is generally meant by an open-weight artificial intelligence model?01 Aug 2026
Sources
Moonshot AI — Kimi K3 official repository, architecture, model summary and evaluation results: https://github.com/MoonshotAI/Kimi-K3
Moonshot AI — Kimi K3 technical paper, “Open Frontier Intelligence”: https://arxiv.org/abs/2607.24653
Moonshot AI — Official Kimi K3 technology and release blog: https://www.kimi.com/blog/kimi-k3
Moonshot AI — Kimi K3 custom licence and commercial-use conditions: https://github.com/MoonshotAI/Kimi-K3/blob/main/LICENSE
DeepSeek — Official transparency centre and model documentation: https://www.deepseek.com/en/transparency/
Open Source Initiative — Open Source AI Definition 1.0: https://opensource.org/ai/open-source-ai-definition
Open Source Initiative — Explanation of open weights and their distinction from open-source AI: https://opensource.org/ai/open-weights
The Indian Express — Moonshot AI unveils Kimi K3 and its technical features: https://indianexpress.com/article/technology/artificial-intelligence/moonshot-ai-unveils-kimi-k3-what-to-know-10790919/
The Indian Express — Release of Kimi K3 model weights under a custom licence: https://indianexpress.com/article/technology/artificial-intelligence/china-moonshot-ai-kimi-k3-model-weights-custom-licence-10807478/
The Indian Express — Debate over Chinese open-weight models, affordability and US industry response: https://indianexpress.com/article/technology/artificial-intelligence/why-top-tech-ceos-warming-to-chinese-ai-models-10800032/
Ministry of Foreign Affairs of China — Chair’s Statement of the 2026 World Artificial Intelligence Conference and High-Level Meeting on Global AI Governance: https://www.fmprc.gov.cn/eng/xw/zyxw/202607/t20260717_11984715.html
Government of China — Action plan on international AI cooperation and development: https://english.www.gov.cn/news/202607/17/content_WS6a5a1bbec6d00ca5f9a0c474.html
Government of China — State Council policy on implementation of the “Artificial Intelligence Plus” initiative: https://www.nda.gov.cn/sjj/swdt/xwfb/0826/20250826173046592282838_mobile.html
The White House — America’s AI Action Plan: https://www.whitehouse.gov/releases/2025/07/white-house-unveils-americas-ai-action-plan/
The White House — Executive Order on promoting export of the American AI technology stack: https://www.whitehouse.gov/presidential-actions/2025/07/promoting-the-export-of-the-american-ai-technology-stack/
Press Information Bureau — Progress of the IndiaAI Mission and indigenous foundational-model programme: https://www.pib.gov.in/PressReleasePage.aspx?PRID=2227612&lang=1®=46
Press Information Bureau — India AI Governance Guidelines and seven guiding principles: https://www.pib.gov.in/PressNoteDetails.aspx?ModuleId=3&NoteId=157370&lang=1®=3
Press Information Bureau — Constitution of the AI Governance and Economic Group: https://www.pib.gov.in/PressReleasePage.aspx?PRID=2252739&lang=1®=1
Press Information Bureau — Safe and Trusted AI initiatives under the IndiaAI Mission: https://www.pib.gov.in/PressReleasePage.aspx?PRID=2289946&lang=1®=3
Ministry of Electronics and Information Technology — Digital Personal Data Protection Rules, 2025: https://www.meity.gov.in/documents/act-and-policies/digital-personal-data-protection-rules-2025-gDOxUjMtQWa
European Commission — Official overview of the European Union Artificial Intelligence Act: https://digital-strategy.ec.europa.eu/en/factpages/ai-act
UNESCO — Recommendation on the Ethics of Artificial Intelligence: https://www.unesco.org/en/artificial-intelligence/recommendation-ethics
Union Public Service Commission — Previous question papers: https://www.upsc.gov.in/examinations/previous-question-papers
Project-format reference — Final UPSC Current Affairs Project Instructions.