Skip to main content

Proposals

This section contains proposals for adding new models to KAITO. Each proposal describes the process of evaluating and integrating new OSS models into the KAITO ecosystem.

Proposal Template

Before creating a new model proposal, please use the following template: Model Proposal Template

Current Proposals

Below are the current model proposals in various stages of integration:

Provisional Status

Integrated Status

Proposal Process

For detailed information about the model onboarding process, see the Model Onboarding Guide.

Step 1: Create a Proposal

Use the model proposal template to describe the target OSS model, including licensing, usage statistics, and technical requirements.

Step 2: Model Validation

KAITO maintainers validate and test the proposed model using the specified runtime.

Step 3: Image Publishing

If licensing allows, model images are published to Microsoft Container Registry (MCR).

Step 4: Integration

Implement preset configurations and inference interfaces for the model.

Step 5: Testing

Add comprehensive E2E tests to ensure the model works correctly with KAITO.

Contributing a Proposal

To contribute a new model proposal:

  1. Fork the KAITO repository
  2. Copy the model template to website/docs/proposals/YYYYMMDD-<model-name>.md
  3. Fill out all required sections
  4. Submit a pull request for review

The proposal status will be updated as it progresses through the integration pipeline.