Dashboard
Sign in with your API key
Enter your API key (sk-...). It is stored only in your browser (localStorage).
Account
Rate limit
—
Monthly limit
—
Key
—
Usage this month
—
Usage by model
| Model | Requests | Tokens (this month) |
|---|---|---|
| Loading… | ||
Available models
| Model | Multiplier | Grade | Vision |
|---|---|---|---|
| Loading… | |||
Setup guide
Point your OpenAI client at the endpoint below. Your key: sk-...
1 from openai import OpenAI
2
3 client = OpenAI(
4 base_url="https://api.nbhooks.my.id/v1",
5 api_key="sk-...",
6 )