Cut LLM costs by 80% with custom SLMs

From production traces to a deployed model in a day.

cost per 1M tokens, LLM = 100%100%50%20%00714daysproprietary LLMSLM readySLM deployedSLM v2 readySLM v2 deployed

30M+ people use distil labs models today

Knowunity logoIBM Power logoMacPaw logoOctodet logo
Comand logoKatrum logoRocketgraph logo

Why teams switch to custom SLMs

Lower costs, same accuracy

Custom SLM tuned to your task matches frontier accuracy from a 100x smaller model, which means 80% lower cost-per-request.

Train and integrate in 1 day

Building an SLM requires 10 minutes of human effort; it deploys behind an OpenAI-compatible endpoint, so integration is changing your URL.

Take control of your model

A custom SLM puts you in control of your inference cost, rate limits, and roadmap. The model is yours to run where you need it.

How it works

  1. 1

    Route 1% of your traffic

    Point 1% of production traffic at your distil labs endpoint. It forwards each request to your LLM so responses are unchanged, and captures the traces used to create synthetic data for SLM training.

    client = OpenAI(
    -   base_url="https://api.openai.com/v1",
    +   base_url="https://ead9fb75.i.distillabs.ai/v1",
        api_key="your-distil-api-key",
    )
  2. 2

    Build and deploy your SLM

    From traces to a deployed SLM in four commands. Behind each one, distil labs handles the hard ML engineering, so you can deploy with confidence.

    $ distil traces from ead9fb75
    ✓ Traces trc_5f21 captured from endpoint ead9fb75
    
    $ distil synthetic-data from trc_5f21
    ✓ Synthetic data synth_a4f9 created from traces trc_5f21
    
    $ distil slm from synth_a4f9
    ✓ Training slm_b46f created from synthetic data synth_a4f9
    
    $ distil endpoint ead9fb75 deploy slm_b46f
    ✓ Endpoint ead9fb75 now served by slm_b46f
  3. 3

    Send 100% of your traffic

    Send all traffic to the same endpoint. It now serves your SLM at a fraction of the cost.

How it works

Step 1 of 3

Route 1% of your traffic

Point 1% of production traffic at your distil labs endpoint. It forwards each request to your LLM so responses are unchanged, and captures the traces used to create synthetic data for SLM training.

client = OpenAI(
-   base_url="https://api.openai.com/v1",
+   base_url="https://ead9fb75.i.distillabs.ai/v1",
    api_key="your-distil-api-key",
)

Step 2 of 3

Build and deploy your SLM

From traces to a deployed SLM in four commands. Behind each one, distil labs handles the hard ML engineering, so you can deploy with confidence.

$ distil traces from ead9fb75
✓ Traces trc_5f21 captured from endpoint ead9fb75

$ distil synthetic-data from trc_5f21
✓ Synthetic data synth_a4f9 created from traces trc_5f21

$ distil slm from synth_a4f9
✓ Training slm_b46f created from synthetic data synth_a4f9

$ distil endpoint ead9fb75 deploy slm_b46f
✓ Endpoint ead9fb75 now served by slm_b46f

Step 3 of 3

Send 100% of your traffic

Send all traffic to the same endpoint. It now serves your SLM at a fraction of the cost.

99%1%100%your productLLMdistil labstracessynthetic dataSLM

create synthetic data · validate synthetic data · match synthetic data distribution to target

80% lower cost per request

From our blog

What Our Customers Say

We needed a small model that could power our product on an IBM P11, entirely on-premises. distil labs’ fine-tuned models allowed us to ship a self-contained solution where the SLM and our graph platform coexist on the same hardware. For customers in regulated industries, this means AI-powered query generation with complete data privacy – nothing ever leaves their environment.

David J. Haglin

Co-Founder and CTO at Rocketgraph

Using distil labs, we were able to spin up highly accurate custom small models tailored to our workflows in no time. Those models cut our inference costs by roughly 50% without sacrificing quality. The distil labs team was incredibly supportive as we got started and helped us get to production smoothly.

Lucas Hild

Lucas Hild

Co-Founder & CTO at Knowunity

The distil labs platform accelerated the release of our cybersecurity-specialized language model, KINDI, enabling faster iterations with greater confidence. As a result, we ship InovaGuard improvements sooner and continuously boost investigation accuracy with every release.

Samir Bennacer

Samir Bennacer

Co-Founder and CTO at Octodet

The Team

Selim Nowicki photo

Selim Nowicki

Co-Founder & CEO

Jacek Gołębiowski photo

Jacek Gołębiowski

Co-Founder & CTO

Jonas Verschueren photo

Jonas Verschueren

Founding Engineer

Usman Zafar photo

Usman Zafar

Founding ML Engineer

Maciej Gryka photo

Maciej Gryka

Senior ML Engineer

Bartek Kruszczyński photo

Bartek Kruszczyński

Full Stack Engineer

Gabi Kadlecová photo

Gabi Kadlecová

Machine Learning Researcher

Vineeth Reddy Guda photo

Vineeth Reddy Guda

GTM Engineer

Backed by

Project A Ventures logoNAP VC logohelloworld VC logoAmazon Web Services logoGoogle logoNVIDIA logo

Your first model is free to train

Bring 20 examples or a day of traces. Leave with a model and its eval report.