Quick Start

openFluxHub is an OpenAI-compatible API gateway. Change the base URL, keep your existing SDK, and call GPT, Claude, Gemini, Grok, and more with one key.

API base URL

Point every client at this base (OpenAI SDK `base_url` / `baseURL`):

Full chat path example: https://openfluxhub.com/v1/chat/completions

https://openfluxhub.com/v1

Step 1: Get an API Key

Create a token in the console. The secret is shown only once — store it as an environment variable.

Step 2: Discover available models

Do not hard-code a marketing name. Ask the API which model IDs your key can call, or browse public pricing.

Step 3: Send a request

Step 4: Poll async tasks

Image and video jobs may return a task id. Poll until the result is ready.

Back to docs · FAQs · Pricing