The Forii control panel at app.forii.in is what the external world sees. Three sections, one screen:
- API Keys → create & delete keys
- Usage → token limit & token counter by model, next reset time
- Recent Requests → last few API requests & responses
Forii is on the Free Plan only right now. Paid tiers (Starter, Pro, Enterprise) are on the roadmap. No billing, invoices, or payment methods — just the keys and usage you need to build.
API Keys
Create and delete API keys for programmatic access. Each key starts with forii_sk_ and is shown only once at creation.
| Action | How |
|---|
| Create a key | Click Create New Key, enter a name, copy the key (shown once) |
| View keys | See name, masked key, created date, last used, status |
| Delete a key | Click Revoke — immediate, in-flight requests will fail |
| Name | Key (masked) | Created | Last Used | Status | Actions |
|---|
| prod-api | forii_sk_...x7f2 | Jan 10 | 2 min ago | active | Revoke |
| dev-testing | forii_sk_...a3b1 | Jan 8 | 3 days ago | active | Revoke |
API keys are shown only once at creation. Store them in environment variables, not in source code.
Usage
Token usage for the Free Plan, broken down by model. The counter shows how much you’ve used against your plan limit and when the limit resets.
| Model | Prompt Tokens | Completion Tokens | Limit | Used | Resets |
|---|
| forii/deepseek-v3 | 125,000 | 34,000 | 100K / min | 62% | 00:00 UTC tomorrow |
| forii/llama-4-scout | 40,000 | 12,000 | 100K / min | 28% | 00:00 UTC tomorrow |
| forii/embed-v3 | 80,000 | — | 100K / min | 41% | 00:00 UTC tomorrow |
Free Plan limits:
| Limit | Value |
|---|
| Requests per minute (RPM) | 60 |
| Prompt tokens per minute (TPM) | 100K |
| Completion tokens per minute (TPM) | 10K |
The next reset time is when your per-minute counters roll over. If you hit a limit, wait for the reset — the dashboard shows the countdown.
Recent Requests
The last few API requests and responses, so you can debug without reaching for the CLI.
| Time | Model | Prompt | Completion | Latency | Status |
|---|
| 10:32:15 | forii/deepseek-v3 | 18 | 156 | 320ms | 200 |
| 10:31:42 | forii/deepseek-v3 | 240 | — | — | 429 |
| 10:30:58 | forii/embed-v3 | 10 | — | 45ms | 200 |
Shows the last 50 requests. Click a row to see the full request and response (stored 7 days).