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
/v1API
Start here
- Quickstart — create a key and send your first request
- Core concepts — routes, keys, and the route-based model
- Providers and Playground — verify route/provider readiness in the console
- JavaScript SDK or Python SDK
- 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.