Create a free account and grab a key from the dashboard. Every new account starts with $5 in credits — no card required.
Create an accountEndpoints are OpenAI-compatible — point your existing SDK at our base URL and pass any model from the catalog.
Responses stream back as JSON, with usage and timing metadata on every call.
Every request is authenticated with a bearer token in the Authorization header. Keys are scoped per project and can be rotated anytime from the dashboard — never share one in client-side code.
Pass "stream": true to receive server-sent events, token by token — ideal for chat interfaces.
Errors return standard HTTP status codes with a JSON body describing the issue, plus a request_id for support.
Pay-as-you-go accounts share a request pool. Need higher throughput? The Scale plan raises your limits — see pricing.
Official clients for Python and Node — both are drop-in replacements for the OpenAI SDK.