🔌One endpointStandard /v1/chat/completions, with streaming. Change a base URL and a key; leave the rest of your code alone.
🔄OpenAI compatibleopenai-python, openai-node, or a plain curl — anything that speaks the OpenAI protocol works unchanged.
🧩Many models, one keyClaude, GPT / Codex and Gemini behind a single address — switching models is one string.
🔍AttributableEvery request lands in the usage log with its own token counts and cost, against the API key that made it.
💰Pay as you goNo subscription, no seat fees, no monthly minimum. Live per-model prices are published in Model Square.
🧭Jev Smart RoutingDescribe a situation, ask a few questions, and get judgements back with probabilities — for routing, classifying and prioritising requests.Learn about Jev