UNIFIED AI API / PREPAID CREDITS

One API for reliable model access.

Use an OpenAI-compatible interface to manage model access, routing priority, and usage records through one customer console.

ROUTING CONTROL PLANE
API KEYYour application
GROUP PRIORITYCompatible route
USAGEMetered record
DESIGNED FOR OPERABLE ACCESS

Control the path from Key to model.

Create scoped customer Keys, prioritize compatible model groups, and inspect how completed requests are charged.

Compatible API

Use a familiar request format while keeping public model identifiers stable.

Route priority

Assign compatible groups to a Key in the order your application should try them.

Usage evidence

Review model, group, metered units, and Credits charged for completed requests.

API FORMAT

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" }'
QUESTIONS

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.