LatentKit

Introduction

Integrate applications with LatentKit through a single route-based AI gateway.

LatentKit gives your application one API surface for chat, embeddings, images, vision, audio, and more. You send task-shaped requests; the API key's assigned route selects the provider and model at runtime.

What you get

  • One base URL: https://ai.latentkit.com
  • One authorization model: Authorization: Bearer <api-key>
  • Route-based routing: change providers in the console without redeploying app code
  • Official JavaScript and Python SDKs for the /v1 API

Start here

  1. Quickstart — create a key and send your first request
  2. Core concepts — routes, keys, and the route-based model
  3. Providers and Playground — verify route/provider readiness in the console
  4. JavaScript SDK or Python SDK
  5. Build with AI — generate safe prompts for Cursor, Windsurf, Claude, and other AI tools

Console companion

After sign-in, the LatentKit console includes workspace-aware developer tools: selected API key, route status, and copyable examples. Public documentation lives here; the console adds live workspace context.

On this page