Providers
Configure each LLM provider once. Keys are encrypted at rest. Enable a provider to make it callable through the gateway.
Client keys
Keys your other apps use to authenticate to unifai. Send as Authorization: Bearer <key>.
| Name | Key | Last used | Created |
|---|
Account
Change your dashboard password.
Price discovery admin
When a call uses a model with no saved price, unifai looks it up on the internet (fallback: this default LLM) and saves it. Also used by the Pricing page's "Refresh & verify".
Gateway admin
How long the gateway waits for a provider to respond before timing out a call. Streaming calls use this only to connect; then they run as long as data keeps flowing.
Playground
Mirrors an external app: sends your unifai client key to the gateway (POST /v1/chat). unifai then uses the provider key you saved under Settings β you never enter a provider key here.
Equivalent request β copy this into your app
β
Usage reports
Actual usage across providers, models and calling apps.
| Key | Reqs | Tokens | Cost | Avg ms |
|---|
Show recent requests
| Time | Provider | Model | App | Functionality | Tokens | Cost | ms | Status |
|---|
Usage limits
Cap spend by budget over a period. A hard limit makes the gateway return a "limit reached" error once the budget is hit; a warning limit emails you but keeps serving requests.
| Applies to | Period | Budget | Spent | Type | Enabled |
|---|
Model prices
All saved prices (USD per 1M tokens). Unknown models get looked up automatically via your default LLM; "Refresh & verify" re-checks every saved price.
| Provider | Model | Input $/1M | Output $/1M | Source | Updated |
|---|
Use this for models the default LLM can't find (e.g. brand-new ones). Prices are USD per 1M tokens.
Users
Invite people to unifai. Each user sets up their own provider keys and sees only their own usage.
Create an invite link and send it to them. They click it, set a password, and configure their own keys.
| Name | Role | Status | Joined |
|---|
| Role | Created | Expires | Link |
|---|
Using the API
Point any app at unifai. One endpoint, any provider.