# Using Kimi K2.5 with Pi via Synthetic

til · 2026-01-29

import PiExtensionLink from '@components/content/PiExtensionLink.astro';

Very meta: wanted to use Kimi K2.5 via Synthetic, so I had Pi set up a one-off extension that creates the provider and defines its model. Then reloaded Pi and asked Kimi to create the Synthetic provider.

<PiExtensionLink
  command="pi install npm:@aliou/pi-synthetic"
  href="https://www.npmjs.com/package/@aliou/pi-synthetic"
  label="Install Pi extension"
/>

<PiExtensionLink
  command="pi install git:https://github.com/aliou/pi-synthetic"
  href="https://github.com/aliou/pi-synthetic"
  label="Install Pi extension"
/>
