One request shape
Use the familiar chat-completions endpoint with streaming and model selection. The auto class lets the router choose inside your policy.
OpenAI-compatible LLM API
Omnious exposes 327 catalogued model classes through one API. Point an OpenAI-compatible client at the Omnious base URL, fund a bounded credit key, and let live providers compete on price and measured service.
curl https://api.omnious.xyz/v1/chat/completions \
-H "x-credit-key: $OMNIOUS_CREDIT_KEY" \
-H "content-type: application/json" \
-d '{
"model": "auto",
"messages": [{"role": "user", "content": "Explain this trace"}],
"stream": true
}'Credit keys are spend capabilities. Put one in a secret manager, set a narrow budget, and never ship it in browser code.
Use the familiar chat-completions endpoint with streaming and model selection. The auto class lets the router choose inside your policy.
Providers submit executable asks. The winning route and clear are decided for the request instead of copied from a static reseller price list.
A prepaid credit key reserves a bounded amount and captures the metered token cost. The final charge follows the receipt, not the reservation.
The response records the measured usage and economic path needed to reconstruct what was charged and why.