Quickstart
JoyToken is an OpenAI-compatible model gateway. Your application sends model requests to JoyToken, and JoyToken handles API keys, routing, policies, wallet limits, usage, and billing attribution.
Required Values
Step 1: Set the Environment
Keep API keys in server-side environment variables, secret managers, or CI/CD secrets. Do not put them in browsers, mobile apps, public repositories, or logs.
Step 2: Send a Request
A successful response includes model output in choices[0].message.content.