Skip to content

Dashboard Overview

The Tokeness console is used to manage models, keys, logs, and balance. After signing in, the overview page is shown by default.

Tokeness console overviewTokeness console overview
Console overview

The main console entries are:

GroupPagePurpose
ChatPlaygroundTest model responses
ChatChatChat directly in the web page
GeneralOverviewView account and call overview info
GeneralModel MarketplaceView available models and copy model names
GeneralDashboardView model, call, and consumption data
GeneralAPI KeysCreate and manage API call keys
GeneralUsage LogsTroubleshoot requests, models, status, and costs
PersonalWalletTop up, balance, and billing entry
PersonalProfileManage account info

Operation Order

  1. Top up in "Wallet".
  2. Create independent keys for projects in "API Keys".
  3. Confirm the model names to call in "Model Marketplace".
  4. Configure https://n.tokeness.dev/v1 in the client or code.
  5. Check whether calls succeed in "Usage Logs" and "Dashboard".

Search and Troubleshooting

The top search bar can locate feature entries. When a call fails, troubleshoot in the following order:

CheckDetails
KeyWhether copied completely, disabled, or quota exhausted
BalanceWhether wallet balance is enough to cover this call
ModelWhether the model name is correct and supported by the current group
Request formatWhether using OpenAI-compatible format and correct Base URL
LogsWhether usage logs show status codes, error causes, or upstream responses

OpenAI-compatible access with centralized models, quota, and logs.