Skip to main content
Version: Next

Proposals

This section contains proposals for significant KAITO features and model integrations. Some proposals describe how new OSS models are evaluated and integrated, while others define broader platform or API changes.

Proposal Template

Before creating a new proposal, use the appropriate template in docs/proposals.

Current Proposals

Below are the current 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 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.