---
title: "CodeGeeX"
type: "tool"
slug: "zai-org-codegeex"
canonical_url: "https://www.graphcanon.com/tools/zai-org-codegeex"
github_url: "https://github.com/zai-org/CodeGeeX"
homepage_url: "https://codegeex.cn"
stars: 8796
forks: 689
primary_language: "Python"
license: "Apache-2.0"
archived: false
categories: ["model-training", "developer-tools"]
tags: ["pretrained-models", "python", "tools", "code-generation"]
updated_at: "2026-07-11T23:20:19.306553+00:00"
---

# CodeGeeX

> CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

## Facts

- Repository: https://github.com/zai-org/CodeGeeX
- Homepage: https://codegeex.cn
- Stars: 8,796 · Forks: 689 · Open issues: 188 · Watchers: 85
- Primary language: Python
- License: Apache-2.0
- Last pushed: 2024-08-13T05:59:38+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Dormant (computed 2026-07-11T23:20:07.809Z)
- Security scan: Findings present (0 critical, 0 high, 0 medium, 85 low) · last scan 2026-07-11T23:20:09.632Z
- Full report: [trust report](/tools/zai-org-codegeex/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/zai-org-codegeex/trust)

## Categories

- [Model Training](/categories/model-training.md)
- [Developer Tools](/categories/developer-tools.md)

## Tags

pretrained models, python, tools, code-generation

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [ECC](/tools/affaan-m-ecc.md) - The agent harness performance optimization system for AI agents (★ 228,395) [Very active]
- [tensorflow](/tools/tensorflow-tensorflow.md) - An Open Source Machine Learning Framework for Everyone (★ 196,300) [Very active]
- [n8n](/tools/n8n-io-n8n.md) - Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. (★ 196,027) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [JavaGuide](/tools/snailclimb-javaguide.md) - Java Interview & Backend General Guide, covering computer basics, databases, distributed systems, high concurrency, system design, and AI application development (★ 156,948) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
## Getting Started

CodeGeeX is initially implemented in Mindspore and trained Ascend 910 AI Processors. We provide a torch-compatible version based on [Megatron-LM](https://github.com/NVIDIA/Megatron-LM) to facilitate usage on GPU platforms.

---

### Installation

Python 3.7+ / CUDA 11+ / PyTorch 1.10+ / DeepSpeed 0.6+ are required. Install ``codegeex`` package via: 
```bash
git clone git@github.com:THUDM/CodeGeeX.git
cd CodeGeeX
pip install -e .
```
Or use [CodeGeeX docker](https://hub.docker.com/r/codegeex/codegeex) to quickly set up the environment (with [nvidia-docker](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker) installed):
```bash
docker pull codegeex/codegeex:latest

---

## License

Our code is licensed under the [Apache-2.0 license](LICENSE).
Our model is licensed under the [license](MODEL_LICENSE).
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/zai-org-codegeex`](/api/graphcanon/tools/zai-org-codegeex)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
