Account
What perks do new users get?
What perks do new users get?
Can I delete my account?
Can I delete my account?
Forgot password
Forgot password
Top-ups & invoices
Payment succeeded but credit hasn't arrived?
Payment succeeded but credit hasn't arrived?
Can I get a refund?
Can I get a refund?
- Unspent balance within 30 days: refunded to the original method, minus payment-channel fees.
- Over 30 days: no refund, but it can be transferred to another account or kept on the account balance for continued use.
- Crypto / redemption codes: no cash refund.
How do I request an invoice?
How do I request an invoice?
Do you support enterprise / corporate bank transfers?
Do you support enterprise / corporate bank transfers?
API calls
What Base URL should I use?
What Base URL should I use?
- OpenAI-compatible protocol:
https://openp.ai/v1 - Claude / Gemini native protocols:
https://openp.ai(without/v1; the SDK completes the path)
Why does calling a model return model_not_allowed?
Why does calling a model return model_not_allowed?
- The token’s model allowlist doesn’t include this model → edit the token to add permission.
- The model is only open to a higher tier → upgrade your account group.
- The model is retired → confirm in the console model list whether it’s still available.
What should I do about a 429?
What should I do about a 429?
- Implement exponential-backoff retries on the client.
- Reduce concurrency or merge requests.
- Upgrade to a higher tier for a larger quota.
Do you support the OpenAI Assistants API?
Do you support the OpenAI Assistants API?
Can I call it directly from the browser?
Can I call it directly from the browser?
Models & billing
Why is the price I see higher / lower than OpenAI's official price?
Why is the price I see higher / lower than OpenAI's official price?
Why don't reasoning tokens (reasoning_tokens) appear in content?
Why don't reasoning tokens (reasoning_tokens) appear in content?
thinking and Gemini thinkingConfig modes do return thinking content explicitly.
See Reasoning & thinking.How much can prompt caching save?
How much can prompt caching save?
Are Midjourney / Suno failed tasks billed?
Are Midjourney / Suno failed tasks billed?
Logs & deployment
Does OpenPAI record my prompt content?
Does OpenPAI record my prompt content?
Do you support self-hosted deployment?
Do you support self-hosted deployment?