RF OpenAI endpoint
https://ronfin.top/api/v1Documentation Center
Guides for downstream customers using RonFin API keys, OpenAI-compatible endpoints, model allowlists, billing limits, and support workflows.
Use your RonFin sk_rf_* key with the OpenAI-compatible TokenHub channel API.
OverviewEndpoint, request policy, billing formula, and common integration flow.
RF OpenAI endpoint
https://ronfin.top/api/v1Supported route
POST /api/v1/chat/completionscurl https://ronfin.top/api/v1/chat/completions \
-H "Authorization: Bearer sk_rf_your_customer_key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v3.1",
"messages": [{"role": "user", "content": "Hello through RonFin TokenHub"}],
"temperature": 0.3
}'400 unsupported_model / model_not_allowed
401 invalid_customer_key
402 monthly_limit_exceeded
503 supplier_not_configured