Frequently asked questions
Quick answers — dig into linked guides when you need code.
What request format does Rodium use?
Chat completions follow the JSON fields documented in POST /v1/chat/completions — call https://api.rodiumai.io/v1 with your Rodium key. Start from the Quickstart for ready-to-copy examples.
How do API keys look?
Keys issued from the dashboard use the Rodium-specific prefix illustrated in docs (example: rh_sk_*). Rotate keys from Billing / API Keys when staff changes.
What is a RODI?
RODI is the internal prepaid unit for inference. Charges accrue based on tokens and published per-model rates in Pricing and returned on usage payloads.
Can I pay with Mobile Money?
Yes — top-ups are designed around the methods common across our launch markets. Purchases reconcile to your RODI balance for API usage.
How are rate limits applied?
Limits depend on account tier and platform health — treat 429 responses as signals to backoff with jitter. Operational numbers may evolve; watch status channels and dashboards.