Quickstart
Make your first API call in under five minutes. No prior setup required beyond a free Swytcho account.
Authentication
Learn how to generate and securely use API keys to authenticate every request you send to Swytcho.
API Reference
Explore every endpoint, parameter, and response schema in the full Swytcho API reference.
Integrations
Connect Swytcho to your existing stack — LangChain, LlamaIndex, Vercel AI SDK, and more.
What you can build
Swytcho exposes a clean, OpenAI-compatible interface, so anything you can build with a standard chat completion API works out of the box — and you gain the freedom to switch models as your needs evolve.- Text generation — Generate long-form content, summaries, translations, and structured data from any supported model.
- Chat completions — Build multi-turn conversational experiences using the familiar
messagesarray format. - Streaming — Stream tokens to your UI in real time by setting
"stream": trueon any completion request. - Embeddings — Create vector representations of text for semantic search, clustering, and retrieval-augmented generation.
- Function calling — Define tools your model can invoke, enabling agents that take real-world actions based on user input.