Quickstart
Make your first request in under a minute.
Kontinent’s data plane is OpenAI-compatible. If you already talk to OpenAI, you change two things: the base URL and the API key.
1. Set your base URL and key
Local development runs the gateway at http://localhost:4000. The dev stack
seeds a key automatically — see the repository README.
2. Send a chat completion
3. Stream the response
Set stream: true to receive Server-Sent Events as the model generates.
TypeScript
See Streaming for the SSE wire format and timeout behavior.

