Create an API key
Open API Keys.

- Key name: Use a clear name, such as
LLM-key, so you can manage keys by project. - Usage limit: Set unlimited usage or a fixed Credits limit. When the key reaches the limit, it stops working.
- Reset type: Choose no reset, daily, weekly, or monthly reset. Weekly and monthly resets use UTC time.
- Expiration: Choose no expiration, 7 days, or 30 days.
Browse the model catalog
Open Models and choose the LLM, image, video, or audio model you need.
Call a model with the API
PowerTokens provides OpenAI-compatible APIs. For most OpenAI SDKs, update the Base URL and use the API key you created. Base URL:Debug models in the Playground
Open Models, then open a model detail page. You can test model behavior in the Playground without writing code first.
- Debug prompts
- Compare model outputs
- Test parameters
- Validate prototypes