{{ t("myApiService") }}
{{ t("myApiSubtitle") }}
{{ t("availableModels") }}
{{ me.balances?.length || 0 }}
{{ t("apiKey") }}
{{ me.keys?.length || 0 }}
{{ t("orderCount") }}
{{ me.orders?.length || 0 }}
{{ t("myApiKey") }}
{{ t("autoModelAccess") }}{{ key.plaintext || `${key.keyPrefix}••••••••` }}
{{ t("availableModelList") }}: {{ key.modelAllowlist.length ? key.modelAllowlist.join(", ") : t("buyPackageToEnable") }}
{{ t("modelTokenBalance") }}
{{ t("tokenLiveMonitor") }}{{ t("tokenOverallUsage") }}
{{ totalUsagePercent }}%
{{ t("tokenUsedNow") }}
{{ formatNumber(totalUsedTokens) }}
{{ t("tokenRemainingNow") }}
{{ formatNumber(totalRemainingTokens) }}
{{ t("tokenTotalNow") }}
{{ formatNumber(totalTokenAmount) }}
{{ item.model }}
{{ tokenUsagePercent(item) }}%
{{ t("usedTotal", { used: formatNumber(item.usedTokens), total: formatNumber(item.totalTokens) }) }}
{{ t("tokenFlowHint") }}
{{ t("tokenRemainingHint", { remaining: formatNumber(item.remainingTokens || 0) }) }}
{{ t("buyPackages") }}
{{ t("mockPayment") }}{{ packageText(plan, "name") }}
{{ plan.model }}
{{ packageText(plan, "description") }}
{{ currencySymbol(plan.currency) }} {{ money(plan.price) }}
{{ formatNumber(plan.tokenAmount) }} tokens
{{ t("myOrders") }}
{{ orderPackageName(row) }}
{{ currencySymbol(row.currency) }} {{ money(row.packagePrice || row.amount) }}
{{ t("recentCalls") }}
{{ row.model }}
{{ row.latencyMs }} ms
{{ t("community") }}
{{ communityPosts.length }}{{ post.title }}
{{ t("feedbackBox") }}
{{ t("adminReceives") }}{{ feedbackCategoryText(item.category) }}
{{ feedbackStatusText(item.status) }}