awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
zai-org avatar

zai-org/CodeGeeX2

0
View on GitHub↗
7,547 stars·535 forks·Python·Apache-2.0·17 viewscodegeex.cn↗

CodeGeeX2

CodeGeeX2 is a large language model and AI programming assistant designed to generate, translate, and document source code across multiple programming languages. It functions as a multilingual code model that converts natural language prompts into executable code and technical documentation.

The project provides a self-hosted AI inference endpoint, allowing the model to be exposed as a web-accessible service. This enables external development tools to integrate automated programming tasks via network calls.

Its core capabilities cover multilingual code generation, automated source code documentation, and the translation of logic between different programming languages.

Features

  • AI Coding Assistants - Functions as an AI assistant that automates code generation, refactoring, and documentation from natural language.
  • AI Source Code Translators - Converts source code between different programming languages while preserving the original logic and functionality.
  • Generative Code Models - Implements a generative code model specialized in synthesizing structured source code from natural language.
  • Multilingual Code Models - Provides a model capable of understanding and generating source code across multiple programming languages.
  • Natural Language Code Generators - Translates natural-language prompts into executable source code and completes existing code snippets.
  • REST Endpoints - Provides RESTful HTTP endpoints for external clients to send prompts and receive generated code.
  • Generative AI Model Serving - Ships a serving infrastructure to distribute generative AI inference workloads for code generation.
  • Model Serving Endpoints - Exposes the AI model via a web interface to allow external applications to request code generation.
  • Self-Hosted AI Models - Supports the deployment of the AI model on private, self-managed infrastructure via a hosted endpoint.
  • Automated Documentation Generation - Automatically drafts descriptive comments and technical documentation by analyzing the logic of existing code.
  • Documentation Comment Generators - Provides automated generation of structured documentation comment blocks from existing source code.

Star history

Star history chart for zai-org/codegeex2Star history chart for zai-org/codegeex2

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does zai-org/codegeex2 do?

CodeGeeX2 is a large language model and AI programming assistant designed to generate, translate, and document source code across multiple programming languages. It functions as a multilingual code model that converts natural language prompts into executable code and technical documentation.

What are the main features of zai-org/codegeex2?

The main features of zai-org/codegeex2 are: AI Coding Assistants, AI Source Code Translators, Generative Code Models, Multilingual Code Models, Natural Language Code Generators, REST Endpoints, Generative AI Model Serving, Model Serving Endpoints.

Which projects share features with zai-org/codegeex2?

Projects with overlapping indexed features include: zai-org/codegeex — CodeGeeX is a multilingual large language model and AI code completion engine designed to generate, translate, and… qwenlm/qwen3-coder — Qwen3-Coder is a specialized large language model designed for software development, technical reasoning, and… salesforce/codegen — CodeGen is a trained large language model and program synthesis model designed to generate functional source code. It… openai/gpt-2 — This project is a transformer-based language model and autoregressive text generator designed to predict the next… zhukunpenglinyutong/idea-claude-code-gui — This project is a JetBrains IDE plugin that integrates large language model coding assistants directly into the… mckaywrigley/ai-code-translator — This project is an AI coding assistant and code translator designed to convert source code from one programming…

Projects sharing features with CodeGeeX2

These projects share indexed features with CodeGeeX2. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • zai-org/codegeexzai-org avatar

    zai-org/CodeGeeX

    8,793View on GitHub↗

    CodeGeeX is a multilingual large language model and AI code completion engine designed to generate, translate, and complete source code across numerous programming languages. It functions as an intelligence layer that synthesizes logic from natural language prompts and existing code snippets. The project provides a specialized source code translator that converts logic and functionality between different programming languages while preserving the original behavior. It also operates as an integrated AI assistant suite, offering extensions that embed generative AI directly into development envi

    Python
    View on GitHub↗8,793
  • qwenlm/qwen3-coderQwenLM avatar

    QwenLM/Qwen3-Coder

    15,615View on GitHub↗

    Qwen3-Coder is a specialized large language model designed for software development, technical reasoning, and automated code synthesis. Built on transformer-based sequence modeling, it functions as a multilingual programming assistant capable of generating, completing, and debugging source code across more than one hundred programming languages. The model distinguishes itself through its capacity to process and maintain logical coherence across massive datasets, supporting context windows of up to one million tokens. This allows for repository-scale reasoning, enabling the model to analyze co

    Python
    View on GitHub↗15,615
  • salesforce/codegensalesforce avatar

    salesforce/CodeGen

    5,175View on GitHub↗

    CodeGen is a trained large language model and program synthesis model designed to generate functional source code. It utilizes a neural network architecture to synthesize executable code from natural language descriptions or partial code snippets. The model enables automated program synthesis and AI-assisted coding by predicting and filling in missing sections of code within a program. It transforms natural language descriptions into functional programming logic to automate the creation of boilerplate and logic.

    Python
    View on GitHub↗5,175
  • openai/gpt-2openai avatar

    openai/gpt-2

    24,967View on GitHub↗

    This project is a transformer-based language model and autoregressive text generator designed to predict the next token in a sequence to produce human-like prose and synthetic text. It functions as a large language model that utilizes a transformer architecture to learn linguistic patterns from large datasets for unsupervised multitask learning. The repository provides a distribution of pre-trained weights, enabling natural language processing tasks without requiring additional training. This allows the model to perform zero-shot task generalization by applying learned patterns to new tasks.

    Python
    View on GitHub↗24,967
Compare all 30 related projects→