Metered AI credits
Sell customer credits based on the prompt and completion tokens your gateway measures.
Build a paid AI API, credit storefront, model aggregator, or customer-facing app on Vireonix. Meter the inference tokens your customers use, set your own retail prices, and sell Vireonix-powered AI access under the public reseller terms.
AI inference tokens are units of processed text, not cryptocurrency or blockchain assets.
Vireonix supplies the upstream language-model response. You supply the customer product: authentication, packages, a credit balance, usage metering, billing, support, and your own user experience. The public terms let you charge for API access or bundle Vireonix-powered inference inside a broader service.
Sell customer credits based on the prompt and completion tokens your gateway measures.
Issue your own API keys and expose an authenticated endpoint backed by Vireonix.
Bundle a monthly inference allowance into a chat, writing, coding, or automation product.
Place Vireonix alongside other providers behind a unified customer interface.
A traditional AI API reseller buys wholesale capacity and marks it up. Vireonix removes that initial upstream purchase for access under the public limits. This can reduce the cost of validating a reseller offer, but free upstream access does not make the rest of the business free: you still pay for your gateway, storage, customer acquisition, fraud prevention, support, payment processing, and any refund obligations.
| Upstream option | Published hourly input | Published hourly output | Your retail unit |
|---|---|---|---|
| Auto | 20M per IP | 200K per IP | Your own credits or token price |
Auto uses custom routing to select the right model. Limits can change and do not create reserved capacity; see current limits.
The public Auto endpoint is designed for immediate, general-purpose access. Resellers with larger workloads or model-specific product requirements can contact Vireonix to discuss a setup that better fits their service.
Tell us your expected request volume, concurrency, input usage, and output usage. We can review whether higher hourly limits or a dedicated capacity arrangement is available.
If your customers require a particular model for compatibility, quality, context length, or tool use, describe the model and why your product needs direct access instead of Auto routing.
Include your use case, launch timeline, target regions, reliability needs, and whether you require streaming or tool calling so we can evaluate the right integration path.
Custom limits and model access depend on available infrastructure and the proposed workload. Contacting us starts a review and does not guarantee reserved capacity or a particular model.
https://vireonix.ai/v1/chat/completions and stream the response back./api/limits; queue, route, or return a clear error as capacity changes.Your reseller gateway keeps customer credentials private and calls Vireonix server-side without an upstream API key.
const upstream = await fetch("https://vireonix.ai/v1/chat/completions", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
model: "auto",
messages: customerMessages,
stream: true
})
});
// Meter usage in your gateway, enforce the customer's credit balance,
// and stream the allowed response to your customer.
You may market generous or effectively unlimited use when your own package supports it, but disclose material limits and never call Vireonix literally unlimited.
Before use, tell customers that prompts, outputs, and chat traces reach Vireonix and may be retained and used for training and improvement.
Normal application infrastructure is allowed. Spoofing identity or rotating abusive proxy networks to escape hourly limits is not.
You are responsible for customer authentication, prices, payments, refunds, support, notices, and the service commitments you advertise.
The controlling requirements are in Section 04 of the Terms of Service.
Yes. The public Terms of Service permit you to sell customer credits or metered AI inference access powered by Vireonix. You must follow the rate limits, acceptable-use rules, customer disclosure requirements, and other reseller terms.
No. Vireonix public API access is free. You create your own retail credit ledger and meter the model tokens processed for each customer. Vireonix does not currently sell or redeem a prepaid wholesale balance.
No. An AI token is a unit for measuring text processed or generated by a language model. It is not a cryptocurrency, security, blockchain asset, or stored-value instrument.
Yes, if the description is accurate and makes clear that the units represent metered Vireonix-powered AI inference. You may not claim to be Vireonix, an exclusive distributor, or an endorsed partner without written permission.
You can build your own customer-facing brand and gateway, but Vireonix does not provide a managed white-label dashboard, billing system, customer keys, or support desk. You build and operate those components.
No. Resale under the public terms does not include reserved capacity, exclusivity, or an uptime service-level agreement. Hourly per-IP budgets and service availability rules continue to apply.
Tell customers before use that their prompts, outputs, and related traces are sent to Vireonix and may be retained and used for model training and improvement. Link them to the Vireonix Privacy Policy and provide any notices required for your own service.
Start with the free API today. Questions about a larger commercial deployment are welcome.