🔌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.
💰Metered per tokenNo subscription, no seat fees, no monthly minimum. Cached input tokens bill at their own lower rate.
🔍AttributableEvery request lands in the usage log with its own token counts and cost, against the API key that made it.