Use a familiar request format while keeping public model identifiers stable.
One API for reliable model access.
Use an OpenAI-compatible interface to manage model access, routing priority, and usage records through one customer console.
Control the path from Key to model.
Create scoped customer Keys, prioritize compatible model groups, and inspect how completed requests are charged.
Assign compatible groups to a Key in the order your application should try them.
Review model, group, metered units, and Credits charged for completed requests.
Start with an OpenAI-compatible request.
The production model catalog and rates are published in the customer console.
curl https://api.fluxenx.com/v1/responses \
-H "Authorization: Bearer YOUR_FLUXENX_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "MODEL_ID", "input": "Hello" }'Unified AI API, explained.
What is the fluxenx unified AI API?
It is one OpenAI-compatible API surface for supported model access, customer Keys, routing controls, and usage records.
How does request routing work?
A customer Key selects compatible groups in priority order. The platform records the group that completes the request.
How is usage charged?
Customers prepay fluxenx Credits. Completed requests use the rate for the model and group that served the request.