pokkit — AI orchestration as a service¶
pokkit gives you a single OpenAI-compatible endpoint that intelligently routes requests between Anthropic Claude, Together AI open-weights models (Qwen, DeepSeek, and more), and OpenRouter — so you can access the best model for any task without managing multiple API integrations. Every request is authenticated per-client, logged for observability, and dispatched to the right provider automatically.
Features¶
Drop-in OpenAI-compatible API
Use the same request format you already know — POST /v1/chat/completions with model, messages, stream, and the rest. No SDK changes required.
Smart provider routing
Claude models go to Anthropic. Qwen and DeepSeek models go to Together AI. Everything else routes to OpenRouter. The engine picks the right upstream automatically based on the model string you send.
Per-client auth + logging
Every request is authenticated with a bearer token tied to a named client. The orchestrator logs { client, provider, model } on every call, giving you a clean audit trail across all your integrations.
Get started¶
Ready to make your first call? → Quickstart